Raw Blocks
Chain
Dataset name
holesky_testnet.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_0xd8a98c0314fb32f47f4313a8bfedfd34f84f7e917221db55d25e0dcd53be7a2d_0 | 38 | 0xd8a98c0314fb32f47f4313a8bfedfd34f84f7e917221db55d25e0dcd53be7a2d | 0x711879e778f742cafd72a4f192e9c2a73f9332eac044b129f1cfec36188c39af | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xab4514762edf3ae80701caac5e65e4f6efa2255b3e86cbc5fd12eeaf8edc023b | 0x838bdc7cebdc6140eb83b4ed91edbdf2008825f9f7ed6f89bba831589e24b3f2 | 0x2286117f4f2c7c56caee21cc6cc7811228a569219e6956de6a77e8b355bfe909 | 0x0c10000000756bd1d14f9c837f022929a97bda45 | 0 | 1 | 12775 | 0xd883010d02846765746888676f312e32312e31856c696e7578 | 25799346 | 17819474 | 1695903060 | 10 | 95652096 | null |
| block_0x54cfdcb378712f399b5769b60e6450aa2cb22a0b9292a73e542b509e50c385ba_0 | 40 | 0x54cfdcb378712f399b5769b60e6450aa2cb22a0b9292a73e542b509e50c385ba | 0x24426f1baf6afcff18f8db5d36f2c70879cc7cfe778a362a23f4175b1b497160 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x110f4aae57215ab141923422cb0142e56ef36af9d906c33b861f04ab7c58f549 | 0xd6a08680bfbd51ec8507c6302013e1bc1b8e9574b16eaf1e742d34e77b4f1bd5 | 0xa46d2eb6b781e77917f297876bdc13481d5cff90c8e4ef2ee6a4eecbc6092014 | 0xf97e180c050e5ab072211ad2c213eb5aee4df134 | 0 | 1 | 12775 | 0xd883010d02846765746888676f312e32312e31856c696e7578 | 25849757 | 17819270 | 1695903084 | 10 | 104972813 | 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 |