Loading Tool

Explorer IconExplorer

Memory Pool

12,806 transactions
15.37 vMB
0.03024009 BTC
Random Selection Loading Transactions
Max Size: 72.95/200 MB

Candidate Block

Mining Attempt 7f91d9b83397a6f22971b277cf7aadfca9ef1944200c7ec58684c407edaa9514
Version 20000000
Previous Block 0000000000000000000158b9eeecd8ceae2c26a1c2e47444fbb52b1c98393d2c
Merkle Root 8610606e6333efd237586f39181cb7902caa3f03b7807d9774350438d64c76f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.00316439 BTC
Feerates: 100.53 > 0.32 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,147 (872,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,516 41,516 0000000009f3a67a7c83a083be65d831cbe918b098b11bd3b25df71a26ee4293 1 0.00/1.00 vMB 0
41,515 41,515 000000000029fee891a342e8c0d2a9f7cf63fd63cd8bb370a796875d44c15e7f 1 0.00/1.00 vMB 0
41,514 41,514 0000000009f405f254d3a122c533a5ec6287b067d7aacfea7af4393cdf93cec6 1 0.00/1.00 vMB 0
41,513 41,513 0000000007f0498f26ed6cb9231002231f2a86ebc2433c085f1606cc0786de64 1 0.00/1.00 vMB 0
41,512 41,512 0000000024405c209c49a570e912d2a6fd3af39353a32f162737d0009a2e941d 1 0.00/1.00 vMB 0
41,511 41,511 000000002ab6f47f271f789ca3086f1fd44f111bc95d40f0fbf64e7cbe319bae 1 0.00/1.00 vMB 0
41,510 41,510 00000000514c366d0bd4481d785265b25a7522267ac9b4b570b39be7a1ff80d5 1 0.00/1.00 vMB 0
41,509 41,509 00000000626e5ed441cb0bfbbceb9e536d72c1df9f5d0ef9bb7ab70328a81917 1 0.00/1.00 vMB 0
41,508 41,508 000000001e2dc2f47d4bc8809333644342022950f787acbf8912e78768581180 1 0.00/1.00 vMB 0
41,507 41,507 000000005155d9085009572a29eb92884f8c7f00dbdb08a25991e212c3f8d5e2 1 0.00/1.00 vMB 0
41,506 41,506 0000000000f4c29819379316e0c9e582449c65566d27d4328c445c8b0ccc753e 1 0.00/1.00 vMB 0
41,505 41,505 0000000013ef15fb26006ac57698e08459a4ea0c9e6048aae0daac2d2dd99801 1 0.00/1.00 vMB 0
41,504 41,504 000000005474a3bd6a963f449b441c8d3c0947ec672005b979583ea9c23a45fd 1 0.00/1.00 vMB 0
41,503 41,503 00000000479aed1fe50cc6fe478f4d68e8e251252db7a955d9e2db1226f10861 1 0.00/1.00 vMB 0
41,502 41,502 0000000031130c6107b9cd756540d364ebbabc0cdc0678781f803d087b6d0bd8 1 0.00/1.00 vMB 0
41,501 41,501 00000000163980b0942043fb024edc6b58d64bdd3afe4032e368f1b467eef0b5 1 0.00/1.00 vMB 0
41,500 41,500 000000001db947d646891d1357454979c3b51429c4c38a85eb0600dc487529eb 1 0.00/1.00 vMB 0
41,499 41,499 0000000016968fafcd247978dff3611f34140338895a71a82867013973351c9c 1 0.00/1.00 vMB 0
41,498 41,498 000000004d75e9068edce0dee07c9783f249c3476c7e449710a5b8d97cd44c33 1 0.00/1.00 vMB 0
41,497 41,497 0000000052c3dc278bad67a21bca85d8eaeabdb68f0b275844f8c1f4ec65e71e 1 0.00/1.00 vMB 0
41,496 41,496 0000000064c76ae201534cbf5e8f7b38348b585d587db5bbf3a14bb7d17a5d10 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.86 GB

Node Details:

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