Slovak Bitcoin developer Martin Habovštiak has successfully embedded a 66-kilobyte TIFF image directly into the Bitcoin blockchain as a single contiguous transaction. This proof-of-concept directly challenges several foundational technical claims made by proponents of the proposed "anti-spam" soft fork known as BIP-110 and the Bitcoin Knots node implementation. The transaction, which is publicly verifiable on the blockchain, can be decoded from its raw hex data into a valid image file viewable by standard software.
The embedded image depicts Bitcoin Knots developer Luke Dashjr, a central proponent of BIP-110, crying. Habovštiak, who maintains the Rust Bitcoin library, announced the project on social media platform X on Thursday, linking to a detailed write-up that includes step-by-step instructions for independent verification using any Bitcoin full node.
The demonstration is notable for what it deliberately avoided using: the transaction contains no OP_RETURN opcodes, does not rely on Taproot (using SegWit v0 instead), and contains no OP_IF instructions. These are among the primary vectors that BIP-110 targets for restriction. Habovštiak argues their absence proves that the proposal's restrictions can be circumvented without relying on any of the mechanisms it aims to limit.
The proof-of-concept arrives amid an ongoing and often bitter dispute between Bitcoin Core and Bitcoin Knots camps over what types of data should be permitted on the Bitcoin network. BIP-110, originally introduced as BIP-444 in October 2025, proposes a temporary one-year soft fork that would cap OP_RETURN outputs at 83 bytes, limit individual data pushes to 256 bytes, and restrict other scripting features that enable large data storage. It was introduced after Bitcoin Core's v30 release effectively uncapped OP_RETURN data limits earlier in 2025.
Luke Dashjr, the Bitcoin Core developer who maintains Bitcoin Knots and serves as CTO of the Ocean mining pool, has been a vocal proponent of limiting arbitrary data on Bitcoin, calling inscriptions "spam" since 2023. BIP-110 proponents argue that contiguous data storage creates legal risks for node operators and diverts Bitcoin from its core purpose as money.
In response on X, Dashjr contested the characterization of Habovštiak's transaction as "contiguous," writing, "His spam isn't and doesn't contain contiguous images."
According to data published by The Bitcoin Portal, about 8.8% of the network is made up of nodes with BIP-110 support. The proposal is implemented exclusively through Bitcoin Knots, which has seen its node count grow roughly tenfold since the start of 2025.
In a significant follow-up, Habovštiak also produced a BIP-110-compliant version of the image transaction, tested against Bitcoin Knots' own regtest environment. The compliant version was reportedly larger than the original, which he argued demonstrates that BIP-110's restrictions would actually increase the total amount of data stored on the blockchain rather than reduce it.
Habovštiak stated the project was a one-time effort and that he would not be publishing his code, explicitly to avoid enabling a new wave of NFT-like activity on Bitcoin. He described himself as an opponent of blockchain spam who was motivated by what he considered "untruths" from the Knots camp. "There's something I hate much more than spam: Untruths," Habovštiak wrote.