The beacon.raw.consolidations provides details on the consolidation of validator accounts. This feature was added post-pectra upgrade.

Table Columns

Unique Key: unique_id

Column NameDescription
slot_numberBeacon Chain slot number.
slot_timestampBeacon Chain slot timestamp of slot.
array_indexArray index of the flatten consolidations field.
source_addressThe address of the source validator.
source_pubkeyThe pubkey of the source validator.
source_validator_indexThe index of the source validator in the validator registry.
target_pubkeyThe pubkey of the target validator.
target_validator_indexThe index of the target validator in the validator registry.
unique_idUnique ID constructed with slot_number, array_index, source_address & target_pubkey.
_created_atTimestamp of the consolidation data creation.
_updated_atTimestamp of the consolidation data update.