diff --git a/app/src/pages/transaction/transaction.html b/app/src/pages/transaction/transaction.html index ed5da82..f095beb 100644 --- a/app/src/pages/transaction/transaction.html +++ b/app/src/pages/transaction/transaction.html @@ -21,6 +21,12 @@ {{ tx.size }} (bytes) + + Fee Rate + + {{ (tx.fees / tx.size) * 1E8 | number:'1.0-8' }} sats/byte + + Received Time @@ -46,4 +52,4 @@ - \ No newline at end of file +