Raw Blocks
Chain
Dataset name
etherlink.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_0xa0ae0167383671ab435bebcc62f348c3044e51126744db7d7606e3e04050dde5_0 | 1 | 0xa0ae0167383671ab435bebcc62f348c3044e51126744db7d7606e3e04050dde5 | 0x37628d45dcd6265c969aa5f5dc3fe8fddd21198c683b85ac7099d8e39597df50 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x3030303030303030303030303030303030303030303030303030303030303030 | 0x3030303030303030303030303030303030303030303030303030303030303030 | 0x3030303030303030303030303030303030303030303030303030303030303030 | 0x0000000000000000000000000000000000000000 | 0 | 0 | 514 | 0x | 1125899906842624 | 0 | 1714656355 | 0 | null | null |
| block_0x8fb35a32fc2da803d22a35423a34673659387700b26fa4138be7a3e389b7e6ec_0 | 2 | 0x8fb35a32fc2da803d22a35423a34673659387700b26fa4138be7a3e389b7e6ec | 0xa0ae0167383671ab435bebcc62f348c3044e51126744db7d7606e3e04050dde5 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x3030303030303030303030303030303030303030303030303030303030303030 | 0x3030303030303030303030303030303030303030303030303030303030303030 | 0x3030303030303030303030303030303030303030303030303030303030303030 | 0x0000000000000000000000000000000000000000 | 0 | 0 | 514 | 0x | 1125899906842624 | 0 | 1714656415 | 0 | null | null |
| block_0x5c221564554d9a6337ff7cc99804323d0baa1c2928d05b6cfd7057b0f033cfe2_0 | 5 | 0x5c221564554d9a6337ff7cc99804323d0baa1c2928d05b6cfd7057b0f033cfe2 | 0x53df43cb2ff7c380aa17df805eec0be76492e173d8fa07395b9acdc9caac89b8 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x3030303030303030303030303030303030303030303030303030303030303030 | 0x3030303030303030303030303030303030303030303030303030303030303030 | 0x3030303030303030303030303030303030303030303030303030303030303030 | 0x0000000000000000000000000000000000000000 | 0 | 0 | 514 | 0x | 1125899906842624 | 0 | 1714656662 | 0 | null | 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 |