Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moralis.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Bitcoin Blockchain API provides direct access to raw Bitcoin blocks and transactions through Moralis’s Universal API. Pass bitcoin as the chain alias on the standard block and transaction endpoints. Query block headers, full transaction payloads, inputs, outputs, and UTXO-level detail without running your own Bitcoin node.

Endpoints

EndpointUniversal path
Get BlockGET /v1/chains/bitcoin/blocks/{blockIdentifier}
Get TransactionGET /v1/chains/bitcoin/transactions/{txHash}

Common Use Cases

  • Block explorers — display block and transaction detail
  • Analytics pipelines — ingest raw onchain data for custom indexing
  • Compliance and tracing — follow UTXO flows across transactions
  • Wallet backends — verify transaction inclusion and confirmation depth