JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q34253F
  • License MIT

testnet3

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (testnet3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    testnet

    testnet

    Documentation


    GitHub license npm npm Github Stars

    Bitcoin Testnet UTXO Lookup

    This web app allows users to search for unspent transaction outputs (UTXOs) on the Bitcoin Testnet network for a specific Bitcoin address. The app displays both confirmed and unconfirmed UTXOs, along with their corresponding transaction IDs, output indexes, and amounts.

    Features

    • Lookup UTXOs for a specific Bitcoin Testnet address
    • Displays confirmed and unconfirmed UTXOs
    • Shows total confirmed and unconfirmed balances
    • Provides transaction details, including transaction ID, output index, and amount

    How to Use

    1. Enter a valid Bitcoin Testnet address into the input field.
    2. Click the "Lookup" button to search for UTXOs associated with the given address.
    3. View the results, which will show confirmed and unconfirmed UTXOs, as well as the confirmed and unconfirmed balances in BTC.

    Technologies Used

    • HTML, CSS, and JavaScript for frontend UI
    • Axios for making API requests
    • BlockCypher API for fetching address and transaction data

    Notes

    This app is intended for use on the Bitcoin Testnet network. It is not suitable for use with the Bitcoin Mainnet network.

    License

    • MIT