> For the complete documentation index, see [llms.txt](https://docs.everscan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.everscan.io/use/blocks.md).

# Blocks

This section shows **network-wide block statistics** for Everscale and a list of the most recent blocks.

## Statistics

At the top is a **stats bar** showing:

* **Masterchain head block height**
* **Average block time**
* **Active shards** (current number of shardchains)

![](/files/29Oa9hIPZkqT676V79xv)

## Blocks list

Below is a list of recent blocks. It shows the **Shard & Height, Block ID, Software version, Transactions** (count), and **Time.**

Click **Shard & Height** or the **Block ID** to open the block’s details.

Use **Export to .csv** to download the table.

![](/files/sr6t3qseLcoqTwTjhFiC)

## Block details

The block details page is divided into several tabs/sections.

### Main details&#x20;

Basic information about the block:

* **Number (height)**
* **Time** (local and Unix)
* **Block ID**
* **Workchain** and **Shard**
* **Transactions** count
* **Messages** count
* **Previous key block number**

![](/files/4fuH4Hnsal6R7OcUAcD9)

### Value Flow

Shows aggregate EVER movement associated with this block, including:

* **From previous block / To next block**
* **Imported / Exported**
* **Fees collected** and **Fees imported**
* **Created / Minted**

  It also reflects [validator](/use/validators.md) **rewards** and total commissions.

![](/files/FOStZMEQ4ONaFkmkMnkT)

### Account blocks

The [accounts ](/use/accounts.md)changed in the block are displayed here.\
Click on the address of one of the accounts to go to its [details page](/use/accounts.md#account-details).

![](/files/9LYzWbtUYKUNS4H7DtnX)

### Shard hashes

This block is only relevant for -1 workchain. Displays blocks from shards included in the main chain.\
Click on *Root hash* to go to the details page of this block.

![](/files/gxrkLAySzOhTXSyFqqzi)

### Transactions

Shows transactions included in this block, with columns:

* **ID** (click to open)
* **Account** (initiator address)
* **Type, Exit code, Method**
* **Balance change (EVER)**
* **Time**

  Use **Export to .csv** to download.

![](/files/L0PorSVNz3LBTzUEnHwO)

### Messages

Lists all **messages** related to the block’s transactions, grouped into incoming and outgoing. Columns:

* **Hash** (click to open the message)
* **Transaction** (parent transaction ID)
* **Type**
* **Value (EVER)**

You can navigate from any row to the detailed [message](/use/messages.md#message-details) or [transaction](/use/transactions.md#transaction-details) page.

![](/files/C3P4JCynTrSNduJ6VNI0)


---

# 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://docs.everscan.io/use/blocks.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.
