Buyer personas
Wallet Developer
“Dev Dave”
$40–150/mo
Who they are
- Indie developers and small teams building Bitcoin wallets
- Use BDK, Esplora, or Electrum as blockchain backend
- Start free, upgrade when hitting rate limits in production
Pain points
- Rate limits — 429 errors even at modest request volumes
- Self-hosting cost — full node (~600GB) + Electrs is prohibitive
- Taproot tooling — advanced script types still immature
Exchange Builder
“Exchange Emily”
$500–10K/mo
Who they are
- Startups and fintechs building exchanges or neobanks
- Institutions like Citi and Morgan Stanley building crypto infra
- Need multi-sig, custody APIs, and Liquid Network support
Pain points
- No API standard — each provider has different endpoints and formats
- Scaling UTXOs — millions of UTXOs need custom indexing
- Compliance gaps — stitching together on-chain + compliance vendors
ETF / Fund Manager
“Fund Manager Fiona”
$4K–40K/mo
Who they are
- Bitcoin ETF issuers (BlackRock, Fidelity, Grayscale)
- Digital asset fund managers, family offices
- Bitcoin ETFs expected to exceed $180B in 2026
Pain points
- NAV verification — precise UTXO balance verification for audit
- Integration — must plug into fund admin systems
- Real-time flows — ETF flows now large enough to move price
On-Chain Analyst
“Analyst Alex”
$100–700/mo
Who they are
- Analytics platforms (Glassnode, Nansen-style builders)
- Data scientists, quant traders, portfolio trackers
- Need historical data with full indexing
Pain points
- Heavy ETL — raw Bitcoin data needs custom processing pipelines
- Cross-chain gaps — no standard for Bitcoin + Liquid + Lightning
- Cost — premium data APIs charge $699+/mo for historical access
Payment Processor
“Payments Pat”
$75–300/mo
Who they are
- BTCPay Server integrators, POS developers
- E-commerce plugins, Lightning app builders
- Companies like OpenNode and Speed
Pain points
- API instability — endpoints change quarterly, breaking integrations
- Lightning complexity — inbound liquidity and channel rebalancing
- Poor docs — cheaper processors have barely-existing documentation
Mining Operator
“Miner Mike”
$200–500/mo
Who they are
- Mining pool operators and farm management companies
- Hashrate marketplace operators
- Need real-time block and fee market data
Pain points
- Fragmented data — each pool has its own API format, no standard
- Limited history — long-term hashrate and difficulty data hard to get
- Latency — need low-latency mempool for fee optimization
Compliance Officer
“Compliance Chris”
$1.5K–100K/mo
Who they are
- VASPs, exchange compliance teams, regulated institutions
- Law enforcement and government agencies
- Highest-spending segment (Chainalysis: $10K/seat/yr)
Pain points
- Regulatory fragmentation — EU, US, and Asian rules all differ
- Wallet labeling — AI-based heuristics are unreliable
- Cost — TRM Labs avg contract ~$693K, barrier for smaller VASPs
Academic Researcher
“Researcher Rachel”
$0–200/mo
Who they are
- University researchers, PhD students, blockchain research labs
- Economists studying Bitcoin dynamics
- Future enterprise buyers and advocates
Pain points
- Barrier to entry — must build custom ETL from full node data
- No standard datasets — each team builds their own pipeline
- Budget — academic grants can’t afford enterprise pricing
Priority matrix
Direct competitors
Bitcoin-specific API providers that compete head-to-head with Blockstream Explorer.
Multi-chain competitors
Providers that also support Bitcoin alongside other chains. Most are Ethereum-first.
Adjacent markets
Not direct competitors but adjacent. Analytics platforms are potential customers; compliance tools are partnership opportunities.
Blockstream’s competitive advantages
Liquid Network support
QuickSync (fastest wallet sync)
Electrum RPC on all paid tiers
Open-source Esplora (no lock-in)
Enterprise dedicated instances
Bitcoin-native credibility
Key gaps to address
Market opportunities
Developer experience gap — No one has built “Alchemy-level DX” for Bitcoin. Better docs, SDKs, and onboarding UX is the biggest differentiator available.
Lightning Network data — Growing demand for channel and routing data, not yet offered by Explorer API.
Ordinals / Runes indexing — Hot segment. QuickNode and Hiro already serve it. Opportunity to capture builders in this space.
Academic program — Free tier for .edu emails. Mempool.space wins community mindshare by being fully free. Researchers become future enterprise buyers.
Compliance partnerships — Explorer data could feed Chainalysis/Elliptic/TRM workflows as the underlying Bitcoin data layer.
Cross-cutting themes from Reddit research
What users care about most
Rate limits are the #1 pain point across all personas. Developers consistently hit free tier walls and need clarity on actual limits before committing to production.
Self-hosting vs. hosted is a core tension. Privacy-focused Bitcoin developers want to self-host, but ~600GB+ storage and ongoing maintenance is prohibitive for most.
Uptime during volatility is make-or-break. APIs that go down during price spikes or mempool congestion lose trust permanently.
The free-to-paid trigger is almost always hitting rate limits in production, followed by needing SLAs and support guarantees.
No API standard exists for Bitcoin like REST conventions exist in traditional web development. Every provider has different endpoints and data formats.