Raw Blocks
Chain
Dataset name
arweave.raw_blocksVersion
1.0.0Description
Metadata for each block on the chain including hashes, transaction count, difficulty, and gas used.
Example data
This dataset has no example data.
Schema
| Column | Type |
|---|---|
| id | string |
| height | int |
| mined_at | long |
| txs | string |
| created_at | long |
| extended | string |
| previous_block | string |
| mined_at_utc | long |