Raw Blocks
Chain
Dataset name
zora_sepolia.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_0xe6a864f799a871256ff4b3b0fec9ad8e4a105da47ebee47115b3a2848dd8d3f2_0 | 21 | 0xe6a864f799a871256ff4b3b0fec9ad8e4a105da47ebee47115b3a2848dd8d3f2 | 0x752b92b745c7806a686db0ab35b5fd9732763b60128630ace762fd1d8900d703 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x5c4c5b9d1217cc3b772220e423e315d4cde97874f107f0300df192344de9db84 | 0xfc5109297fb135ceaf20b3b09ef79e86fe71bf5a67642501c7fcb7a9da049e34 | 0xbe451c8e014ba1edc26a94ea4fc1104586c565143fee1d58e4bca3730df08f98 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 870 | 0x | 30000000 | 46853 | 1698080046 | 1 | 656911798 | null |
| block_0xcd141f0ccef013c206b69513f9d085b8676fa00250edec6936395b70bcb83f27_0 | 22 | 0xcd141f0ccef013c206b69513f9d085b8676fa00250edec6936395b70bcb83f27 | 0xe6a864f799a871256ff4b3b0fec9ad8e4a105da47ebee47115b3a2848dd8d3f2 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xc657bd7eae542d9a0723edb0b96d2bb757998b92001d0ea7ffa24689e973cc65 | 0x3a6a7c039e4cafd5250fafdee310e379df1a07a4be742483cf3fcd474e4b73ca | 0xbe451c8e014ba1edc26a94ea4fc1104586c565143fee1d58e4bca3730df08f98 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 870 | 0x | 30000000 | 46853 | 1698080048 | 1 | 643896676 | null |
| block_0x0f3056070d77d4cdbcdcc7723a9a3bc96218bc91a0b024a5f701bd7dbcf377af_0 | 47 | 0x0f3056070d77d4cdbcdcc7723a9a3bc96218bc91a0b024a5f701bd7dbcf377af | 0x5c3c2b20108d3c19d7a493cb8183b276f797d2f76c91b6c5d4ce2fcd0823997e | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x8161a04cd94fb4583dfbf023d8cde58b7fc34bf84d33819d525eb91d3446e637 | 0x52bb5de97e550475d2b2335582030dc39d8f2e012dba6979df6dd26cef2e76ff | 0xbe451c8e014ba1edc26a94ea4fc1104586c565143fee1d58e4bca3730df08f98 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 870 | 0x | 30000000 | 46853 | 1698080098 | 1 | 390525363 | null |
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 |