Bitcoin Testnet Faucet

Instant and reliable. Get testnet Bitcoin tokens for free.

Build Web3 app with Tatum SDK

Tatum SDK is open-source and gives you everything you need to build your Web3 application.

npm i @tatumio/tatum
Copy Code
GitHub license

Instantly Get Gas Fees
for Bitcoin

Tatum SDK allows you to quickly pull gas fees for your transactions. Try it with JS code now.

import { TatumSDK, Network, Bitcoin } from '@tatumio/tatum'

const tatum = await TatumSDK.init<Bitcoin>({network: Network.BITCOIN})

const result = await tatum.rpc.estimateSmartFee(6)
Copy Code

Get the Latest Block Count

Instantly get the current height of the blockchain.

import { TatumSDK, Network, Bitcoin } from '@tatumio/tatum'

const tatum = await TatumSDK.init<Bitcoin>({network: Network.BITCOIN})

const blockCount = await tatum.rpc.getBlockCount.()
Copy Code

Full List of Functions

There's a lot more that you can do with the Tatum SDK. Find the full list of methods in our documentation.

Frequently asked questions

How do I use the Bitcoin faucet?

Firstly, you need to sign up for the Tatum dashboard. Please note that we only support regular wallet addresses, not smart contracts.

How often can I use the faucet?

You can request 0.00001 tBTC every 24 hours.

What is a testnet Bitcoin faucet?

Faucets provide developers with testnet Bitcoin (tBTC) for assessing and fine-tuning applications before their mainnet deployment.

What is a Bitcoin testnet token? 

Testnet tokens function as a trial currency, permitting you to evaluate your Bitcoin app before launching on the mainnet. These tokens can replace mainnet Bitcoin tokens on its testnet.

I didn't get my token!

The time required for receiving your test tokens can change due to potential network congestion or possibly our set gas amount being slightly lower than other miner-preferred transactions. If you haven't received your testnet tokens after several hours, kindly reach on our Discord server.