Explore Bitcoin, the world’s first decentralized digital currency. Discover how it revolutionized peer-to-peer transactions and blockchain.
Bitcoin’s RPC documentation offers developers a comprehensive guide to programmatically interact with the original blockchain network. This documentation details the API endpoints needed to query transaction data, submit new transactions, and manage wallets. Operating on a proof-of-work (PoW) consensus mechanism, Bitcoin ensures security and decentralization at scale. Developers can utilize the RPC gateway to build applications such as payment gateways and wallets while leveraging Bitcoin’s global recognition and robust infrastructure.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → Bitcoin • 🔗 Official Bitcoin Website
RPC Gateway for Bitcoin blockchain
Bitcoin RPC networks
Connect to Bitcoin and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for Bitcoin using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Retrieve Bitcoin Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected Bitcoin node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Test Bitcoin RPC Methods in Postman
Explore and test Bitcoin blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Bitcoin RPC endpoints, validate API responses, or integrate Bitcoin into their applications.
How to use the Bitcoin Postman Collection
- Get your API key: Visit Tatum Dashboard to obtain your free API key
- Import the collection: Click the "Run in Postman" button below to import the Bitcoin collection
- Configure your environment: Update the
gateway-api-keyvariable in the Tatum Gateway environment - Start testing: Execute any Bitcoin RPC method and see real-time responses
Available Bitcoin interfaces and methods
Each Bitcoin network and interface below exposes its own set of RPC methods, listed live from Tatum's RPC Gateway. Query these endpoints for any interface to explore what it supports:
/_methods– machine-readable list of interfaces and methods/llms.txt– human- and AI-readable documentation context
Bitcoin Mainnet
JSON-RPC
Base URL: https://bitcoin-mainnet.gateway.tatum.io
Discovery: /_methods · /llms.txt
createrawtransactiondecoderawtransactiondecodescriptestimatefeeestimatesmartfeegetbestblockhashgetblockgetblockcountgetblockhashgetblockheadergetblockchaininfogetblockstatsgetdifficultygetchaintipsgetmempoolancestorsgetmempoolclustergetmempooldescendantsgetmempoolentrygetmempoolfeeratediagramgetmempoolinfogetnetworkinfogetrawmempoolgetrawtransactiongettxoutgettxoutproofsearchrawtransactionssendrawtransactiontestmempoolacceptvalidateaddressverifymessageverifytxoutproof
REST API · REST
Base URL: https://bitcoin-mainnet.gateway.tatum.io/rest
Discovery: /_methods · /llms.txt
GET /block/{block-hash}GET /block/notxdetails/{block-hash}GET /blockhashbyheight/{height}GET /getutxos/{outpoint}/{outpoint}/.../{outpoint}GET /getutxos/checkmempool/{outpoint}/{outpoint}/.../{outpoint}GET /headers/{block-hash}GET /headers/{count}/{block-hash}GET /chaininfo.jsonGET /mempool/contents.jsonGET /mempool/info.jsonGET /tx/{tx-hash}
Electrs JSON-RPC · JSON-RPC
Base URL: https://bitcoin-mainnet-electrs.gateway.tatum.io
Discovery: /_methods · /llms.txt
blockchain.address.decodeblockchain.address.get_balanceblockchain.address.get_historyblockchain.address.get_mempoolblockchain.address.listunspentblockchain.address.subscribeblockchain.address.unsubscribeblockchain.block.getblockchain.block.headerblockchain.block.headersblockchain.estimatefeeblockchain.headers.subscribeblockchain.headers.tipblockchain.relayfeeblockchain.scripthash.get_balanceblockchain.scripthash.get_historyblockchain.scripthash.get_mempoolblockchain.scripthash.listunspentblockchain.scripthash.subscribeblockchain.scripthash.unsubscribeblockchain.transaction.broadcastblockchain.transaction.getblockchain.transaction.get_merkleblockchain.transaction.id_from_posmempool.countmempool.get_fee_histogramserver.bannerserver.donation_addressserver.featuresserver.pingserver.version
Bitcoin Signet
JSON-RPC
Base URL: https://bitcoin-signet.gateway.tatum.io
Discovery: /_methods · /llms.txt
createrawtransactiondecoderawtransactiondecodescriptestimatefeeestimatesmartfeegetbestblockhashgetblockgetblockcountgetblockhashgetblockheadergetblockchaininfogetblockstatsgetdifficultygetchaintipsgetmempoolancestorsgetmempoolclustergetmempooldescendantsgetmempoolentrygetmempoolfeeratediagramgetmempoolinfogetnetworkinfogetrawmempoolgetrawtransactiongettxoutgettxoutproofsearchrawtransactionssendrawtransactiontestmempoolacceptvalidateaddressverifymessageverifytxoutproof
Bitcoin Testnet
JSON-RPC
Base URL: https://bitcoin-testnet.gateway.tatum.io
Discovery: /_methods · /llms.txt
createrawtransactiondecoderawtransactiondecodescriptestimatefeeestimatesmartfeegetbestblockhashgetblockgetblockcountgetblockhashgetblockheadergetblockchaininfogetblockstatsgetdifficultygetchaintipsgetmempoolancestorsgetmempoolclustergetmempooldescendantsgetmempoolentrygetmempoolfeeratediagramgetmempoolinfogetnetworkinfogetrawmempoolgetrawtransactiongettxoutgettxoutproofsearchrawtransactionssendrawtransactiontestmempoolacceptvalidateaddressverifymessageverifytxoutproof
REST API · REST
Base URL: https://bitcoin-testnet.gateway.tatum.io/rest
Discovery: /_methods · /llms.txt
GET /block/{block-hash}GET /block/notxdetails/{block-hash}GET /blockhashbyheight/{height}GET /getutxos/{outpoint}/{outpoint}/.../{outpoint}GET /getutxos/checkmempool/{outpoint}/{outpoint}/.../{outpoint}GET /headers/{block-hash}GET /headers/{count}/{block-hash}GET /chaininfo.jsonGET /mempool/contents.jsonGET /mempool/info.jsonGET /tx/{tx-hash}
Bitcoin Testnet4
JSON-RPC
Base URL: https://bitcoin-testnet4.gateway.tatum.io
Discovery: /_methods · /llms.txt
createrawtransactiondecoderawtransactiondecodescriptestimatefeeestimatesmartfeegetbestblockhashgetblockgetblockcountgetblockhashgetblockheadergetblockchaininfogetblockstatsgetdifficultygetchaintipsgetmempoolancestorsgetmempoolclustergetmempooldescendantsgetmempoolentrygetmempoolfeeratediagramgetmempoolinfogetnetworkinfogetrawmempoolgetrawtransactiongettxoutgettxoutproofsearchrawtransactionssendrawtransactiontestmempoolacceptvalidateaddressverifymessageverifytxoutproof
REST API · REST
Base URL: https://bitcoin-testnet4.gateway.tatum.io/rest
Discovery: /_methods · /llms.txt
GET /block/{block-hash}GET /block/notxdetails/{block-hash}GET /blockhashbyheight/{height}GET /getutxos/{outpoint}/{outpoint}/.../{outpoint}GET /getutxos/checkmempool/{outpoint}/{outpoint}/.../{outpoint}GET /headers/{block-hash}GET /headers/{count}/{block-hash}GET /chaininfo.jsonGET /mempool/contents.jsonGET /mempool/info.jsonGET /tx/{tx-hash}
Method unavailable?If you need a method we don't support yet, please contact our support.
We'd be happy to assist.