Raw Blocks
Chain
Dataset name
lyra_mainnet.raw_blocksVersion
1.1.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 100000000 | 1 | 0x417d504a3cad3c69dba5b9999d76ce93b7338e52054ef20c8780c00d41660f4a | 1125899906842624 | 462986 | 0xe5fb13fe815c45b47b6268821efca6876578c345878e7da3e32f85c50b26842b | block_0xe5fb13fe815c45b47b6268821efca6876578c345878e7da3e32f85c50b26842b_0 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xa4b000000000000000000073657175656e636572 | 0x0000000000127d1d | 155121462 | 0xa326e92528ec27a82e00fc0aeb9a853ac2dd2bb5653d2a95794667896e6113a6 | 0x740c0f0da61bbec05f58881db04a4a1fc13e0487a1cc70f737a18fb9e0eb3c6f | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 816 | 0x1eb1997bf2245898eae8e2418dca7f1029e8654aa2e3c85cb8ab19afee8e36d1 | 1701233648 | 132913646 | 2 | 0x87f27e72a7897ef0a76b1c5c3bfff83b568da51a86d9df12fd2c58fc7a25574f |
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 |