Table Description

This table is indexed from Lido. Stores summary data for each epoch on the Beacon Chain, including the number of validators, attestations, and other key metrics. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
block_datedateDate corresponding to the epoch.
epochbigintEpoch number representing a specific period in the Beacon Chain.
activation_queue_lengthbigintNumber of validators awaiting activation.
activating_validatorsbigintNumber of validators activated during the epoch.
active_validatorsbigintTotal number of active validators during the epoch.
active_real_balancebigintTotal effective balance of active validators, measured in Gwei.
active_balancebigintTotal balance of active validators, measured in Gwei.
attesting_validatorsbigintNumber of validators who submitted attestations during the epoch.
attesting_balancebigintTotal balance of attesting validators, measured in Gwei.
target_correct_validatorsbigintNumber of validators whose attestations correctly identified the target block.
target_correct_balancebigintTotal balance of target-correct validators, measured in Gwei.
head_correct_validatorsbigintNumber of validators whose attestations correctly identified the head block.
head_correct_balancebigintTotal balance of head-correct validators, measured in Gwei.
attestations_for_epochbigintNumber of attestations included in the epoch.
attestations_in_epochbigintNumber of attestations referencing the epoch.
duplicate_attestations_for_epochbigintNumber of duplicate attestations included in the epoch.
proposer_slashingsbigintNumber of proposer slashing events during the epoch.
attester_slashingsbigintNumber of attester slashing events during the epoch.
depositsbigintNumber of deposits processed during the epoch.
exiting_validatorsbigintNumber of validators exiting during the epoch.
canonical_blocksbigintNumber of canonical blocks in the epoch.
withdrawalsbigintNumber of withdrawals processed during the epoch.
updated_attimestampLast time the record was updated
ingested_attimestampTime when the record was ingested

Table Sample