Raw Blocks
Chain
Dataset name
superseed_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_0xf7da73b68bd4e4e2893111e3bc9e78f076fec68e3b201710a1225a412b68e77b_0 | 2 | 0xf7da73b68bd4e4e2893111e3bc9e78f076fec68e3b201710a1225a412b68e77b | 0x430b7cd4ec82a6b08003d612bf266ba522e42e0e7a2c9dfa96f705dc17fc887e | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xedf740332af1d4410456065e8f7d7cd28e99041c1bd4b3f2620b7e5921398712 | 0x8097c80ed5e9504d4faa6ee0712a332ff32280a7e42d7d449025d217385027b1 | 0xaa4170d7e07bc16908188454362b50ac1ffacb9e8c00ffcc0297db220d0bc61f | 0x4200000000000000000000000000000000000011 | 0 | 0 | 904 | 0x | 30000000 | 46877 | 1710927364 | 1 | 992066977 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xd9f10184c270e24d81fcab448e772750b4d517bb55d12e3f559e93cead7c9c47_0 | 3 | 0xd9f10184c270e24d81fcab448e772750b4d517bb55d12e3f559e93cead7c9c47 | 0xf7da73b68bd4e4e2893111e3bc9e78f076fec68e3b201710a1225a412b68e77b | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xbeb268bbb78fb2b088c6ab62264af55275d86f17ea0b7d24b1e13d048a3fa008 | 0x56ce4e92c9b69d92b460bba43c461c89a7143dbab30a13bb59e2f9e562c45742 | 0xfaa02bdd2f882503fd8082be7088bdf998cc8afde2a214f6ccffe2afae026f75 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 904 | 0x | 30000000 | 46877 | 1710927366 | 1 | 988135914 | 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 |