Loading Tool

Explorer IconExplorer

Memory Pool

73,478 transactions
28.28 vMB
0.07443770 BTC
Random Selection Loading Transactions
Max Size: 167.37/200 MB

Candidate Block

Mining Attempt 3732573cecff9d5e4dfb726b10b752f27461118b61bce5a22637a68ac785f9da
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root b9106545c85b9ef36503cf100f3ff733642a73ff75b751e823b487a6f1f9c90d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,870
Size: 1.00 vMB
Total Fees: 0.01781492 BTC
Feerates: 150.86 > 1.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (366,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,371 548,371 00000000000000000025c848c2d27300c9e96f383b3e6f67ea2dd7433d2a064e 2,384 1.00/1.00 vMB 11
548,370 548,370 00000000000000000012105f84c3b3953f4bcc3aa55e486c5dc554e8b51c83b7 2,053 1.00/1.00 vMB 11
548,369 548,369 0000000000000000001116899f1c688177ecf474dc12a722402bbb047b412b51 2,416 1.00/1.00 vMB 7
548,368 548,368 00000000000000000010f83ed4e59188e37d17b304b0eadd57c95b1f54ad643c 1,033 0.46/1.00 vMB 21
548,367 548,367 0000000000000000001ded99f4af41baa0e8948eb5d96d3acdb59cdd6769f319 2,471 1.00/1.00 vMB 15
548,366 548,366 00000000000000000002b05c9ed053e637e95e894f78feb342d28c4dccf6d340 1,212 1.00/1.00 vMB 2
548,365 548,365 00000000000000000024cb19f92201d829f3747735c0e84b4e98677654d9c56f 2,394 1.00/1.00 vMB 11
548,364 548,364 00000000000000000010fc8c547025353f9d7c27776ec93b7680e7e0babed7ff 1,824 1.00/1.00 vMB 6
548,363 548,363 0000000000000000000b86d65c531639aeb59d72430b1295dd6559d37c25f981 2,805 1.00/1.00 vMB 13
548,362 548,362 0000000000000000000b2bd5a2c75b5d3f46a934b41048e94b03df950517e930 2,742 1.00/1.00 vMB 15
548,361 548,361 0000000000000000000b526ca677201d637fbb7f4c371635972405c69d3f73df 1,811 1.00/1.00 vMB 5
548,360 548,360 0000000000000000000fc9ace7c5914a49322ce972f138db3505971fca9fdd8f 121 0.05/1.00 vMB 32
548,359 548,359 00000000000000000000b054cced61378aab380fd2a76da0e0334c78975461d8 1,931 1.00/1.00 vMB 7
548,358 548,358 0000000000000000000b0322f5897c4f7e31f250eee50edc35212ebefd522340 3,042 1.00/1.00 vMB 15
548,357 548,357 000000000000000000225e2c0fce39ee34493f1d48f86f00af489f4aa1a4fa96 2,747 1.00/1.00 vMB 18
548,356 548,356 0000000000000000000c471921bfeb3ff16d25e32be743062aecf05084c54dbf 2,102 1.00/1.00 vMB 10
548,355 548,355 000000000000000000043d4544492f7e1278bc251e17e44d4dd511aff0c526fd 1,725 1.00/1.00 vMB 3
548,354 548,354 0000000000000000001f6b2bcfd03a2ee9c5040c827dd9b9945a6a0a606164d2 2,686 1.00/1.00 vMB 15
548,353 548,353 0000000000000000001fa4816f39f58df4c7d640248430673f232752b914a644 3,060 1.00/1.00 vMB 11
548,352 548,352 00000000000000000013f4778796947335e3ab173b555259675be50cdfe875fa 2,992 1.00/1.00 vMB 16
548,351 548,351 0000000000000000001ac75bed7eb6169255893f99de28f24e3e0e57b6f7db7b 3,220 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.