Skip to content
All providers
Provider

Blockchain.com

id: blockchaincom

Provider docs

Legacy Bitcoin explorer; balance + broadcast only.

Capabilities

What this provider does inside chainkit

  • Balance

    Look up the confirmed balance of an address.

  • Broadcast

    Submit a signed raw transaction to the network.

Operational

Running it in production

Auth
none
Chains
btc/mainnet
Free tier
best-effort, no published cap
Paid tier
Rate limit
unspecified; back off on 429
In the SDK

Wire Blockchain.com via the chainkit builder

The builder accepts every provider you want in rotation. chainkit handles failover, retries, and scoring across them — pick capability coverage, not a single vendor.

import (
  "github.com/exapsy/chainkit"
  "github.com/exapsy/chainkit/bitcoin/providers"
  bttypes "github.com/exapsy/chainkit/bitcoin/types"
)

p := providers.NewBlockchaincom(/* opts — see godoc */)

client, _ := chainkit.NewMixedProvidersBuilder().
  WithProvider(p).
  Build(ctx)

Snippet illustrative; refer to the godoc for the exact constructor signature.

Last 24 hours

Live performance

Pulled from the same scoreboard as /scoreboard, narrowed to Blockchain.com. Polled every minute.

Loading live numbers…