11
3
I have heard that the maximum block size means that the Bitcoin network has a maximum throughput. What is this maximum?
11
3
I have heard that the maximum block size means that the Bitcoin network has a maximum throughput. What is this maximum?
9
The current block size limit is 1MB, but this is likely to be changed in the future.
Transactions are about 500B, so the current limit is 2000 transactions per block, or about 3 per second.
2
From the Scalability on the wiki page
Today the Bitcoin network is restricted to a sustained rate of 7 tps by some artificial limits. These were put in place to stop people from ballooning the size of the block chain before the network and community was ready for it. Once those limits are lifted, the maximum transaction rate will go up significantly.
I also found this talk by Peter Todd from keepbitcoinfree.org on using off blockchain transactions to avoid hitting the main block chain with the full transaction load which was followed by good Q&A
There's also some charts comparing to other payment networks
1Is this actually a current limitation regardless of the client implementation? Do you have a reference for that assertion? – barrymac – 2013-09-27T00:00:45.773
2
@barrymac https://github.com/bitcoin/bitcoin/blob/ff4e3e63e776fb320b87d2506d911d5a7fa757a4/src/main.h#L32
– theymos – 2013-09-27T01:41:58.9071
IMO it's not so certain that the max block size will be increased in the near future. There's likely to be a lot of controversy about it. See http://keepbitcoinfree.org/
– theymos – 2013-09-27T01:43:48.947@theymos We found the same thing from via different paths! +1 for linking to the line of code responsible! – barrymac – 2013-09-27T11:03:30.007
2Wow, that's slow. If Bitcoin keeps growing, they'll definitely have to increase the block size – Casebash – 2012-06-13T12:08:19.503