Raw Blocks
Chain
Dataset name
superseed.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_0xf9cd08aa012428eea64c3c28ff56acae76da1170dd4cbcc380323bd892d556a1_0 | 16 | 0xf9cd08aa012428eea64c3c28ff56acae76da1170dd4cbcc380323bd892d556a1 | 0x8b05590b4cc8db2d8c4e510341ea65b633947e6c76ed8e152064afa5e5146352 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x10142d377a24b4ef22fff7cf5cb5ee5c1d69a54c6638df8ce2aff66f5f997b02 | 0x9a6c8eedbaec7037bcacc0285cfa4290ae647d9bc0650eff2ec2a05cf0d2e3a3 | 0x44891e53736ad0d5f05844438c8649a39ee9254a6ed0afb181ac229ba7b1ce29 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 839 | 0x | 30000000 | 43830 | 1726179715 | 1 | 938480547 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0x3bb69c4b01a244bd8c200bb888176a36fbd0b6d4102b80583cd742d10b8e11c3_0 | 24 | 0x3bb69c4b01a244bd8c200bb888176a36fbd0b6d4102b80583cd742d10b8e11c3 | 0x6335863e4d38dc2abbe89fbc0d7922ce8fdff320292be02db207ffc7f702ecb3 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xf548fcb244b72d4fd15ddb1200e711c27a4eefbe1e192e3a9f1771f1d1743acc | 0xa4a02485cbb3211caaa93f74649429e71c5d7ce500a029bdd9ce476d20770958 | 0x152f2ee45256df331c537c2195067f035846439a436485bec9b1c16bbf465281 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 839 | 0x | 30000000 | 52218 | 1726179731 | 1 | 909128395 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xa160bd9b7c3d465567069f5568f7919f5ad579553944203ac409c31f6726d7de_0 | 30 | 0xa160bd9b7c3d465567069f5568f7919f5ad579553944203ac409c31f6726d7de | 0x43c5f71a94889c6aba36d258a2f5a7c2a0bf813e4f72ae01b3acde4f49203db2 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x5629c91a7f8fbc57fe225e1bed96a928022435ab2c08642d8f426ae6f303a156 | 0x9181db24f51b34aa0ddcf5fa2c19c1cbd6ade26ba12a549f8c29ffdff9c81a60 | 0x8a5ac17ac03e9f28c910ae6cb08041e048cd1fdb07e157d1f4d54785886b33a7 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 839 | 0x | 30000000 | 52218 | 1726179743 | 1 | 887719815 | 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 |