Datasets:
| pretty_name: Blocks-Ethereum-Cryptocurrency-Data | |
| tags: | |
| - ethereum | |
| - blockchain | |
| - parquet | |
| - blockdb | |
| # Blocks-Ethereum-Cryptocurrency-Data | |
| Hive-partitioned Parquet export of BlockDB `blocks` (Ethereum). | |
| ## Load | |
| ```python | |
| from datasets import load_dataset | |
| ds = load_dataset("RBudzynski/Blocks-Ethereum-Cryptocurrency-Data", split="train") | |
| ``` | |
| Files live under `data/year=YYYY/month=MM/part-NNNN.parquet`. | |
| Range: `2023-08` .. `2026-06` (UTC calendar months). | |
| ## Schema | |
| | column | type | | |
| | --- | --- | | |
| | `block_timestamp` | `timestamp` | | |
| | `block_number` | `int64` | | |
| | `block_hash` | `string` | | |
| | `parent_block_hash` | `string` | | |
| | `receipt_root` | `string` | | |
| | `miner` | `string` | | |
| | `gas_limit` | `int64` | | |
| | `extra_data` | `string` | | |
| | `size` | `int64` | | |
| | `_tracing_id` | `string` | | |
| | `_computed_receipt_root` | `string?` | | |
| | `_computed_receipt_timestamp_utc` | `timestamp?` | | |
| | `_created_at` | `timestamp` | | |
| | `_updated_at` | `timestamp` | | |