You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for pruned nodes and nodes with disabled txindex! (HUGE Thanks to @shesek)
Note: Currently only Bitcoin Core versions 0.21+ are able to support this feature (a future improvement is planned to make it available to all versions)
Mempool Summary improvements
Greatly improved performance for multiple loads via caching
Added: "Blocks Count" column by fee-rate bucket
Tool for estimating Block Depth of a transaction or a fee rate (Thanks @pointbiz)
Mining Summary: added doughnut chart for rev. breakdown, simplified table data
Smarter performance/memory defaults for slow devices
Major refactoring, modernization, and code-reuse improvements
UX improvements and polish throughout
URL changes
/node-status -> /node-details
/unconfirmed-tx -> /mempool-transactions
Environment variable changes
The below changes were made to more clearly acknowledge that multiple Electrum-protocol implementations (e.g. ElectrumX, Electrs) can be used for address queries:
BTCEXP_ADDRESS_API value electrumx -> electrum (electrumx should still works)
BTCEXP_ELECTRUMX_SERVERS -> BTCEXP_ELECTRUM_SERVERS (BTCEXP_ELECTRUMX_SERVERS should still work)