Raw Blocks
Chain
Dataset name
shrapnel.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_0xc9a73f3f92479d10910d21e97fc0f0a1825c600aed3ede24112c5fc832e2c51f_0 | 0 | 0xc9a73f3f92479d10910d21e97fc0f0a1825c600aed3ede24112c5fc832e2c51f | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xe3719ea1aa391d346cc988ac403f923d1c65c3b41a75280c9a2fe2c7b096f1bf | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 0 | 0 | 510 | 0x | 8000000 | 0 | null | 0 | 25000000000 | null |
| block_0x65a5c49c3cc00f2f9a7734435f7d75dd286e4a1f115dbfb9790836fa3229bd94_0 | 3 | 0x65a5c49c3cc00f2f9a7734435f7d75dd286e4a1f115dbfb9790836fa3229bd94 | 0xebeb0270c9e716064bfae26ed3af671b324fb1f45bc5c99e1a79c6f42849d357 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xec48c52369f8223ad6d67d00326eabbf0ab4a4d03c375a922cf82e4255dbbf9a | 0x618db05f9a0833e609ce91df4a354bbcd44e501886a8390436a4e22dd19ec47b | 0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa | 0x0100000000000000000000000000000000000000 | 1 | 3 | 722 | 0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 8000000 | 21000 | 1679163127 | 1 | 25000000000 | 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 |