How big is your transaction? The transaction fees depends on the size of the transaction. The default transaction fees for normal sized transaction shouldn't even be close to that.
You can change the transaction settings in Preferences > Transactions. If you don't know what to do with it and don't want to mess up just use dynamic fees and set it to 120% or something.
thanks Jhanzo. It's a small amount but I got it all from faucets so maybe there's a lot of small transactions contributing to it. This is the transaction, I'd appreciate any insights, I'm only able to learn by doing!
https://blockchain.info/tx/a974e8525a969a6f9d5343adda5def273363d0e2be449d6a353fb6dccd4273daIn my wallet, .02188985 is how much went out. I need to understand what's happening before I start recommending BTC to folks in Africa!
There are a couple of good websites that can you can visit to learn about the fee, for example this one:
https://en.bitcoin.it/wiki/Transaction_feesI'll try to explain it as simply as possible. This explanation made a lot of abstractions, and is in no-way the complete bitcoin theory!!!:
- in order to send bitcoins to somebody else, you create a transaction. It's basically a piece of text where you specify which inputs you'll use to create an output. In your case you used lots and lots of inputs. Each input has to be specified in the transaction.
- A miner puts the text of the transaction into a block, as soon as it's written in a block, it has 1 confirmation
- The size of the block is limited to 1 Mb, when it's full the leftover transactions have to wait untill the next block is mined
So, the more inputs you used, the bigger your transaction will be, the more space it'll use in a block. That's why the fee is calculated using the size of your transaction, and it has nothing to to with the amount of BTC you wanted to send.
The fee is basically the "tip" a miner gets when he choses to put your transaction into the block he/she is mining. The more satoshi's per byte of transaction you added, the higher the chance the miner will pick your transaction over the transaction of somebody else