Raw Blocks
Chain
Dataset name
zora.raw_blocksVersion
1.0.0Description
Metadata for each block on the chain including hashes, transaction count, difficulty, and gas used.
Example data
| base_fee_per_gas | difficulty | extra_data | gas_limit | gas_used | hash | id | logs_bloom | miner | nonce | number | parent_hash | receipts_root | sha3_uncles | size | state_root | timestamp | total_difficulty | transaction_count | transactions_root | withdrawals_root |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 50 | 0 | 0x | 30000000 | 46913 | 0x7aa8adab94773bd66c5a976f8c28cb717024613a10384d4eaca0269e7ff7c0b6 | block_0x7aa8adab94773bd66c5a976f8c28cb717024613a10384d4eaca0269e7ff7c0b6_0 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x4200000000000000000000000000000000000011 | 0x0000000000000000 | 7295144 | 0x57517382140569615172b09318ce19f01fe4a97ec1793348f9f8dc204d99cbdd | 0x3f71ebd8822765e8146170b0f930f55f753dbb867f55e4e605894016cd32f1e2 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 869 | 0xd640c38c65906729016139d12bfb7a6024a3ff4407e0f9cba6e584c26a259bce | 1701284127 | 0 | 1 | 0x01ec47646392b55ed76bb615e21a0a2f5d7286e7c437364ac48a8c8b6fd0da7c | |
| 50 | 0 | 0x | 30000000 | 147069 | 0x2b58ddc1ab41ea5e9d8fe0f2eadd2a349714178b11ad602048d1e5bff5beaddc | block_0x2b58ddc1ab41ea5e9d8fe0f2eadd2a349714178b11ad602048d1e5bff5beaddc_0 | 0x00000000000000000000000000000000000000000000200008000000000000000000000000000000000000000000000000000000000000000400000000000000800004000000000000000008005000000000000000000000000000000000000018020000020000000000000020000800000400000000000000000014000000000000000000000010000000000000000000000000000000000000040000000000000000000000000000000000000000200000000000000000002002000000000000000002000000000000200000000000000000008000000000000000000020000000008000800000000000000004000000000000000000000000200000000000 | 0x4200000000000000000000000000000000000011 | 0x0000000000000000 | 7295124 | 0x8621fa195bc68470d33368a510eab4c75ee1da8d47e3e2473108e7affd4702fb | 0xc42e2b86d4907992cc1bdc12fcaf763111c4f8da659c399fafb0426e5bb39c71 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 1023 | 0x9b086b58de9e5a35e9841ea209b3fc5563d3090869c3e6fea972e916369c7c8c | 1701284087 | 0 | 2 | 0x2a4b7a2a412e774a38fa27970afd3826f874f6f8025a397b1c4d74554b38ae0d | |
| 50 | 0 | 0x | 30000000 | 46913 | 0x0f4b57a37c38b7844801b76dacbe4b6ac1c13766e2197609017e48d95e5a49f6 | block_0x0f4b57a37c38b7844801b76dacbe4b6ac1c13766e2197609017e48d95e5a49f6_0 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x4200000000000000000000000000000000000011 | 0x0000000000000000 | 7295118 | 0x223b6555d3173ab9273a35f3ded3cb7d702a355420f4f86ddcaf2beb4d830b62 | 0x3f71ebd8822765e8146170b0f930f55f753dbb867f55e4e605894016cd32f1e2 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 869 | 0xa313668f590c2571b5d88fb99d85a952d22fe14d255b6f8450ecaa4c71ffc1dc | 1701284075 | 0 | 1 | 0xa5a744e52384fa90c400872e485c73836c198506ada0698b5ebce5a8ab083421 |
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 |
| 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 |