Raw Blocks
Chain
Dataset name
morph.raw_blocksVersion
1.1.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 | size | extra_data | gas_limit | gas_used | timestamp | transaction_count | base_fee_per_gas | withdrawals_root | blob_gas_used | excess_blob_gas | difficulty | total_difficulty | withdrawals |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| block_v3_0x0d68991dc0f42c522166e243f0d64a0f6ccf374dde2f4b30b37c131d73908989_0 | 1 | 0x0d68991dc0f42c522166e243f0d64a0f6ccf374dde2f4b30b37c131d73908989 | 0x649c9b1f9f831771529dbf286a63dd071530d73c8fa410997eebaf449acfa7a9 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000028040002000000000000400201020000200000004000000000000000001000000000000020004000800000800000000001000000000080000010000000000080000000000000000000004900004000000000000000000000080000040000000000000500000020000200000000002000000042000000008000000200000000000002800000000000040000000000000000000100000000800004000000000000000000000000000002000000002000001800000000080000000000400000000000001000000000008000104040000000000000040200000000000000000004001000000040000000000000000000000000000000000800008000000 | 0x7188bd2f2ad61255664934dc33e843af1e97b1d2476680d683917f9808db5ea9 | 0x02f5551b11102f3f654e411c4bf5ff853364c7de69a3ea81b9b9e306a77a0dc0 | 0x9027019c8a2a31183064e5117270a3f3876a19ea65c48e8e6b89e1c3ae6ea1d2 | 0x0000000000000000000000000000000000000000 | 5466 | 0x | 30000000 | 1607561 | 1729490401 | 7 | 1000000 | null | null | null | null | ||
| block_v3_0xa2576d580b24411306261b255cf62459747200d92b03b8b45186eae30ef91866_0 | 5 | 0xa2576d580b24411306261b255cf62459747200d92b03b8b45186eae30ef91866 | 0x7a87460caeaace9f9bbd0cf8c5b6692be0be163b1659646bfa61390d2e813215 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x02f5551b11102f3f654e411c4bf5ff853364c7de69a3ea81b9b9e306a77a0dc0 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 547 | 0x | 30000000 | 0 | 1729490419 | 0 | 1000000 | null | null | null | null | ||
| block_v3_0x8029c3da74bb731099f69ff2225c38b4508e2b09c108a0d5256336942eb14eda_0 | 9 | 0x8029c3da74bb731099f69ff2225c38b4508e2b09c108a0d5256336942eb14eda | 0x6bab0cd685f9a20ce2caf73f88930961b6c673971d3243b0c7fab930fa527280 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x02f5551b11102f3f654e411c4bf5ff853364c7de69a3ea81b9b9e306a77a0dc0 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 547 | 0x | 30000000 | 0 | 1729490436 | 0 | 1000000 | null | null | null | 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 |
| size | long |
| extra_data | string |
| gas_limit | long |
| gas_used | long |
| timestamp | long |
| transaction_count | long |
| base_fee_per_gas | long |
| withdrawals_root | string |
| blob_gas_used | long |
| excess_blob_gas | long |
| difficulty | decimal |
| total_difficulty | decimal |
| withdrawals | string |