Find the historical entry and exit queue duration on Beacon Chain.
beacon.validator.queue
provides daily historical Ethereum Beacon Chain validator queue data, the total time it takes to clear the entry and exit queue based on the state of the network, with the network churn rates.
activation_epoch
and exit_epoch
Column Name | Description |
---|---|
date | The date for which queue metrics are calculated |
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 |
_updated_at | Timestamp when this record was last updated |