Skip to main content
Data Retention Notice: This data is not backfilled and will be regularly pruned. Historical pending consolidation data may not be available for past epochs.
beacon.raw.pending_consolidations_enriched provides epoch-level data on pending consolidations waiting to process in the beacon chain, enriched with detailed validator information for both source and target validators. This data is only available post-Pectra upgrade.

Table Column

Unique Key: slot_number, pending_consolidation_index
Column NameDescription
slot_numberBeacon Chain slot number of when the pending consolidation state was indexed
slot_timestampBeacon Chain slot timestamp of slot when the pending consolidation state was indexed
pending_consolidation_indexArray index of the pending consolidation for the given epoch
pending_consolidation_countTotal count of pending consolidations at this slot
has_pending_consolidationsBoolean flag indicating whether there are pending consolidations
source_indexValidator index of the source validator being consolidated
source_pubkeyThe source validator’s BLS public key, uniquely identifying them. 48-bytes, hex encoded with 0x prefix, case insensitive
source_balanceThe source validator’s balance in ETH
source_raw_balanceThe source validator’s balance in gwei (1e9 gwei = 1 ETH on Beacon Chain)
source_effective_balanceThe source validator’s effective balance in ETH used for consensus calculations
source_raw_effective_balanceThe source validator’s effective balance in gwei
source_slashedBoolean flag indicating whether the source validator has been slashed
source_statusThe source validator’s status (e.g., active_ongoing, exited_unslashed, exited_slashed)
source_activation_epochEpoch when the source validator was activated
source_activation_eligibility_epochEpoch when the source validator became eligible for activation
source_exit_epochEpoch when the source validator exited or will exit
source_withdrawable_epochEpoch when the source validator’s balance becomes withdrawable
source_withdrawal_credentialsSource validator’s withdrawal credentials, a 32-byte field for verifying the destination of valid withdrawals
target_indexValidator index of the target validator receiving the consolidation
target_pubkeyThe target validator’s BLS public key, uniquely identifying them. 48-bytes, hex encoded with 0x prefix, case insensitive
target_balanceThe target validator’s balance in ETH
target_raw_balanceThe target validator’s balance in gwei (1e9 gwei = 1 ETH on Beacon Chain)
target_effective_balanceThe target validator’s effective balance in ETH used for consensus calculations
target_raw_effective_balanceThe target validator’s effective balance in gwei
target_slashedBoolean flag indicating whether the target validator has been slashed
target_statusThe target validator’s status (e.g., active_ongoing, exited_unslashed, exited_slashed)
target_activation_epochEpoch when the target validator was activated
target_activation_eligibility_epochEpoch when the target validator became eligible for activation
target_exit_epochEpoch when the target validator exited or will exit
target_withdrawable_epochEpoch when the target validator’s balance becomes withdrawable
target_withdrawal_credentialsTarget validator’s withdrawal credentials, a 32-byte field for verifying the destination of valid withdrawals
execution_optimisticIt’s true if the response references an unverified execution payload. The optimistic information may be invalidated at a later time. If the field is not present, assume the false value
finalizedIndicates whether the response data is finalized
_created_atTimestamp of the pending consolidation data creation
_updated_atTimestamp of the pending consolidation data update