diff --git a/public/views/address.html b/public/views/address.html index bcafe33..539dca1 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -40,26 +40,6 @@

Transactions Transactions contained within this block

- - - - - - - - - - - - - - - - - - - - -
Transaction HashDatetimeFeeTransacted Amount
Loading...
{{tx.txid}}{{tx.time * 1000 | date:'medium'}}{{tx.feeds}}{{tx.valueOut}}
+
diff --git a/public/views/block.html b/public/views/block.html index a81b42d..8d85c85 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -50,18 +50,6 @@ Number Of Transactions {{block.tx.length}} - - Output Total - -- - - - Estimated Transaction Volume - -- - - - Transaction Fees - -- - Height {{block.height}} @@ -76,10 +64,6 @@
- - - - @@ -107,42 +91,7 @@

Transactions Transactions contained within this block

- -
-
- {{tx.txid}} - {{tx.time * 1000 | date:'medium'}} -
- -
-
- Transmitter -
-
- -
-
-
-
-

Receptor

-

Receptor

-
-
-

Bitcoin of Receptor

-

Bitcoin of Receptor

-
-
-
-
- -
- Feeds: {{tx.feeds}} -
- {{tx.valueOut}} -
-
-
- +
diff --git a/public/views/transaction/list.html b/public/views/transaction/list.html new file mode 100644 index 0000000..ca60761 --- /dev/null +++ b/public/views/transaction/list.html @@ -0,0 +1,48 @@ +
Loading...
+
+
+ {{tx.txid}} + {{tx.time * 1000 | date:'medium'}} +
+ +
+
+ No Inputs (Newly Generated isCoinBasens) +
+
+ {{vin.addr}} + {{vin.value}} BTC +

+ Outpoint: + {{vin.txid}} +

+
+
+
+
+ +
+
+
+
+
+ {{vout.scriptPubKey.type}} +
+
+
+
+ {{address}} + {{vout.value}} BTC +
+
+
+
+
+ +
+ Feeds: {{tx.feeds}} +
+ {{tx.valueOut}} +
+
+
Relayed By --
Difficulty {{block.difficulty}}