This search engine analyzes the entire Bitcoin blockchain to find readable text embedded in transactions.
Our indexing process extracts the complete raw transaction data and attempts to decode any readable ASCII text within it. We don’t limit the search to OP_RETURN fields — the full transaction structure is analyzed.
Text detection: We consider text readable if it contains at least 15 consecutive printable ASCII characters. This helps capture meaningful messages while filtering out random binary data.
All detected text is indexed in our database, making it searchable. This includes messages, documents, artwork metadata, and any other text that has been permanently recorded on the Bitcoin blockchain.