Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: TierNolan on January 13, 2014, 11:17:51 AM



Title: Is there a maximum transaction size?
Post by: TierNolan on January 13, 2014, 11:17:51 AM
Is there a maximum transaction size, other than requiring that it fits in a block?


Title: Re: Is there a maximum transaction size?
Post by: gmaxwell on January 13, 2014, 12:09:33 PM
Transactions over 100k currently fail IsStandard(), but otherwise, no.  There are (near) maximal sized transactions on testnet too.


Title: Re: Is there a maximum transaction size?
Post by: TierNolan on January 13, 2014, 12:49:07 PM
Transactions over 100k currently fail IsStandard(), but otherwise, no.  There are (near) maximal sized transactions on testnet too.

Thanks