Cost of transfer from multiple addresses

0

Suppose I have an account with several thousand addresses, each having some BTC. I'm sending all my funds to another address. Will the transaction fees be proportional to the number of my addresses, or will it be roughly equal to the cost of a simple transaction?

ulu

Posted 2018-01-01T19:40:33.177

Reputation: 160

Question was closed 2018-01-02T01:45:43.087

2

More inputs/outputs = large transaction size = higher fee. You can estimate the size on https://estimatefee.com

Chak 2018-01-01T20:51:00.913

Answers

1

More inputs will mean the transaction will take up more bytes. Since miners have only so many bytes in a block that they can fill with transactions, they won't put in a bigger transaction unless it pays a bigger fee.

This means that small outputs can be effectively unspendable (because the fee for the additional bytes it would take to claim them exceed their value) until and unless fees decrease.

David Schwartz

Posted 2018-01-01T19:40:33.177

Reputation: 46 931

2Perhaps you can point out that different addresses or not is not relevant - it's the number of incoming payments whose outputs you're spending that matters (whether they're to the same address or not).Pieter Wuille 2018-01-01T22:08:27.907