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

# BitDog Statics

### Overview

**BitDog Statics** is a Telegram bot that provides **real-time chain statistics** on the **Bitrock** network. From transaction volume to active addresses, you can easily track key metrics and gain insights into on-chain activity.

* **Telegram Bot Link:** <https://t.me/bitdog_stats_bot>

### How to Use

1. **Chain-Wide Statistics**
   * **Command:** `/chaininfo <period>`
   * **Description:** Displays chain-wide stats for a specified period, such as **4h** (4 hours), **2d** (2 days), or **1w** (1 week).
   * **Default Period:** If you don’t provide a period, it shows all-time data.
   * **Example:**

     ```bash
     /chaininfo 4h
     ```

     *(Returns stats for the last 4 hours)*
2. **Address-Specific Statistics**
   * **Command:** `/address <0xADDRESS> <period>`
   * **Description:** Shows stats for a specific **Bitrock** address over a specified period.
   * **Example:**

     ```bash
     /address 0x413f0E3A44... 7d
     ```

     *(Returns stats for that address over the past 7 days)*

### Example Output

Here’s how a typical one-week (`1w`) report might look:

```mathematica
Stats for last 1w:
🔢 Total Transactions: 72,784
💰 Onchain Volume (BROCK): 5,894,075.83 ($240,330.47)
🔥 Total Spent Gas (BROCK): 3.1555
🧑‍💻 Active Addresses: 380
🏆 Most Traded Token: USDB
```

* **🔢 Total Transactions** – The number of successful transactions confirmed on the chain.
* **💰 Onchain Volume** – The total volume of tokens transferred.
* **🔥 Total Spent Gas** – The cumulative gas fees paid, in BROCK.
* **🧑‍💻 Active Addresses** – The number of addresses that conducted transactions.
* **🏆 Most Traded Token** – The token with the highest trading volume during the specified period.

***

By leveraging **BitDog Statics**, you’ll gain a clear snapshot of the Bitrock network’s performance—whether you’re monitoring your own wallet activity or keeping tabs on overall chain health.
