Attestations

Attestation

Every Epoch (~6.4 minutes) a validator proposes an attestation (vote) to the network.

Table Columns

Column NameDescriptionExample

slot_number

Beacon Chain slot the block.

6,205,597

slot_timestamp

Beacon Chain slot timestamp of the block.

2023-04-12 09:19:47

eth1_block_hash

The block hash of the Ethereum 1.0 block.

0xc0efee09619b108b8c184d7c4981b96bcef8fe63e6887f3ee20728d5ca6d6e67

eth1_block_number

The block number of the Ethereum 1.0 block.

17,030,996

eth1_block_timestamp

The Unix timestamp of the Ethereum 1.0 block.

2023-04-12 09:19:47

proposer_index

The index of validator in validator registry.

43

array_index

Index of the attestation array.

178,393

attestation_index

A number that identifies which committee the validator belongs to in a given slot.

9

aggregation_bits

The attester aggregation bits.

0xfdfffffffffffffffffffffffffffff9fffff7fff7ffffffffffffbfffffffffffff0f

beacon_block_root

Root hash of the block the validator sees at the head of the chain (the result of applying the fork-choice algorithm).

0xb5879b53ac4f9909860b3d072538e20e89cd3dc68beb93bcbd0e3309c6f2a367

attestation_slot

The slot number that the attestation refers to.

6,205,596

source_epoch

Source Epoch. Part of the finality vote indicating what the validators see as the most recent justified block.

193,923

source_root

Source Root. Part of the finality vote indicating what the validators see as the most recent justified block.

0x224f895b66497a41d80a68425721ac2b76a08a03464c2811dab4bd306d9d69fb

target_epoch

Target epoch. Part of the finality vote indicating what the validators see as the first block in the current epoch.

193,924

target_root

Target root. Part of the finality vote indicating what the validators see as the first block in the current epoch.

0x9f1552c4c27be5ba449eab378015bfd9a5e36c0829586fa6c51a8319ac852071

attestation_signature

The BLS signature that aggregates the signatures of individual validators.

0x94a253070e95f22cb83a295f1ee5b19438701ff1aa60de46ee5aa05df459762776a1d58dc36cbaa973f7e0e009360eba10a1f6995ffd719af209597206b737d2793c533236edb7c73aa59e0dddf47560eb1968f7e665022bfa2ba51dfadc5247

unique_id

Unique ID for the attestation, constructed with slot_number, array_index, attestation_index, aggregation_bits, beacon_block_root & attestation_signature.

slot_number-6205597_array_index-43_attestation_index-9_aggregation_bits-0xfdfffffffffffffffffffffffffffff9fffff7fff7ffffffffffffbfffffffffffff0f_beacon_block_root-0xb5879b53ac4f9909860b3d072538e20e89cd3dc68beb93bcbd0e3309c6f2a367_attestation_signature-0x94a253070e95f22cb83a295f1ee5b19438701ff1aa60de46ee5aa05df459762776a1d58dc36cbaa973f7e0e009360eba10a1f6995ffd719af209597206b737d2793c533236edb7c73aa59e0dddf47560eb1968f7e665022bfa2ba51dfadc5247

_updated_at

Timestamp of the attestation data update.

2023-05-09 03:03:35.471 +0000

Last updated