Solana Data Infrastructure

Stop building
infrastructure.
Start building
products.

BlockSignal turns raw Solana data into fast APIs and real-time streams. Access historical transactions, normalized events, and live data—without running your own infrastructure.

Free tier available
No credit card required
BlockSignal
100-200ms
p99 Latency
10M+
Daily Requests
4+
Years Historical Data
100%
Solana RPC Compatible

Every team rebuilds the same infrastructure

Solana produces massive amounts of data. Parsing it takes weeks. Storing it costs thousands. And every team re-implements the same indexing logic.

Expensive Storage

Raw blockchain data is massive. Teams spend more on infrastructure than on their actual product.

Weeks of Setup

Setting up indexers, parsing transactions, handling edge cases—it takes weeks before you can ship.

Fragile Pipelines

Custom indexers break. Data gets out of sync. Your team becomes an infrastructure team.

Available Now

Historical Data API

Query any Solana transaction from the past 4+ years. Fast responses, simple API, no infrastructure required.

  • Full transaction history with decoded instructions
  • Follows Solana RPC spec — no custom handling required
  • 100-200ms p99 latency at scale
  • Supports json and rowbinary encoding
Request
POST https://api.blocksignal.dev/v1/rpc

{
  "method": "getTransactionsForAddress",
  "params": {
    "address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "limit": 10000,
    "slotFilter": {
      "gte": 384480000,
      "lte": 384911999
    },
    "encoding": "json"
  }
}
Response
{
  "jsonrpc": "2.0",
  "result": [
    {
      "slot": 384480123,
      "blockTime": 1704067200,
      "transaction": {
        "signatures": [...],
        "message": {
          "accountKeys": [...],
          "instructions": [...],
          "recentBlockhash": "..."
        }
      },
      "meta": {
        "fee": 5000,
        "preBalances": [...],
        "postBalances": [...],
        "innerInstructions": [...],
        "logMessages": [...],
        "err": null
      }
    },
    ...
  ],
  "id": 1
}
Roadmap

More than just historical data

We're building the complete Solana data stack. Join the waitlist to get early access.

Q2 2026

Live Data Streams

Real-time transaction and block streams via gRPC. Subscribe to specific programs, accounts, or transaction types. Built for trading systems and live dashboards.

Q3 2026

Chart-Ready OHLCV Data

Pre-aggregated OHLCV candlesticks, trade history, and market metrics. No more parsing raw transactions to build charts. Query and display.

Q4 2026

Protocol State Engine

Track DeFi positions, liquidity pools, balances, and fills in real-time. We handle complex state reconstruction so you can focus on insights.

Q4 2026

Instant Webhooks

Push notifications triggered by on-chain events. Large transfers, liquidations, or custom filters—delivered instantly to your backend.

Get early access

Be the first to know when new features launch.

terminal
$npm install @blocksignal/sdk
// Initialize the client
import { BlockSignal } from '@blocksignal/sdk'
const client = new BlockSignal('YOUR_API_KEY')
// Query historical transactions
const txs = await client.getTransactionsForAddress({
address, limit: 10000
})

Built for developers

TypeScript SDK, comprehensive docs, and examples for every use case. Get started in minutes, not weeks.

TypeScript & Python SDKs
Follows Solana RPC spec exactly
Open-source examples on GitHub

Simple, transparent pricing

Start free, scale as you grow. No hidden fees.

Free

Perfect for testing and exploration

$0/mo
  • 100K credits/month
  • 10 requests/second
  • 1,000 TX/second throughput
  • 1 project
  • Community Discord
Get Started
Most Popular

Dev

For indie developers and side projects

$19/mo
  • 1M credits/month
  • 50 requests/second
  • 5,000 TX/second throughput
  • 10 projects
  • Email Support
Get Started

Pro

For production applications

$149/mo
  • 10M credits/month
  • 150 requests/second
  • 15,000 TX/second throughput
  • 25 projects
  • Priority Support
Get Started

Enterprise

For high-volume infrastructure

Custom
  • 100M+ credits/month
  • 300+ requests/second
  • 30,000+ TX/second throughput
  • Unlimited projects
  • Dedicated Account Manager
  • Custom SLA
  • On-premise deployment
Contact Sales

Trusted by Solana builders

Teams building the future of Solana rely on BlockSignal for their data infrastructure.

BlockSignal saved us weeks of infrastructure work. We were able to focus on building our DEX analytics instead of parsing raw transactions.

Alex Chen
CTO, DeFi Protocol

The latency is consistent. Our trading system needs reliable historical lookups, and BlockSignal delivers every time.

Maria Santos
Lead Engineer, Trading Firm

Finally, a data provider that follows the Solana RPC spec. No custom handling needed—it just works with our existing code.

James Wilson
Founder, NFT Analytics

Ready to build?

Join teams using BlockSignal to power their Solana applications. Free tier includes 100,000 requests per month.