diff --git a/app/src/pages/block-detail/block-detail.html b/app/src/pages/block-detail/block-detail.html index dda09f6..7c74f36 100644 --- a/app/src/pages/block-detail/block-detail.html +++ b/app/src/pages/block-detail/block-detail.html @@ -3,13 +3,45 @@ -

Block # {{ block.height }}

-

BlockHash {{ block.hash }}

-

Summary

+ + + +

Block # {{ block.height }}

+

BlockHash {{ block.hash }}

+
+
+ + +

Summary

+
+
+ + + Number of Transactions + + + {{ block.tx.length }} + + + + + Height + + + {{ block.height }} (Mainchain) + + + + + Block Reward + + + {{ block.reward + ' BTC' }} + + +
+
-

Number of Transactions {{ block.tx.length }}

-

Height {{ block.height }} (Mainchain)

-

Block Reward {{ block.reward + ' BTC' }}

Timestamp {{ block.time * 1000 | date:'medium' }}

Mined by {{ block.poolInfo.poolName }}

Merkle Root {{ block.merkleroot }}