LogoLogo
CtrlK
DashboardStatusStakingContact
  • About
    • Node API
    • Billing
    • Faucets
  • Aptos
    • Overview
    • Endpoints
  • Arbitrum
    • Overview
    • Execution API
    • Debug API
  • Avalanche
    • Overview
    • C-Chain
    • X-Chain
    • P-Chain
  • Base
    • Overview
    • Execution API
    • Debug API
  • Berachain
    • Overview
    • Execution API
    • Debug API
  • BNB Smart Chain
    • Overview
    • Execution API
    • Debug API
  • Bitcoin
    • Overview
    • Blockchain RPCs
    • Control RPCs
    • Network RPCs
    • Rawtransactions RPCs
    • Util RPCs
    • Blockbook Indexer REST API
    • Esplora HTTP API
      • Transactions
      • Addresses
        • GET /address/:address
        • GET /scripthash/:hash
        • GET /address/:address/txs
        • GET /scripthash/:hash/txs
        • GET /address/:address/txs/chain[/:last_seen_txid]
        • GET /scripthash/:hash/txs/chain[/:last_seen_txid]
        • GET /address/:address/txs/mempool
        • GET /scripthash/:hash/txs/mempool
        • GET /address/:address/utxo
        • GET /scripthash/:hash/utxo
      • Blocks
      • Mempool
      • GET /fee-estimates
  • Conflux
    • Overview
    • eSpace - Execution API
    • eSpace - Debug API
  • Ethereum
    • Overview
    • Execution API
    • Beacon API
    • Debug API
  • Hedera
    • Overview
    • JSON RPC Relay API
    • REST Mirror Node API
  • ICP
    • Overview
  • ICP
  • ICRC
  • Mezo
    • Overview
    • Execution API
    • Debug API
    • Mezo namespace
  • Monad
    • Overview
    • Execution API
    • Debug API
  • opBNB
    • Overview
    • Execution API
    • Debug API
  • OPTIMISM
    • Overview
    • Execution API
  • Polygon
    • Overview
    • Execution API
    • Debug API
  • Solana
    • Overview
    • HTTP Methods
    • Websocket Stable Methods
    • Websocket Unstable Methods
  • Somnia
    • Overview
    • Execution API
    • Debug API
  • Stellar
    • Overview
    • Stellar RPC (formerly Soroban API)
    • Horizon API
  • Tron
    • Overview
    • Tron Full Node HTTP API
    • Tron JSON-RPC API
    • Tron Solidity API
  • Wemix
    • Overview
    • Execution API
Powered by GitBook
On this page

Was this helpful?

  1. Bitcoin
  2. Esplora HTTP API

Addresses

GET /address/:addressGET /scripthash/:hashGET /address/:address/txsGET /scripthash/:hash/txsGET /address/:address/txs/chain[/:last_seen_txid]GET /scripthash/:hash/txs/chain[/:last_seen_txid]GET /address/:address/txs/mempoolGET /scripthash/:hash/txs/mempoolGET /address/:address/utxoGET /scripthash/:hash/utxo
PreviousPOST /txNextGET /address/:address

Was this helpful?