UNPKG

bivcore-insight

Version:

A blockchain explorer for Bitcore

12 lines 237 B
<ion-item> Size <ion-note item-end> {{ tx.size }} (bytes) </ion-note> </ion-item> <ion-item *ngIf="tx.fee >= 0"> Fee Rate <ion-note item-end> {{ (tx.fee / tx.size) | number:'1.0-2' }} sats/byte </ion-note> </ion-item>