Bitcoin Forum

Other => Beginners & Help => Topic started by: papa_snurf on July 09, 2011, 07:59:23 AM



Title: What is the size of a block?
Post by: papa_snurf on July 09, 2011, 07:59:23 AM
...and what is the size of a transaction? How many transactions can be written per block?


Title: Re: What is the size of a block?
Post by: John (John K.) on July 09, 2011, 08:04:40 AM
I'd like to know this too  :D


Title: Re: What is the size of a block?
Post by: ciore on July 09, 2011, 08:29:59 AM
yeah, who doesn't want to know??  ;)


Title: Re: What is the size of a block?
Post by: patvarilly on July 10, 2011, 07:05:01 AM
It varies block by block, but they're generally 10-100 K.  You can see the size of any single block in blockexplorer:

http://blockexplorer.com/block/000000000000017d3c9503f4ddfedd474d2ecab4d6c0ce9455e779ea74543d1c

Currently, there's a hard-coded block size limit of about 2 MB, but it's a soft limit that will likely be removed in the future.

Transactions are roughly proportional in size to the number of inputs and outputs they string together.  The generic transaction (me sending a bit to you and the rest back to myself) is about 250 bytes long, but you can have much larger transactions in general.

A priori, apart from the soft limit on block size that is currently active, there is no technical limit on the number of transactions that can be strung together into a single block.  Practical limits are a more complicated issue, discussed at length here:

https://en.bitcoin.it/wiki/Scalability
http://forum.bitcoin.org/?topic=286.0