What is the maximum throughput of the Bitcoin network? (2013)

11

3

I have heard that the maximum block size means that the Bitcoin network has a maximum throughput. What is this maximum?

Casebash

Posted 2012-06-13T10:29:05.093

Reputation: 293

Answers

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.

Meni Rosenfeld

Posted 2012-06-13T10:29:05.093

Reputation: 18 542

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

1

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 sizeCasebash 2012-06-13T12:08:19.503

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

barrymac

Posted 2012-06-13T10:29:05.093

Reputation: 1 573