Overview

The beacon.validator.queue_latest provides the current status of activation and exit duration data with ~1-hour data freshness.

This model uses the same methodology as beacon.validator.queue in deriving queue duration.

Table Columns

Column NameDescription
validators_entry_queuedNumber of validators waiting in the entry queue on this date
entry_churn_per_epochMedian number of validators that can enter the active set per epoch
total_entry_queue_epochsEstimated number of epochs required to clear the entry queue
total_entry_queue_minutesEstimated time in minutes to clear the entry queue
total_entry_queue_hoursEstimated time in hours to clear the entry queue
total_entry_queue_daysEstimated time in days to clear the entry queue
validators_exit_queuedNumber of validators waiting in the exit queue on this date
exit_churn_per_epochMedian number of validators that can exit the active set per epoch
total_exit_queue_epochsEstimated number of epochs required to clear the exit queue
total_exit_queue_minutesEstimated time in minutes to clear the exit queue
total_exit_queue_hoursEstimated time in hours to clear the exit queue
total_exit_queue_daysEstimated time in days to clear the exit queue
_created_atTimestamp when this record was created