TonStat is a public analytics dashboard for the TON blockchain that lets users monitor core network metrics in real time.
Overview of TonStat’s metrics#
TonStat displays a wide range of data, including the total supply of Toncoin, transaction and storage fees, the proportion of fees that are burned, new Toncoin issuance per block, counts of active wallets, DEX liquidity, NFT minting activity, and validator statistics.
Total supply
The Total Supply metric aggregates the balances of all accounts on the network to show how many Toncoins currently exist.
Fees and burning
TonStat explains why transaction fees exist:
- Network economics – fees reward validators for maintaining the blockchain.
- Security – fees deter spam and attacks.
- Anti‑spam – fees limit the creation of useless transactions.
Current fee levels are:
- Sending TON – average fee 0.0055 TON.
- Sending Jettons – average fee 0.037 TON.
- Minting an NFT – average fee 0.08 TON.
- Base fee – approximately 0.005 TON (under $0.01).
TonStat also shows daily totals for transaction and storage fees.
Real‑time burning
TON employs a real‑time burn that destroys 50 % of the fees collected in each block. This mechanism creates a deflationary pressure on the token supply.
New Toncoin issuance
After the transition to Proof‑of‑Stake, new Toncoin is minted as follows:
- Each masterchain block adds 1.7 TON to a validator’s reward.
- Each shardchain block adds 1 TON to a validator’s reward.
Mining ended in June 2022.
Accounts and addresses
In TON, any smart contract—wallets, NFTs, staking contracts, etc.—is considered an account. Each contract has a unique address derived from the hash of its compiled code and initial state.
Transactions per day
TonStat tracks the daily number of transactions, reflecting the overall activity of the network.
Active wallets
An on‑chain wallet is a smart contract of the wallet type. A wallet is counted as active when it has sent at least one outgoing transaction within a rolling 30‑day window. TonStat shows the number of unique active wallets per month.
DeFi metrics
- TVL on DEXes – total value locked in decentralized exchange contracts, indicating liquidity and user confidence.
- DEX trading volume – daily volume of assets traded on DEX platforms such as STON.fi and DeDust.io.
- Liquid staking – users deposit Toncoin and receive tradable liquid tokens; the protocol’s smart contract manages staking on their behalf.
Jetton wallets
Jetton wallets are specialized contracts for sending, receiving, and burning Jettons. They store each user’s balance and operate via internal messages between the user’s main wallet and the Jetton wallet.
NFT minting
TonStat visualizes the number of NFTs minted over time, including associated metadata.
TON DNS
TON DNS maps human‑readable names (e.g., wallet.ton) to smart‑contract addresses, simplifying address usage.
Validators
Validator statistics include:
- Number of validator nodes.
- Total Toncoin staked by validators.
- Geographic distribution of validator nodes, which enhances decentralization and reduces censorship risk.
See also#
- TON Bridge
- TON DNS
- TON Connect
- TON Radar
- TON Virtual Machine
- TON Storage