Raw Blocks
Chain
Dataset name
bob.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_0x033cfe7d2327e28d4f28511bd0b316967091d53843d6e3a769df87f2072e0bad_0 | 1 | 0x033cfe7d2327e28d4f28511bd0b316967091d53843d6e3a769df87f2072e0bad | 0x8ed4903b7f9c3f7bb7a09374d63ae9c9852cd9aab1784b433c41dbeb47b4dba2 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x442ef49305e6ff65cba4387f67fa8c5c86e86a4d360e934326c46766c9b4de87 | 0xb4a96b9d0148d2f3b04ad9208a79ad3f7e37791a5321d0f18d010ff977068f49 | 0xdfda9951c904f0e422269673ad89a4b6115470a0f3aee8843d0fec02769511ee | 0x4200000000000000000000000000000000000011 | 0 | 0 | 840 | 0x | 30000000 | 80851 | 1712861989 | 1 | 996000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xf6295384352d9a5c1747d9b7ab318a7359e069a99b520166800b4da5e819dbe4_0 | 2 | 0xf6295384352d9a5c1747d9b7ab318a7359e069a99b520166800b4da5e819dbe4 | 0x033cfe7d2327e28d4f28511bd0b316967091d53843d6e3a769df87f2072e0bad | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xa63ba534729650baf53aa104a833fe842782f9a2671d340a48ae8b6777a4cfe0 | 0xc5cd9443e87577a9b041d1635a9745e7d28ec24e0f87c941b632bff5cbde4801 | 0x5ad9a15870c4ae98f385fa7c56aed412b43590a1b83ba7264dca96ce53f98960 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 839 | 0x | 30000000 | 43851 | 1712861991 | 1 | 992080423 | 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 |