Queue Latest

Find the current entry and exit queue duration on Beacon Chain.

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 Name
Description

validators_entry_queued

Number of validators waiting in the entry queue on this date

entry_churn_per_epoch

Median number of validators that can enter the active set per epoch

total_entry_queue_epochs

Estimated number of epochs required to clear the entry queue

total_entry_queue_minutes

Estimated time in minutes to clear the entry queue

total_entry_queue_hours

Estimated time in hours to clear the entry queue

total_entry_queue_days

Estimated time in days to clear the entry queue

validators_exit_queued

Number of validators waiting in the exit queue on this date

exit_churn_per_epoch

Median number of validators that can exit the active set per epoch

total_exit_queue_epochs

Estimated number of epochs required to clear the exit queue

total_exit_queue_minutes

Estimated time in minutes to clear the exit queue

total_exit_queue_hours

Estimated time in hours to clear the exit queue

total_exit_queue_days

Estimated time in days to clear the exit queue

_created_at

Timestamp when this record was created

Last updated

Was this helpful?