diff --git a/apps/blockchain-explorer/main.py b/apps/blockchain-explorer/main.py
index 6489a45f..3067fa97 100755
--- a/apps/blockchain-explorer/main.py
+++ b/apps/blockchain-explorer/main.py
@@ -457,7 +457,7 @@ HTML_TEMPLATE = r"""
${block.height} |
${block.hash ? block.hash.substring(0, 16) + '...' : '-'} |
${formatTimestamp(block.timestamp)} |
- ${block.transactions ? block.transactions.length : 0} |
+ ${block.tx_count || 0} |
|