> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Queue Latest 🌱

### Table Details

| Property     | Value                                 |
| ------------ | ------------------------------------- |
| Table Name   | `beacon_hoodi.validator.queue_latest` |
| Table Status | Beta 🌱                               |

### Table Columns

| Column Name                  | Data Type         | Description                                                         |
| ---------------------------- | ----------------- | ------------------------------------------------------------------- |
| validators\_entry\_queued    | NUMBER(38,0)      | Number of validators waiting in the entry queue on this date        |
| entry\_queue\_eth            | FLOAT             | Total amount of ETH in the entry queue currently                    |
| entry\_churn\_per\_epoch     | NUMBER(38,0)      | Median number of validators that can enter the active set per epoch |
| total\_entry\_queue\_epochs  | NUMBER(38,0)      | Estimated number of epochs required to clear the entry queue        |
| total\_entry\_queue\_minutes | NUMBER(38,0)      | Estimated time in minutes to clear the entry queue                  |
| total\_entry\_queue\_hours   | NUMBER(38,2)      | Estimated time in hours to clear the entry queue                    |
| total\_entry\_queue\_days    | NUMBER(38,2)      | Estimated time in days to clear the entry queue                     |
| validators\_exit\_queued     | NUMBER(38,0)      | Number of validators waiting in the exit queue on this date         |
| exit\_queue\_eth             | FLOAT             | Total amount of ETH in the exit queue currently                     |
| exit\_churn\_per\_epoch      | NUMBER(38,0)      | Median number of validators that can exit the active set per epoch  |
| total\_exit\_queue\_epochs   | NUMBER(38,0)      | Estimated number of epochs required to clear the exit queue         |
| total\_exit\_queue\_minutes  | NUMBER(38,0)      | Estimated time in minutes to clear the exit queue                   |
| total\_exit\_queue\_hours    | NUMBER(38,2)      | Estimated time in hours to clear the exit queue                     |
| total\_exit\_queue\_days     | NUMBER(38,2)      | Estimated time in days to clear the exit queue                      |
| last\_updated\_at            | TIMESTAMP\_NTZ(9) | Timestamp when the queue data was last updated                      |
| \_created\_at                | TIMESTAMP\_NTZ(9) | Timestamp when the queue data was created                           |
| \_updated\_at                | TIMESTAMP\_NTZ(9) | Timestamp when the queue data was last updated                      |

### Related Docs

* [Beacon Chain Validator Queue Latest](/historical-data/supported-blockchains/evm/beacon-chain/validator/queue-latest)
