I want to test a tiny btc deposit to my coinbase address since i never sent one to it just in case. Then i would send a bigger amount. If im going to test say a l0 dollar btc transfer from nano ledger to coinbase, you would recommend send with a cheap fee right? Risky to do this with say 5 sat/kb? Or should i do more?
I just took a look right now and on mempool it shows
-snip-
What client are your using, Ledger live?
Because every wallet has a unique implementation on "
guessing" the fee rate per priority level.
And there's really no way to accurately tell if the transaction will be mined in the next block or x number of blocks, so
the numbers that you're getting are mostly estimates.
For the tiny amount versus large amount: it's wrong to assume that a transaction with low output amount will have lower fee rate or can be mined faster with a lower fee rate than a transaction with larger amount.
Miners only care about the "
fee rate" when prioritizing transactions, that's the
X sat/vB of the transaction.
(
and other factors like if the parent txn is also unconfirmed)
For the total fee: It's the transaction's virtual size (
in virtual Bytes) that will make the total fee higher or lower.
Your example transaction for example, it has a fee rate of 17.2 sat/vB, that'll determine if it's priority or not, prioritization is the same whether it's a $5000 deposit or $10.
It's virtual size is 224 vB (
displayed below) multiplied by 17.2 sat/vB = 3,859 sat or $2.26 at that time.
The virtual size is based from the number of inputs and outputs as well as the address type.