Blockchain transaction message length limit

2

When I perform a transaction on the blockchain, I can add a message to the transaction, which will then exist forever in the blockchain.

Say for example I wanted to use the blockchain to store digital assets...

Could this type of information be encrypted and stored as a transaction message, and if so, is there any limit to the message length of a transaction?

series0ne

Posted 2014-10-01T08:55:23.180

Reputation: 253

Answers

2

This message exists only on blockchain.info site. It is not a part of bitcoin protocol. You should not think, that it will exists forever, because blockchain.info is third-party-service

Point your view to a OP_RETURN output scripts. http://bitzuma.com/posts/op-return-and-the-future-of-bitcoin/

amaclin

Posted 2014-10-01T08:55:23.180

Reputation: 5 763

I can add transactions messages using BitCoin-QT...series0ne 2014-10-01T11:56:10.580