Raw Blocks
Chain
Dataset name
pgn.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_0x22860f2e995c019ef4377a30ca1cffb0a0b75c9509e2af7302ac2f259840151b_0 | 14234160 | 0x22860f2e995c019ef4377a30ca1cffb0a0b75c9509e2af7302ac2f259840151b | 0x2f62d9caaa68c271a28674b59ec29895b09b2a74d71fb6db2fbd62c4d523e7e8 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x1485e579f214acbdb24e70631b5793c13310deac80387cbb86850115a6726c79 | 0x1f6ffc54d1e11c2a6ee041c28203c7e15c5a94610ad2ae77be10d252d6e8b282 | 0x4f8f4309a5a57ea950427ced3f6a4c371f63e36d11ebbaefbaa13676cbdfadc0 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 838 | 0x | 30000000 | 43827 | 1717575047 | 1 | 54 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0xd58c8f1b81c863a7992b4211a4b28018c2f88276788d7c64ea31d8d2d7bbf8d0_0 | 14234180 | 0xd58c8f1b81c863a7992b4211a4b28018c2f88276788d7c64ea31d8d2d7bbf8d0 | 0x6d4836895eb6b553dd698b29d4a7475c5f651464bd1b16d220e218d52110e012 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xc7abc37971c370622a1cc3e029e5637c6577bafe5f61e42d8b9ad245731c48b5 | 0xdcc9ee19b031b7bd4508ffa96cbd59e6533416298aba60fa0ec4ac4e997642d0 | 0xb75e29c528d19174797a6de71d618e5e08494ad62668beb7d16e597f22926063 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 838 | 0x | 30000000 | 43827 | 1717575087 | 1 | 54 | 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 |