Loading Tool

Explorer IconExplorer

Memory Pool

86,051 transactions
32.97 vMB
0.07820500 BTC
Random Selection Loading Transactions
Max Size: 196.23/200 MB

Candidate Block

Mining Attempt 2a76109042886205d59bbe75d665d98df6ff840adf0db599ee637af9345c1ad4
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 3e7ec01518d83991f58157c3b84582a1d67721888d923b32d9e4f75f75a22a14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,377
Size: 1.00 vMB
Total Fees: 0.01285399 BTC
Feerates: 203.60 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (271,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,395 643,395 0000000000000000000bc741ed8b73f5622fef3b7caadccdbfb96088e8d18806 2,911 1.00/1.00 vMB 134
643,394 643,394 0000000000000000000958db08bc3c3672eda715b474851214ac2c0e621aa882 2,917 1.00/1.00 vMB 141
643,393 643,393 0000000000000000000a2b3fb16af5be1f6f7ded2e01af25603ee651a89bf0cf 3,397 1.00/1.00 vMB 126
643,392 643,392 000000000000000000057ae1aebda2676e5fb0e95fff36755f53397c15621077 2,650 1.00/1.00 vMB 136
643,391 643,391 0000000000000000000e0476661f8b2dd188680e9357c2f1ffc10e4da1d35ec9 2,788 1.00/1.00 vMB 149
643,390 643,390 000000000000000000001ceb664151f4ab8b381606bd81fea6a7229a4c6e1bea 3,016 1.00/1.00 vMB 159
643,389 643,389 0000000000000000000a48a3f7c74c80ef0ca8d7b9d79496065e8d31d833ede0 2,567 1.00/1.00 vMB 134
643,388 643,388 00000000000000000005bdccf304bef620e3a5b740307e893be6815608b65ac3 3,000 1.00/1.00 vMB 156
643,387 643,387 00000000000000000001df363440a65dacfbd63918d7fb3f487c36aa160729c6 2,330 1.00/1.00 vMB 150
643,386 643,386 00000000000000000008f422a79a7078dd93fd244b7d0b46213383a1ae7eb9cc 2,200 1.00/1.00 vMB 138
643,385 643,385 000000000000000000058df79cd51a8491b76fd6043ce57d850aa2c027759de1 3,422 1.00/1.00 vMB 166
643,384 643,384 0000000000000000000877aac6d3e9e6631c648a252e1a77dd724e720e6ba3e8 2,805 1.00/1.00 vMB 154
643,383 643,383 0000000000000000000ee58f4d443f05f27c03003b69455a7951693d2bfb05d2 2,370 1.00/1.00 vMB 65
643,382 643,382 0000000000000000000bbdc336a770f1f134509548b3782e809fa6f07176ccdc 2,753 1.00/1.00 vMB 84
643,381 643,381 0000000000000000000bd35da4643d0f660777abaafd04ec09aaa533ee34b87c 2,446 1.00/1.00 vMB 100
643,380 643,380 0000000000000000000baa86ab31bf6097018dcd9d689309c11c6b44d2011858 2,090 1.00/1.00 vMB 114
643,379 643,379 0000000000000000000b1e4fe394d646305fefaf1701509dbcdc66a946b9bbd2 2,382 1.00/1.00 vMB 92
643,378 643,378 0000000000000000000d571bc17d9806290e0779ddfc3a700e386b3f47859424 2,712 1.00/1.00 vMB 120
643,377 643,377 000000000000000000057a1248d5444a2ca0a8e9cc22c7d5e2647587e75ee019 2,434 1.00/1.00 vMB 132
643,376 643,376 0000000000000000000de80a554a2cfe65138a054d89f8a442a30d2be7dbdd3b 2,364 1.00/1.00 vMB 147
643,375 643,375 0000000000000000000b6735d9806ef12cc11015ffef25a719766336eb871bc9 2,884 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 657.24 GB
    • Received: 14.50 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.