diff --git a/public/views/block.html b/public/views/block.html index a34061b2..69396244 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -28,93 +28,93 @@

Block #{{block.height}}

-
-
- Loading Block... -
+
+ Loading Block Information...
-
+
BlockHash {{block.hash}}

Summary

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Number Of Transactions{{block.tx.length}}
Height{{block.height}} - (Mainchain) - (Orphaned) -
Block Reward{{$root.currency.getConvertion(block.reward) || block.reward + ' BTC'}}
Timestamp{{block.time * 1000 | date:'medium'}}
Mined by - {{block.poolInfo.poolName}} -
Merkle Root -
- - {{block.merkleroot}} -
-
Previous Block{{block.height-1}}
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Number Of Transactions{{block.tx.length}}
Height{{block.height}} + (Mainchain) + (Orphaned) +
Block Reward{{$root.currency.getConvertion(block.reward) || block.reward + ' BTC'}}
Timestamp{{block.time * 1000 | date:'medium'}}
Mined by + {{block.poolInfo.poolName}} +
Merkle Root +
+ + {{block.merkleroot}} +
+
Previous Block{{block.height-1}}
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Difficulty {{block.difficulty}}
Bits {{block.bits}}
Size (bytes) {{block.size}}
Version {{block.version}}
Nonce {{block.nonce}}
Next Block{{block.height+1}}
+
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Difficulty {{block.difficulty}}
Bits {{block.bits}}
Size (bytes) {{block.size}}
Version {{block.version}}
Nonce {{block.nonce}}
Next Block{{block.height+1}}
-
-
+

Transactions