Raw Blocks
Chain
Dataset name
abstract_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 | 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_0x94d1150c13a2f11395d0b5df3a52e041ea5b7f2590ddc8699e909737929be5e1_0 | 30 | 0x94d1150c13a2f11395d0b5df3a52e041ea5b7f2590ddc8699e909737929be5e1 | 0x3243c33cd12c1c158d413c14b64029728b1a383415534f9c1aba942fb93bd626 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 | 0 | 0x | 1125899906842624 | 0 | 1718728175 | 0 | 100000000 | null | null | null | null | ||
| block_v3_0xfdf3012626725754ce5abaf9f1870a2657e2776088febc7aaf722ab7a1f8ca05_0 | 33 | 0xfdf3012626725754ce5abaf9f1870a2657e2776088febc7aaf722ab7a1f8ca05 | 0x1e74e2a21af7fd457e737f97b0213085b90d054e06e7454e6047f6089f31d54e | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 | 0 | 0x | 1125899906842624 | 126891 | 1718728777 | 1 | 100000000 | null | null | null | null | ||
| block_v3_0xcde8c227aa4b6367c8c73e6cd440bb6370c4e0db2dafa0aa5e76bb972f03b54c_0 | 37 | 0xcde8c227aa4b6367c8c73e6cd440bb6370c4e0db2dafa0aa5e76bb972f03b54c | 0x1dde9d13ce3745d472b4f89dd6653d16644c8460d8fde1866a34c950bedd452f | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 | 0 | 0x | 1125899906842624 | 126301 | 1718729380 | 1 | 100000000 | 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 |