Skip to content

Add Bitcoin UTXO verification to BTC monitoring#145

Merged
TaprootFreak merged 1 commit intoLightningDotSpace:developfrom
TaprootFreak:feature/btc-utxo-verification
Feb 14, 2026
Merged

Add Bitcoin UTXO verification to BTC monitoring#145
TaprootFreak merged 1 commit intoLightningDotSpace:developfrom
TaprootFreak:feature/btc-utxo-verification

Conversation

@TaprootFreak
Copy link
Contributor

Summary

  • Add listUnspent() RPC method to BitcoinClient for querying confirmed UTXOs
  • Add GET /monitoring/btc/utxos endpoint returning live UTXO data from Bitcoin Core
  • Render UTXO table on BTC monitoring page with mempool.space links for on-chain verification
  • Each UTXO shows TXID (linked), vout, address, BTC amount, and confirmations

Test plan

  • Verify UTXO table loads on /monitoring/btc page
  • Confirm UTXO total matches "Onchain BTC" in holdings breakdown
  • Click mempool.space links to verify UTXOs exist on-chain
  • yarn lint and yarn build pass locally

Display live UTXOs from Bitcoin Core with mempool.space links
for independent on-chain balance verification.
@TaprootFreak TaprootFreak marked this pull request as ready for review February 14, 2026 19:22
@TaprootFreak TaprootFreak requested a review from Danswar February 14, 2026 19:22
@TaprootFreak TaprootFreak merged commit 4569d91 into LightningDotSpace:develop Feb 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants