Raw Blocks
Chain
Dataset name
cyber.raw_blocksVersion
1.0.0Description
Metadata for each block on the chain including hashes, transaction count, difficulty, and gas used.
Example data
| id | number | hash | parent_hash | nonce | sha3_uncles | logs_bloom | transactions_root | state_root | receipts_root | miner | difficulty | total_difficulty | size | extra_data | gas_limit | gas_used | timestamp | transaction_count | base_fee_per_gas | withdrawals_root |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| block_0x2667ab742e07d3575b0fc55df6b93b13e1d8e43c1276d8b6b92433fbfd6c491f_0 | 45 | 0x2667ab742e07d3575b0fc55df6b93b13e1d8e43c1276d8b6b92433fbfd6c491f | 0x5e5d0e07320258028baefead64fc4f03b42fd67916ed3bb690ed592824379963 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x361ddcd966dd52fb4b951ba6251b44a03eeec59cb6b3b6f0a622680274f79065 | 0x9455268ffa786cc8dbff266e874c6376a73d3b9c1f153be893abf291e03ac219 | 0x6ac218621f762da0250c59c3a9f59dfdc5516aec1ef4f59aef9a5cf1798d9b3d | 0x4200000000000000000000000000000000000011 | 0 | 0 | 839 | 0x | 30000000 | 43827 | 1713428657 | 1 | 836327344 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0x431b5380c1a209acdb3ce643078d7927d3e447aef9cdb2627d946c412ee29107_0 | 46 | 0x431b5380c1a209acdb3ce643078d7927d3e447aef9cdb2627d946c412ee29107 | 0x2667ab742e07d3575b0fc55df6b93b13e1d8e43c1276d8b6b92433fbfd6c491f | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x944238507900f7559367c6e6c2dc1a21605ce1c7c03dc908a4ec364e910001de | 0xf19b553074137198c7823e7e47d8d11a1900d6b69a986680a22e321fe6a83e22 | 0x748b0a18ed7c1cd7b003cc8d8614490e50b07f5dd3255ccfef6847b3d0a5fee4 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 839 | 0x | 30000000 | 43827 | 1713428659 | 1 | 833011358 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
Schema
| Column | Type |
|---|---|
| id | string |
| number | long |
| hash | string |
| parent_hash | string |
| nonce | string |
| sha3_uncles | string |
| logs_bloom | string |
| transactions_root | string |
| state_root | string |
| receipts_root | string |
| miner | string |
| difficulty | double |
| total_difficulty | double |
| size | long |
| extra_data | string |
| gas_limit | long |
| gas_used | long |
| timestamp | long |
| transaction_count | long |
| base_fee_per_gas | long |
| withdrawals_root | string |