> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/tics-scan-user-guide/block-summary.md).

# Block Summary

The Block Summary highlights key metrics like the latest block height, top validator, and average block time, while the Block Details section provides in-depth information on individual blocks, including height, age, transaction count, and the validating node. Validator performance metrics and transaction analytics offer a comprehensive view of the network's health, decentralization, and growth, enabling users to understand the blockchain's overall performance and user participation.

<figure><img src="/files/ECp6N85yC9RVpsGD9Qxu" alt=""><figcaption></figcaption></figure>

### Block Summary

The Block Summary section provides a real-time overview of the Qubetics blockchain's current status. It allows users to monitor transaction volumes and block generation rates, giving a clear picture of network activity. Key metrics, such as block time, offer insights into the blockchain's efficiency and speed. Additionally, this section highlights user participation by analyzing transaction counts and validator activity, helping users understand the level of engagement and overall health of the network.

* **Latest Block**\
  Displays the height of the most recently added block *(e.g., 16,124,2323)*. This metric reflects the growth and activity level of the blockchain, showing how frequently new blocks are being generated.
* **Top Validator (Last 24H)**\
  Identifies the validator with the best performance over the past 24 hours. Validators play a crucial role in producing blocks, validating transactions, and ensuring the security of the network. This metric helps users track the contribution and reliability of top-performing validators.
* **Block Time (Last 20 Blocks)**\
  Shows the average time taken to generate a block based on the last 20 blocks. It provides insights into the network's speed and efficiency, helping users assess how quickly transactions are being processed and confirmed.

### Block List

This section provides a list of recently mined blocks along with comprehensive information about each block:

* **Block**\
  A sequential identifier for each block in the chain *(e.g., 4675635)*, shows the order of block and the blockchain’s growth.
* **Timestamp**\
  The exact time the block was created *(e.g., 14m ago, Jan 16 2025, 16:18)*. This helps track when transactions were processed and provides a timeline of blockchain activity.
* **Block Hash**\
  A unique cryptographic fingerprint for the block *(e.g., 6EJCJ...KwScB)*. It ensures the block's immutability and integrity, making it tamper-proof and secure. The user can also copy the block hash by clicking on the copy icon.&#x20;
* **Txn Count**\
  The total number of transactions included in the block. This gives insights into the activity level during the block's creation and reflects network usage trends.
* **Validator**\
  Displays the name or address of the validator responsible for producing the block *(e.g., 0xh0043.8887)*. Validators play a key role in maintaining the network’s security by validating transactions and adding new blocks to the chain. The user can also copy the validator address by clicking on the copy icon.&#x20;

### **FR 2.003: Filter (Newest)**<br>

This section lets users sort blocks by newest or oldest and explore block history using easy pagination controls. It also shows useful details about validator performance, like how many blocks they’ve validated, the top-performing validators in the last 24 hours, and specific validator account details. These features help users track network stability, validator contributions, and overall decentralization. To use this feature, simply click the drop-down menu next to ***"Newest"***, and choose between the available options to sort the blocks.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://qubetics.gitbook.io/qubetics-docs/getting-started/tics-scan-user-guide/block-summary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
