Memory Pool Memory Pool Refreshing

6,401 transactions (3.27 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,887 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,886 (869,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
39,723 39,723 0000000049916c4fa217c1dbe81216b48295d36912a44185476414dbbb3dfe91 0.00 MB 1 0
39,722 39,722 0000000026db9d551532dd3145cc3d96a321629896e5cad4625e5ea895902070 0.00 MB 1 0
39,721 39,721 00000000802d4514cccd5e7bc2811d2709677ca222cac6d6bde83724618b0a16 0.00 MB 1 0
39,720 39,720 000000008ac81b8634ebd517367f991723ab28ae516e815cf41ec43d6703bbaa 0.00 MB 1 0
39,719 39,719 00000000780c6200ea09fa007f8a4a96d41b6aa075abb1507a133132c9d565f9 0.00 MB 1 0
39,718 39,718 00000000532b810aa7ee61b8b5c7dc51db96105fa4499dc1dbb070ced5c28237 0.00 MB 1 0
39,717 39,717 0000000001a5a7c7a27279f54f688116850f87d09f5d6078dfcf9b76a0fbe6ad 0.00 MB 1 0
39,716 39,716 0000000069a766071d3a3492fa576ae73ab3439a2c3c2428d4829a30eba82864 0.00 MB 1 0
39,715 39,715 00000000297c7e0014c30bc17f25be403620bfd256bec0248323e2290b7bfefb 0.00 MB 1 0
39,714 39,714 0000000025da9630c640a1d3ab9960062ab49051fa8b5daf1a8a2d5d0bbd92bd 0.00 MB 1 0
39,713 39,713 000000001520757f1e3fd7f017d52313f3e2ce83e8b28c9b82deb9020b51344f 0.00 MB 1 0
39,712 39,712 0000000047dd040a655b93a626c80c11cef81216703cd211eaaebf5e99455ed7 0.00 MB 1 0
39,711 39,711 000000002e59228287174c53cb19abd90b25803c3e5292d66f6848daba93fc91 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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: 1,863.02 GB sent, 103.89 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.