| 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 : 10 }} {{ cpfpInfo.bestDescendant.txid }} | {{ cpfpInfo.bestDescendant.weight / 4 | vbytes: 2 }} | {{ cpfpInfo.bestDescendant.fee / (cpfpInfo.bestDescendant.weight / 4) | number : '1.1-1' }} sat/vB | |
| Ancestor | {{ cpfpTx.txid | shortenString : 10 }} {{ cpfpTx.txid }} | {{ cpfpTx.weight / 4 | vbytes: 2 }} | {{ cpfpTx.fee / (cpfpTx.weight / 4) | number : '1.1-1' }} sat/vB | 
| Size | {{ tx.size | bytes: 2 }} | 
| Virtual size | {{ tx.weight / 4 | vbytes: 2 }} | 
| Weight | {{ tx.weight | wuBytes: 2 }} | 
| 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 |