Live ThursdaysHonest Money Hour with Bobby Gray · 7pm CentralJoin the Zoom
Builder Hub

Build on a network that works for you.

Bitcoin is jammed up. Expensive. Slow to confirm. TEXITcoin is new, accessible, cheap — and increased utility benefits individuals, not banks. Everything you need to build on TXC lives here.

Why TXC

Why build on Bitcoin when you can build to benefit yourself?

Bitcoin is jammed up

Congested mempools, slow confirmations, and fees that price out everyday use. Building on Bitcoin today means building for institutions.

TXC is new, fast, and cheap

3-minute blocks, sub-cent fees, and headroom for real throughput. Users actually transact — they don't just HODL.

Mined in Texas, by individuals

Texas power. Texas land, workers, infrastructure. Mining rewards owned by individuals — not banks. Utility benefits the people building it.

Live network

The chain, right now.

Connecting…
Block height
Network hashrate
Difficulty
Fastest fee
Active miners (1w)
Blocks mined (1w)
Avg block time
Last block

Last confirmed blocks

Height
Age
Txs
Size
Hash
Loading blocks…
Developer API

Three layers, one network.

The base chain via mempool/Esplora, tokens via Omni Layer (the same stack CryptoPOP runs on), and content addressing via streamTXC. All public, all free, no API key.

Public REST endpoints for blocks, transactions, addresses, mempool, fees, mining stats, and broadcast. Mirrors the open-source mempool.space spec — most existing Bitcoin/Litecoin tooling works against it with a base-URL swap.

Base URL:https://mempool.texitcoin.org
Quick start · curl
# Get the latest block
curl https://mempool.texitcoin.org/api/blocks | jq '.[0]'

# Network hashrate
curl https://mempool.texitcoin.org/api/v1/mining/hashrate/3d

# Recommended fees (sat/vB)
curl https://mempool.texitcoin.org/api/v1/fees/recommended

# Address balance
curl https://mempool.texitcoin.org/api/address/<txc_address>

# Broadcast a signed tx
curl -X POST -d '<rawtx_hex>' \
  https://mempool.texitcoin.org/api/tx
Endpoints
  • GET/api/blocksLatest 10 confirmed blocks (height, timestamp, tx count, size, difficulty).
  • GET/api/block/:hashFull block details by block hash.
  • GET/api/block-height/:heightLook up a block hash by its height.
  • GET/api/tx/:txidTransaction details, inputs/outputs, and confirmation status.
  • GET/api/address/:addressAddress summary: balance, tx count, and chain stats.
  • GET/api/address/:address/txsTransaction history for any address (paginated).
  • GET/api/mempoolLive mempool size, fee histogram, and pending tx count.
  • GET/api/v1/fees/recommendedFee recommendations: fastest, half-hour, hour, economy.
  • GET/api/v1/mining/hashrate/3dNetwork hashrate samples — perfect for charts and dashboards.
  • GET/api/v1/mining/pools/1wMining pool distribution and block counts.
  • GET/api/v1/difficulty-adjustmentProgress toward the next difficulty retarget.
  • POST/api/txBroadcast a signed raw transaction to the network.

Ship something on a network built for builders.

Got a tool, integration, or app running on TXC? We'll list it here.

Stay in the loop

Honest updates. No spam.

Drop in your email and we'll send you new posts, network milestones, and the occasional Bobby rant. Unsubscribe any time.