Live ThursdaysHonest Money Hour with Bobby Gray · 7pm CentralWatch & Register
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.

Just shipped · Open Source

TEXITcoin Core is now 100% open source.

For the first time since genesis, the full, unredacted source code — and the complete commit history — is public. Audit it. Fork it. Spin up your own node. Build on top of it. The chain has nothing to hide.

Permission key — removed.

The key that made TEXITcoin a permissioned network is gone. Anyone, anywhere, can now run a node and join the network. Mining rewards still route exclusively to community-issued addresses — so banks, nation-states, and unlimited-capital actors can't slurp them up. The more you participate, the more hash power you accumulate.

~/texitcoin
# clone the source
git clone https://github.com/blockchainmint1/texitcoin.git
cd texitcoin

# build TEXITcoin Core
./autogen.sh && ./configure && make -j$(nproc)

# run a full node — no permission key required
./src/texitcoind -daemon

# verify you're on the canonical chain
./src/texitcoin-cli getblockhash 0
# → b628195b74011675c216718bba39e04b631c1c82c060e8ee3e975ea87377b8ca
Auditable
Every line of consensus code, in the open.
Run your node
Permissionless. Join the network in minutes.
Full commit history
From genesis to today — nothing redacted.
Build on TXC
Wallets, tools, L2s, integrations — go.
New · Node Spinner

Spin up a TXC node from scratch — guided, in minutes.

Don't want to wrangle autogen.sh, build flags, and config files by hand? The TXC Node Setup app walks you through every step — pick your OS, answer a few questions, and get a copy-paste recipe that gets a full node synced and listening on the network.

  • Step-by-step install for Linux, macOS, and Windows (WSL).
  • Auto-generates a texitcoin.conf tuned to how you'll use the node.
  • Sanity checks: genesis hash, peer count, sync progress, RPC reachability.
  • Optional add-ons: mining, Esplora/mempool, Omni layer, systemd service.
spinner.texitcoin.org
TXC Node Setup · guided installer
  1. 1
    Pick your platform
    Ubuntu/Debian, Fedora, macOS, or Windows (WSL2).
  2. 2
    Choose a node profile
    Full node, pruned, mining, or Esplora/mempool index.
  3. 3
    Copy the generated commands
    Dependencies, build, config, firewall, and service unit.
  4. 4
    Verify & join the network
    Genesis hash check, peer count, and sync progress.
Open spinner.texitcoin.org
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.