Hacker News new | ask | show | jobs
by barnbuilder 1530 days ago
> According to cryptofees.net, BTC transaction fees average 4%

That site hasn't been updated in almost a year. (Check the prices and recent transactions it links to.)

Here's a more accurate way to estimate bitcoin's fees. Go to mempool.space and look at the current estimated Low/Medium/High priority fees. That is based on current pending transactions and most of the time, unless you are in a hurry, "Low" is enough to get a transaction confirmed in the next hour.

At current writing, and for most of the past year, those fees are a few cents.

And this is the expensive way to transact bitcoin -- on-chain! Nowadays most commerce is moving to the layer-2 Lightning Network, where transactions are instant and typically nearly free via payment channels that are settled on-chain in the future.

1 comments

Thanks for correcting this. Can you explain the layer-2 network? Is this a separated kind of chain?
Lightning Network is a "layer 2" on top of "layer 1" bitcoin. The short summary is that it allows two parties to conduct lots of transactions and, when one of them decides they are done, the final balance is committed to the bitcoin blockchain rather than every single one of the transactions. These channels can also be used to forward payments to others, which means that depending on your Lightning node's connections you are able to transact in this way with many thousands of parties beyond just the ones you are directly connected to.

Each channel sets their own rates so the cost of transacting this way varies but it usually comes out to a very tiny amount, much less than 0.1%.

This is a pretty good overview with more detail: https://cointelegraph.com/bitcoin-for-beginners/what-is-the-...

The network has grown a ton in the past year and apps like CashApp and Strike now support it.