Table Description

Stores information about changes in the Beacon Chain from BLS to execution, including block metadata and execution payload details.

Column Descriptions

ColumnTypeDescription
block_epochlongEpoch number when the block containing the BLS to execution change was proposed.
block_slotlongSlot number within the epoch when the block containing the BLS to execution change was proposed.
block_timetimestampTimestamp when the block containing the BLS to execution change was included in the chain.
block_datedateDate corresponding to the block_time.
from_bls_pubkeybinaryBLS public key associated with the validator’s original withdrawal credentials.
to_execution_addressbinaryExecution layer (Eth1) address to which the withdrawal credentials are being updated.
validator_indexlongIndex of the validator requesting the change.
signaturebinaryBLS signature authorizing the change from BLS to execution withdrawal credentials.

Table Sample