Difficulty
{{ current_difficulty }}
Height
{{ current_height }}
Hashrate
{{ hashrate|default('n/a') }}
Emission
n/a
Blockchain Statistics
Daily Average Transactions per Block (Last 90 Days)
Transactions per Block (Excluding Coinbase)
| Period | Avg TX/Block | Empty Blocks % | Total Transactions | Blocks |
|---|---|---|---|---|
| Last Day | {{ "%.2f"|format(stats.tx_per_block.last_day.avg_tx) }} | {{ "%.1f"|format(stats.tx_per_block.last_day.empty_pct) }}% | {{ stats.tx_per_block.last_day.total_tx|int }} | {{ stats.tx_per_block.last_day.block_count|int }} |
| Last Week | {{ "%.2f"|format(stats.tx_per_block.last_week.avg_tx) }} | {{ "%.1f"|format(stats.tx_per_block.last_week.empty_pct) }}% | {{ stats.tx_per_block.last_week.total_tx|int }} | {{ stats.tx_per_block.last_week.block_count|int }} |
| Last Month | {{ "%.2f"|format(stats.tx_per_block.last_month.avg_tx) }} | {{ "%.1f"|format(stats.tx_per_block.last_month.empty_pct) }}% | {{ stats.tx_per_block.last_month.total_tx|int }} | {{ stats.tx_per_block.last_month.block_count|int }} |
| Last Year | {{ "%.2f"|format(stats.tx_per_block.last_year.avg_tx) }} | {{ "%.1f"|format(stats.tx_per_block.last_year.empty_pct) }}% | {{ stats.tx_per_block.last_year.total_tx|int }} | {{ stats.tx_per_block.last_year.block_count|int }} |
Blockchain Growth by Month
| Month | Monthly Growth (MB) | Cumulative Size (MB) |
|---|---|---|
| {{ month.year|int }}-{{ "%02d"|format(month.month|int) }} | {{ "%.2f"|format(month.size_mb) }} | {{ "%.2f"|format(month.cumulative_mb) }} |
| No data available | ||