Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,120 transactions (2.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,396 (869,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,744 39,744 000000000b4cd3f75f35f2aa4a8e611dc9b89b563e37aab1c56f649f9323365b 0.00 MB 1 0
39,743 39,743 0000000062208a0c558477df5183f414cd57e84bbc849d3111d654a65033a64b 0.00 MB 1 0
39,742 39,742 0000000066314ad9ec55ef994766cdef5b9286061f89b1440dc59221bccdc38c 0.00 MB 1 0
39,741 39,741 00000000235fb7465fea1b8592a9354874355ee6cd8ec7b4872b72cea958d3f4 0.00 MB 1 0
39,740 39,740 00000000850dc059a58031edc8d67d3a031f355b7addf5dc26b865a2e8f20a07 0.00 MB 1 0
39,739 39,739 0000000023ea0414c6d62b4b0f8bf9f1d5d72fa8702b1c56955463574fb40323 0.00 MB 1 0
39,738 39,738 000000003f5436e334e5f8b0daf335f4f191f8c9f22a9cd50edf1433f9266e72 0.00 MB 1 0
39,737 39,737 0000000039b7af91bccce37631ec5235e969aafc84bf6ace9d5a5c4ab0ea1514 0.00 MB 1 0
39,736 39,736 0000000044921ee1f82a9a48322024254a7a749dfb9a562a9357b0237fe1a2c4 0.00 MB 2 0
39,735 39,735 000000004525c8c5f36d267cfdcaad2474bf827b8eb109c12b286a43891d99e2 0.00 MB 1 0
39,734 39,734 000000002a945191f9013ea9bc5c2865b93ed451c29944e5a15920dc94c58ac7 0.00 MB 1 0
39,733 39,733 0000000009952c344552b8706d54ce04dbf6783e1022e6635350f009ea1c7b73 0.00 MB 1 0
39,732 39,732 000000008c495e514b88a4f4eb33f3c2cec58b5baa1884d01ed11647ab1149ea 0.00 MB 1 0
39,731 39,731 00000000280356ba8f42384cb172a451fa2575f8885878ca13b34f6446147192 0.00 MB 1 0
39,730 39,730 000000005dd4970770760e6aae7d914f5758f73a55ac077786dc23061e53d854 0.00 MB 1 0
39,729 39,729 000000006ba13365b8854a554c4f39d01dfadbd3b3146236822f8407d32c1f52 0.00 MB 1 0
39,728 39,728 00000000824e569b8346ab7965a6696ecc6541cbefa8f061ec568cf997fd78e7 0.00 MB 1 0
39,727 39,727 00000000425a1beb96a6a63a44ea55d3db05815e1cf35d54e1cba90bb11d78c6 0.00 MB 1 0
39,726 39,726 000000002c2367277d30a6fbf3d8d49d51523a149f668d8da1ef8741624289fb 0.00 MB 1 0
39,725 39,725 000000001cea9eec38734a82007db0c12a459beef305f7b0f2c5f89d5be29012 0.00 MB 1 0
39,724 39,724 00000000294ab0325d3ceef2511d0a3c5ff15213cd8cd416c660231d7a98508b 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.28 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,069.86 GB sent, 109.52 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.