Table Description

Stores attestation data that is exchanged between validators and users on the Beacon network. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
block_epochlongEpoch number when the block containing the attestation was proposed.
block_slotlongSlot number within the epoch when the block containing the attestation was proposed.
block_timetimestampTimestamp when the block containing the attestation was included in the chain.
block_datedateDate corresponding to the block_time.
signaturebinaryBLS signature verifying the attestation’s authenticity.
aggregation_bitsbinaryBitlist indicating participating validators in the committee.
beacon_block_rootbinaryRoot hash of the Beacon Chain block that the attestation votes for.
indexlongCommittee index at the assigned slot for the attestation.
slotlongSlot number to which the attestation pertains.
source_epochlongEpoch of the last justified checkpoint referred to as the source in the FFG vote.
source_rootbinaryRoot hash of the Beacon Chain block at the source checkpoint epoch.
target_epochlongEpoch that the attestation targets in its FFG vote.
target_rootbinaryRoot hash of the Beacon Chain block at the target checkpoint epoch.

Table Sample