Raw Blocks
Chain
Dataset name
litecoin.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 |
| hash | string |
| size | long |
| stripped_size | long |
| weight | long |
| number | long |
| version | long |
| merkle_root | string |
| timestamp | long |
| nonce | string |
| bits | string |
| coinbase_param | string |
| transaction_count | long |