# Dashboard

The dashboard provides Klaytn Network information.

<figure><img src="https://content.gitbook.com/content/gFCFldhGojm5Eu8QZ4Qo/blobs/3xrfKutuztMjXUmfZlmK/image.png" alt=""><figcaption></figcaption></figure>

### Block Height

Latest Block Number. You can find out how many blocks there are since the Genesis block.

### Network Performances

#### Total number of consensus nodes

The number of nodes participating in the current network consensus.

#### Average block generation time in an hour / 24 hours

Average block generation time in an hour / 24 hours.

#### Average number of transactions in a block

The average number of transactions executed in a block over the past 24 hours.

### Transaction History

A graph showing 31 days' worth of daily transactions.&#x20;

### Total Burnt

Provides information on the number of total KLAYs burnt over the past 31 days.

A total KLAY burnt is calculated by adding the KLAY burnt for the gas fee, manually burned KLAY, and KLAY burnt during KIP103 hard fork.

<br>

###

### Recent blocks & Transactions

Updates recently created blocks and transactions in real-time.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kaiascope.com/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
