# Mining statistics

## Leaderboard

After miners successfully discover their hashes, they need a platform to view their results. The leaderboard serves as this platform, functioning as a database that records and displays the number of blocks mined by each participant. On the leaderboard, several intriguing metrics are available, including the total number of blocks mined, the rate at which blocks are being mined, the current mining difficulty and the list of current miners. Miners are ranked based on the quantity of blocks they have successfully mined. Essentially, the leaderboard acts as a window into the blockchain's mempool and its current state. The mempool organizes transactions, including those that are unconfirmed, allowing them to be visualized and tracked.

{% embed url="<https://explorer.xenblocks.io/leaderboard>" %}

<figure><img src="/files/6JdqXBAKJDRg9HWcjpVr" alt=""><figcaption><p>XenBlocks leaderboard</p></figcaption></figure>

## XNM distributon

XenBlocks mining started from 0 supply in September 2023.&#x20;

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

## Stat pages

At xen.pub you can see overall mining statistics as well as personal mining statistics

<figure><img src="/files/GJoOTZw0uECYg1QNKeMo" alt=""><figcaption><p>...</p></figcaption></figure>

{% embed url="<https://xen.pub/index-xenblocks.php>" %}
...
{% endembed %}

<figure><img src="/files/waiyx5QcJilOQ7tCwmoO" alt=""><figcaption><p>...</p></figcaption></figure>

{% embed url="<https://xen.pub/xblocks.php>" %}


---

# 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.xenblocks.io/mining/mining-statistics.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.
