| Timestamp | {{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm' }} 
                      ( | 
| Included in block | {{ tx.status.block_height }} | 
| Confirmed | |
| Features |  | 
| First seen | |
| ETA |  | 
| Features |  | 
| Type | TXID | Virtual size | Fee rate | |
|---|---|---|---|---|
| Descendant | {{ cpfpInfo.bestDescendant.txid | shortenString : 8 }} {{ cpfpInfo.bestDescendant.txid }} | {{ cpfpInfo.bestDescendant.fee / (cpfpInfo.bestDescendant.weight / 4) | number : '1.1-1' }} sat/vB | ||
| Ancestor | {{ cpfpTx.txid | shortenString : 8 }} {{ cpfpTx.txid }} | {{ cpfpTx.fee / (cpfpTx.weight / 4) | number : '1.1-1' }} sat/vB | 
| Size | |
| Virtual size | |
| Weight | 
| Fee | {{ tx.fee | number }} sat | 
| Fee rate | {{ tx.feePerVsize | number : '1.1-1' }} sat/vB | 
| Effective fee rate | 
            {{ tx.effectiveFeePerVsize | number : '1.1-1' }} sat/vB
             |