| Virtual size | ||
| Size in vbytes of this transaction and its unconfirmed ancestors | ||
| In-band fees | {{ estimate.txSummary.effectiveFee | number : '1.0-0' }} sats | |
| Fees already paid by this transaction and its unconfirmed ancestors | ||
| Next block market rate | {{ estimate.targetFeeRate | number : '1.0-0' }} | sat/vB |
| Estimated extra fee required | {{ math.max(0, estimate.nextBlockFee - estimate.txSummary.effectiveFee) | number }} |
sats
|
| Mempool Acceleratorâ„¢ fees | ||
| mempool.space fee | +{{ estimate.mempoolBaseFee | number }} |
sats
|
| Transaction vsize fee | +{{ estimate.vsizeFee | number }} |
sats
|
| Estimated acceleration cost | {{ estimate.cost + estimate.mempoolBaseFee + estimate.vsizeFee | number }} |
sats
|
| If your tx is accelerated to {{ estimate.targetFeeRate | number : '1.0-0' }} sat/vB | ||
| Maximum acceleration cost | {{ maxCost | number }} |
sats
|
| If your tx is accelerated to ~{{ ((estimate.txSummary.effectiveFee + userBid) / estimate.txSummary.effectiveVsize) | number : '1.0-0' }} sat/vB | ||
| Available balance | {{ estimate.userBalance | number }} |
sats
|
| Login | ||