Raw Blocks
Chain
Dataset name
mode_testnet.raw_blocksVersion
1.0.0Description
Metadata for each block on the chain including hashes, transaction count, difficulty, and gas used.
Example data
| base_fee_per_gas | difficulty | extra_data | gas_limit | gas_used | hash | id | logs_bloom | miner | nonce | number | parent_hash | receipts_root | sha3_uncles | size | state_root | timestamp | total_difficulty | transaction_count | transactions_root | withdrawals_root |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 50 | 0 | 0x | 30000000 | 46901 | 0xf07f592f6a22c666d8712e9e4cb715aede4712364c1bc92a2d75f2486b2437a2 | block_0xf07f592f6a22c666d8712e9e4cb715aede4712364c1bc92a2d75f2486b2437a2_0 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x4200000000000000000000000000000000000011 | 0x0000000000000000 | 6709256 | 0xd47ea634ff49377f7783f13ebf6210f03e4a2be7444d797c24b3ca4d173d819b | 0xfc1cad2f8bc886746fb9e962517a8e644bb51e07319f61278811c967cce99ef8 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 869 | 0x2132713264f8beab114e187acbd51bf17e371977ec78885a3a4a2bf3998fa4dc | 1701286444 | 0 | 1 | 0xc08266ac8846e8ea9f1c685255b4b0fa0af20103ff68a783655aafb94883119b | |
| 50 | 0 | 0x | 30000000 | 50489 | 0xb3b4096347f07ca498a1ac30801a7d34d8a8e089588d4af3ba0c4c1fce2fc473 | block_0xb3b4096347f07ca498a1ac30801a7d34d8a8e089588d4af3ba0c4c1fce2fc473_0 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x4200000000000000000000000000000000000011 | 0x0000000000000000 | 6709238 | 0x98ddb205468d1ec389c354058588db8d9ea570cc5e8b47c1e833f1a2179dbe5a | 0xc6a424d317ede0d9b8c12077d59fd26897051ffe8370197314e73a18abd99171 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 869 | 0x64949b9587e5fb81cdebb6e3a4cf92d010b05c6103c5d1a0078783e3a1bd240f | 1701286408 | 0 | 1 | 0xc9cf05870dc7e828588fb47d9d4ea44b6f9c2ea11b689724e2b0d069105a85a3 | |
| 50 | 0 | 0x | 30000000 | 46901 | 0xc29ce48ff21341612932bdd31d6daaa93437b04db95fa2dc2f2ea39a052bcbc2 | block_0xc29ce48ff21341612932bdd31d6daaa93437b04db95fa2dc2f2ea39a052bcbc2_0 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x4200000000000000000000000000000000000011 | 0x0000000000000000 | 6709235 | 0x1e2a4c9ccdd5357016f0847a54397386489d94ff7df305ebdade8885998e092b | 0xfc1cad2f8bc886746fb9e962517a8e644bb51e07319f61278811c967cce99ef8 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 869 | 0xa09e82a0e5964368f8fc429de25f879ac2a2c14a5c8a98f89b2f5f1f29545ee7 | 1701286402 | 0 | 1 | 0x517a6fb810640817123d1a659edef8460de2a716746ca64ec5501825b8caab4f |
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 |
| 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 |