Raw Blocks
Chain
Dataset name
lyra_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_0x09403dcaacc19cab53b02386d6aae4b4b6ff4483279cce3f315f30646aec437b_0 | 198 | 0x09403dcaacc19cab53b02386d6aae4b4b6ff4483279cce3f315f30646aec437b | 0x0ece1f270d16d13dc3f4487a60cc80d0fad2857f6af20e3520a69d24f063d458 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x1b7ef1afb1e46fa3aa186212ff2503cf398b8c62efa1e66dda85c9661f36d2fa | 0x9deefca6e3fdea9475ac17e9c59790dbaae01f7c87176fe8afc529be3b252df8 | 0x8f468282575b3a1ccef67b268423ac1c52e9b72ca3bda3cb187069dd45a8443b | 0x4200000000000000000000000000000000000011 | 0 | 0 | 871 | 0x | 30000000 | 46889 | 1691104560 | 1 | 19059811 | null |
| block_0x35d0e5c07323677180183e9c0fd698fb60d7234b11199f7718aae741064544af_0 | 36 | 0x35d0e5c07323677180183e9c0fd698fb60d7234b11199f7718aae741064544af | 0x8a10912cb60060fa7a2110c09870f4635af3efbba1044018767f1ea709c98ab7 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x4a5e67964437f46360ac712e5c992180bac51194284e0a808a30984f2809dd40 | 0x0d00127fb736cf099f7692a8fdd168210232cc9074de0215a996242d1a617909 | 0x8f468282575b3a1ccef67b268423ac1c52e9b72ca3bda3cb187069dd45a8443b | 0x4200000000000000000000000000000000000011 | 0 | 0 | 870 | 0x | 30000000 | 46889 | 1691104236 | 1 | 486699664 | null |
| block_0x6bea989b3a6a76ed36b518200d8ffbabf3dc0145f05791f901733e2634cb3c6d_0 | 39 | 0x6bea989b3a6a76ed36b518200d8ffbabf3dc0145f05791f901733e2634cb3c6d | 0x3cdbebba72b0c231db14a90fea6d8558a3cb29b330f2a22ea987d88315096286 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x6f06894ccf6b64b58084b106cedf1626feb5d047d834e926337c4f2d9d6830e4 | 0x6a6981c725db8896db4cc59b15a871a0a21c47b02ad7743caa08449cca926405 | 0x8f468282575b3a1ccef67b268423ac1c52e9b72ca3bda3cb187069dd45a8443b | 0x4200000000000000000000000000000000000011 | 0 | 0 | 870 | 0x | 30000000 | 46889 | 1691104242 | 1 | 458340888 | 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 |