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
| id | number | hash | parent_hash | nonce | sha3_uncles | logs_bloom | transactions_root | state_root | miner | difficulty | total_difficulty | size | extra_data | gas_limit | gas_used | timestamp | transaction_count | base_fee_per_gas | withdrawals_root | receipts_root |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| block_0xe5fb13fe815c45b47b6268821efca6876578c345878e7da3e32f85c50b26842b_0 | 155121462 | 0xe5fb13fe815c45b47b6268821efca6876578c345878e7da3e32f85c50b26842b | 0xa326e92528ec27a82e00fc0aeb9a853ac2dd2bb5653d2a95794667896e6113a6 | 0x0000000000127d1d | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x87f27e72a7897ef0a76b1c5c3bfff83b568da51a86d9df12fd2c58fc7a25574f | 0x1eb1997bf2245898eae8e2418dca7f1029e8654aa2e3c85cb8ab19afee8e36d1 | 0xa4b000000000000000000073657175656e636572 | 1 | 132913646 | 816 | 0x417d504a3cad3c69dba5b9999d76ce93b7338e52054ef20c8780c00d41660f4a | 1125899906842624 | 462986 | 1701233648 | 2 | 100000000 | 0x740c0f0da61bbec05f58881db04a4a1fc13e0487a1cc70f737a18fb9e0eb3c6f |
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 |