Blocks
Chain
Dataset name
oasis_consensus.blocksVersion
0.4.0Description
Every block on the Oasis consensus chain, with timing and activity counts.
Example data
This dataset has no example data.
Schema
| Column | Type |
|---|---|
| id | string |
| block_number | long |
| hash | string |
| parent_hash | string |
| timestamp | long |
| size | long |
| state_root_hash | string |
| state_root_version | long |
| tx_count | long |
| gas_used_total | long |
| success_tx_count | long |
| txn_event_count | long |
| block_event_count | long |