Skip to main content
This models provide epoch-level data on the amount of pending deposits waiting to process in the beacon chain. This data is only available post-electra update.

Table Column

Unique Key: epoch_number, pubkey, pending_deposit_index
Column NameDescription
epoch_numberEpoch number of when the pending deposit state was indexed
slot_numberBeacon Chain slot number of when the pending deposit state was indexed
slot_timestampBeacon Chain slot timestamp of slot when the pending deposit state was indexed
pubkeyThe validator’s BLS public key, uniquely identifying them. 48-bytes, hex encoded with 0x prefix, case insensitive.
amountThe amount of ETH deposited in gwei (1e9 gwei = 1 ETH on Beacon Chain).
slotThe slot number where the deposit is made into beacon chain.
withdrawal_credentialsWithdrawal credentials is a 32-byte field associated with every validator, initially set during deposit, for verifying the destination of valid withdrawals.
signatureThe BLS signature that aggregates the signatures of individual validators.
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
pending_deposit_indexArray index of the pending deposit for the given epoch.
_created_atTimestamp of the pending deposit data creation.
_updated_atTimestamp of the pending deposit data update.
I