Why does
estimatesmartfee
give me vastly different results than Trezor Suite?It says if I want my tx included in the next 6 blocks, I should pay 21153 sats / vB (!)
$ bitcoin-cli estimatesmartfee 6
{
"feerate": 0.00021135,
"blocks": 6
}
vs. more reasonable 21 sat/vB
(I think they also use virtual bytes. If not, the difference should only by a factor of 4, not 3 orders of magnitude)
Is it because I did a new clean setup of my node and thus it hasn't seen much transaction data to determine a good fee? So this will improve over time?
Or are there other reasons why the values are so different? (3 orders of magnitude)
Which values do your nodes give you for the next 6 blocks?