Raw Blocks
Chain
Dataset name
bob_testnet.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_0x097e4f70e7801a0980874748a1efab9b705fe10a6bf9a0020367faecfb6598b4_0 | 1 | 0x097e4f70e7801a0980874748a1efab9b705fe10a6bf9a0020367faecfb6598b4 | 0x6419be218eea877eec84c7e3f2149a1c8ea7c88bd261c8048f494783a75665a2 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xabb9dceac74eae5f2a1a93c04dc5259a1f9f4d97b9bed5a7b99e93e9f22ca1fa | 0x54af71a6c7084226b22036af5621b1c351699c8b981ec9794439b795eb129e0c | 0x01eacad2e944358b847db7920955b0fcf36e48144afe75cda1d63a11b4d2998c | 0x4200000000000000000000000000000000000011 | 0 | 0 | 870 | 0x | 30000000 | 63953 | 1696933382 | 1 | 980000000 | null |
| block_0x764699b28c608e16a408ed9090aad717c2c76a5e564418fdd536fb4cd61cbccc_0 | 2 | 0x764699b28c608e16a408ed9090aad717c2c76a5e564418fdd536fb4cd61cbccc | 0x097e4f70e7801a0980874748a1efab9b705fe10a6bf9a0020367faecfb6598b4 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x40adeccd3c39cb5466fbbaebf0f1cbbe319fa7ca5976ff90b1dac6559013b054 | 0x3a58d9b1132d0a3987e24ea117c757d18e160d52e0285df9b1078425baecc4b7 | 0xbe451c8e014ba1edc26a94ea4fc1104586c565143fee1d58e4bca3730df08f98 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 870 | 0x | 30000000 | 46853 | 1696933384 | 1 | 960650696 | 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 |