Raw Blocks
Chain
Dataset name
metal.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_0xed7dccc2adfc23e84604a6a59ce189bf879eca3c71b72b73320b220e86a9ae3e_0 | 8 | 0xed7dccc2adfc23e84604a6a59ce189bf879eca3c71b72b73320b220e86a9ae3e | 0xe5d7f65c89b0a064d4f1483a1749678550981d52085072927eaa34624364a55f | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x4d3173865c77b9cf0a1abb73de4461fdd19bf5d534769d84f9b33b57f361411e | 0xde6951d61ee919d1f643af688005ee174f04ce6cc7f0213e160b6661814afa74 | 0xa6a91c077f8ae94ebed1559937f984b1206ff91341df62efc59dc32cb99e00b2 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 839 | 0x | 30000000 | 43875 | 1711563531 | 1 | 968720858 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0x275d6ca07d5c77b9077704652517c0fc517f9e37eafc56d98504cb72156d89d5_0 | 30 | 0x275d6ca07d5c77b9077704652517c0fc517f9e37eafc56d98504cb72156d89d5 | 0x0022b45d26710cd63df76fede567942b24e0b3207a8b05bac055ca2f8721a80a | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xbeb81230c84cc84479517256f2bf3e779f63070c79d99e4293dae79bb4d6d2cc | 0x5a0b57d84b74134afede763f754d0bfe5ab683235edeede274d859e69cb9f156 | 0x87af364213e9a76d6a2b9acfea97429444c467d85270c49659e08e28a245746f | 0x4200000000000000000000000000000000000011 | 0 | 0 | 839 | 0x | 30000000 | 55063 | 1711563575 | 1 | 887671927 | 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 |