Loading Tool

Explorer IconExplorer

Memory Pool

43,706 transactions
26.26 vMB
0.05222999 BTC
Random Selection Loading Transactions
Max Size: 138.57/200 MB

Candidate Block

Mining Attempt 1049252feb89ac8f0d4d61b3ce78cf071c4cb01e0852e3d753ee5d666c66ef12
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 2dbb0b2c81b9c63e786085c31b5c2032b9db8f669e1ec3397bb180e082bb654a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,337
Size: 1.00 vMB
Total Fees: 0.00428645 BTC
Feerates: 40.21 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (806,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,421 108,421 00000000000107c76575817c7997698405698450729d4e0a02c7b593a1566d34 9 0.00/1.00 vMB 0
108,420 108,420 000000000001354a2b51b369b20fb82e31fc0c1433c1af3a12b7d9f7e9b6959e 12 0.00/1.00 vMB 0
108,419 108,419 000000000000220bbadc4423dedb1f8b9f804aec943d19c1bed10cb2aa181d97 29 0.01/1.00 vMB 0
108,418 108,418 000000000000800dc6e1f6ae5f9134a1d6a642489ee108c55e3322b2996c8568 1 0.00/1.00 vMB 0
108,417 108,417 00000000000124e329b8a7c8906571dc180324ad53cf85baefa486a17e7e69b0 8 0.00/1.00 vMB 0
108,416 108,416 00000000000035c7b757df1d69b97c2d0ea085b95d847e60620e87a7d9416f00 2 0.00/1.00 vMB 0
108,415 108,415 0000000000024fded5ea8873cd58f67e94d9540c4083c5a41a463309f8e8c98c 2 0.00/1.00 vMB 0
108,414 108,414 000000000001007a19ed2538acb2703fa9385b495b6f330183d7386b7896ae45 1 0.00/1.00 vMB 0
108,413 108,413 0000000000014b4a4fb7460deaf250b2f92ab23237c39b65b4f23a0dc65a3e02 3 0.00/1.00 vMB 0
108,412 108,412 000000000000111e28568a8c2359c6a1daf3aa6a1cf0ea9e6289888ce94c718b 8 0.00/1.00 vMB 0
108,411 108,411 000000000001308326af431652c36bf667a517839261ab6cc37c95c1b7b8a673 2 0.00/1.00 vMB 0
108,410 108,410 0000000000022244b0eed0e5580788dcc26fb20c71dd5d380a04d1b80c577edd 9 0.00/1.00 vMB 0
108,409 108,409 00000000000273dc2c68c50b1b04931a2e42fd36fe526c3d694587235792d57a 27 0.01/1.00 vMB 0
108,408 108,408 000000000000ceaa23c84943e6ae61fd5088a3cbe46e7a43d26329f0bf07729b 4 0.00/1.00 vMB 517
108,407 108,407 00000000000017f1909471ffdc850990b1f203fa4c338e70b17122c1c8dfa421 1 0.00/1.00 vMB 0
108,406 108,406 000000000000c1952403cfd0c5e151e352dc79a3423d7456ea015edd24b2321a 4 0.00/1.00 vMB 0
108,405 108,405 00000000000244728f7d1b8e25bc4767408df314afee79fc8917aa2e89db40d5 7 0.00/1.00 vMB 0
108,404 108,404 000000000001ca372677122c3fd3e1d8c76d6d750c4386aaa84d9f827a66e123 1 0.00/1.00 vMB 0
108,403 108,403 000000000001de6f4462f8e17fe399870d91539e63c96cdb1c459ad04f3c1d63 4 0.00/1.00 vMB 0
108,402 108,402 0000000000001855155f6d39668c18eb72677eb70f6fa340a3195f474fa269e6 22 0.01/1.00 vMB 0
108,401 108,401 000000000000a9ea3293f5c6f9f8ee9911650a47dca77e1a3273ccf215242d62 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.11 GB
    • Received: 12.81 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.