| Next block market price | {{ estimate.targetFeeRate | number : '1.0-0' }} sat/vB | 
| Currently estimated fee to get into next block | {{ estimate.nextBlockFee| number }} sats | 
| Fees paid in-band | ~{{ (estimate.txSummary.effectiveFee / estimate.txSummary.effectiveVsize) | number : '1.0-0' }} sat/vB | 
| What you already paid when you made the transaction | {{ estimate.txSummary.effectiveFee | number }} sats | 
| Extra fee required | {{ math.max(0, estimate.nextBlockFee - estimate.txSummary.effectiveFee) | number }} sats | 
| Difference between the next block fee and your tx fee | 
| Your maximum tx fees | ~{{ ((estimate.txSummary.effectiveFee + userBid) / estimate.txSummary.effectiveVsize) | number : '1.0-0' }} sat/vB | 
| The maximum extra transaction fee you're willing to pay | {{ userBid | number }} sats | 
| Mempool Acceleratorâ„¢ fee | +{{ estimate.mempoolBaseFee + estimate.vsizeFee | number }} sats | 
| mempool.space fee | {{ estimate.mempoolBaseFee | number }} sats | 
| Transaction vsize fee | {{ estimate.vsizeFee | number }} sats | 
| Estimated acceleration cost | {{ estimate.cost + estimate.mempoolBaseFee + estimate.vsizeFee | number }} satss | 
| Cost if your tx is accelerated using {{ estimate.targetFeeRate | number : '1.0-0' }} sat/vB | |
| Maximum acceleration cost | {{ maxCost | number }} satss | 
| Cost if your tx is accelerated using ~{{ ((estimate.txSummary.effectiveFee + userBid) / estimate.txSummary.effectiveVsize) | number : '1.0-0' }} sat/vB | |
| Available balance | {{ estimate.userBalance | number }} satss |