Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,670 transactions (1.74 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,692 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,691 (819,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,570 90,570 000000000006e65cc414e5f5da6ee7e106a96d327d8d13070906d9d21e42e7ec 0.00 MB 3 0
90,569 90,569 0000000000111b29c0afe6c0e29f3a700b32d8c48544f8efb93bb28a0cff9c48 0.00 MB 2 0
90,568 90,568 00000000000c250304230b47c2e61b1adedf64b2a038ae9530dc10e0e435adec 0.00 MB 1 0
90,567 90,567 00000000001055e54d1d11bae837d58b1b5887947c0af9147b7418675d5198b5 0.00 MB 1 0
90,566 90,566 0000000000025739517265a3b914f435f1a3280dc5b5c036c88a3f34ddf0fa45 0.00 MB 2 0
90,565 90,565 0000000000134a17396f8a168851bf6ccc62c22f10f0c89a276f58126ea400aa 0.00 MB 2 0
90,564 90,564 000000000002ad222640dd74725a4e8cf2df514d54d2789a3f0027eefab7fe4b 0.00 MB 1 0
90,563 90,563 000000000008614f38fe7e17e3f3b37b3f841236364680866ab423a31542d733 0.00 MB 1 0
90,562 90,562 000000000001cd1d0b5305b73e22116ffb5e1cd42e3e9ce5cab2383499694fe6 0.00 MB 1 0
90,561 90,561 000000000006e1c61a8a84a2bb8ba369d36ab8e65c7c452713f262b701d36155 0.00 MB 1 0
90,560 90,560 00000000000220bbd8a3da8f4e3f7be6f55eb1bba14ed4fe5585510d386d0fc5 0.00 MB 1 0
90,559 90,559 0000000000044e1c3bc2803bd50beaa40027a906ba557bce32b4c0f371237503 0.00 MB 1 0
90,558 90,558 000000000012f44227eef814f08351779c3fd8271496923a1cf0b71141ad543c 0.00 MB 1 0
90,557 90,557 00000000000c7fcb1f44e1f9ff9d8e22a7cc94d4d1fb34bc074edb005586987d 0.00 MB 1 0
90,556 90,556 00000000000e11671722499802ca2f9142de8a71a7bad8f6d08f9ab4c31fa225 0.00 MB 2 0
90,555 90,555 000000000011cdc4e6bad51719edc5c23b8938a172c55cfe520c4d74132a9e21 0.00 MB 1 0
90,554 90,554 0000000000069c8451ef44c0b832fab5460bbaa887b5c7d16456263192a8c6af 0.00 MB 1 0
90,553 90,553 000000000006255e4572828a9727b6c6fef4d6627dadad4ac9e2fc960aa8971f 0.00 MB 1 0
90,552 90,552 00000000000ca5c4d38a900e9190de0ecf5f9aa5277ce7326353b68026da6fe9 0.00 MB 2 0
90,551 90,551 000000000013697d6ce08221a6c22a16cf91a16680cc0046c534c637b5c6b163 0.00 MB 4 0
90,550 90,550 000000000004dbb1f6a1708c8a8ede3b99d2d012d77bba8af2dee66d7331d51e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,150.59 GB sent, 112.50 GB received

Notes

  • This page updates every 5 seconds.
  • 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.