diff --git a/src/page.h b/src/page.h
index 9770e94..c1ba6e2 100644
--- a/src/page.h
+++ b/src/page.h
@@ -170,8 +170,8 @@ namespace xmreg {
{"timestamp" , timestamp_str},
{"age" , age_str},
{"hash" , blk_hash_str},
- {"block_reward", fmt::format("{:0.4f} ({:0.4f})",
- XMR_AMOUNT(coinbase_tx[1]),
+ {"block_reward", fmt::format("{:0.4f}/{:0.4f}",
+ XMR_AMOUNT(coinbase_tx[1] - sum_fees),
XMR_AMOUNT(sum_fees))},
{"notx" , fmt::format("{:d}", blk.tx_hashes.size())},
{"xmr_inputs" , fmt::format("{:0.2f}",
diff --git a/src/templates/index.html b/src/templates/index.html
index 9eb4453..282b558 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -15,13 +15,13 @@
height |
- Age (h:m:s) |
+ age [h:m:s] |
block hash |
- reward (fees) |
- no_of_txs |
+ reward/fees |
+ txs |
inputs/outputs |
- mixin_range |
- size [kbytes] |
+ mixins |
+ size [kB] |
{{#blocks}}
diff --git a/src/templates/mempool.html b/src/templates/mempool.html
index 05b9440..355f666 100644
--- a/src/templates/mempool.html
+++ b/src/templates/mempool.html
@@ -5,12 +5,12 @@
- Age (h:m:s) |
- tx hash |
- tx fee |
+ age [h:m:s] |
+ transaction hash |
+ fee |
inputs/outputs |
mixin |
- size [kbytes] |
+ size [kB] |
{{#mempooltxs}}