Checkpoints
Chain
Dataset name
iota_rebased.raw_checkpointsVersion
1.0.0Description
Contains raw data of blockchain epochs capturing the state of the ledger at specific intervals.
Example data
| sequence_number | checkpoint_digest | epoch | network_total_transactions | previous_checkpoint_digest | end_of_epoch | timestamp_ms | total_gas_cost | computation_cost | storage_cost | storage_rebate | non_refundable_storage_fee | checkpoint_commitments | validator_signature | end_of_epoch_data | min_tx_sequence_number | max_tx_sequence_number | computation_cost_burned |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5469 | null | 0 | 30574 | null | false | 1746435021560 | 0 | 0 | 0 | 0 | 0 | null | null | 30570 | 30573 | 0 | |
| 5483 | null | 0 | 30616 | null | false | 1746435025286 | 0 | 0 | 0 | 0 | 0 | null | null | 30614 | 30615 | 0 | |
| 5490 | null | 0 | 30633 | null | false | 1746435027313 | 0 | 0 | 0 | 0 | 0 | null | null | 30631 | 30632 | 0 |
Schema
| Column | Type |
|---|---|
| sequence_number | long |
| checkpoint_digest | bytes |
| epoch | long |
| network_total_transactions | long |
| previous_checkpoint_digest | bytes |
| end_of_epoch | boolean |
| timestamp_ms | long |
| total_gas_cost | long |
| computation_cost | long |
| storage_cost | long |
| storage_rebate | long |
| non_refundable_storage_fee | long |
| checkpoint_commitments | bytes |
| validator_signature | bytes |
| end_of_epoch_data | bytes |
| min_tx_sequence_number | long |
| max_tx_sequence_number | long |
| computation_cost_burned | long |