Wednesday, September 16, 2026

Creating liberating content

Bitcoin Price Wobbles Before...

Bitcoin’s price swung before settling largely unmoved over a 24-hour period...

Bitcoin miners have amassed...

Bitcoin miners have signed more than $100 billion in AI contracts while generating...

“The Fed Has Already...

Peter Schiff says the bond market didn’t break recently,...

Solana triples transaction size...

Solana is rolling out some of its most significant performance upgrades as network...

A hidden Bitcoin node database just shrank by 40 GB, but only if runners rebuild it

Bitcoin Core has merged a redesign of its optional transaction index that cut about 40 GB from the database in one contributor’s mainnet test. Operators using -txindex retain their existing indexes through an upgrade; capturing the full saving requires recreating the database.

Pull request #35531, merged into Bitcoin Core’s master branch on Aug. 15, reduced the author’s rebuilt mainnet txindex from about 66 GB to 26 GB. The roughly 61% reduction is confined to this optional index. Bitcoin’s blockchain and the rest of a node’s data directory remain outside the measurement.

The code is merged upstream. Stable binaries follow a separate release process, and Bitcoin Core’s release index leaves the first version containing the change unspecified. Operators will need the migration notes for the release that ships it.

Related Reading

Bitcoin Core considers dropping encrypted routing support as poor node health exposes users to eclipse attacks

Read More:  Bitcoin just slept through Japan's rate decision, but a swollen yen short is quietly threatening a massive margin call

How the smaller index works

Bitcoin Core’s -txindex option maintains a database for retrieving transactions by their full transaction ID. The old format stored each 32-byte transaction ID as a database key alongside transaction disk-position data.