Memory Pool Memory Pool Refreshing

4,329 transactions (1.12 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (828,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,885 80,885 00000000000bba97970b3dbde17420f0bd510103bb16a57d4b64163518893233 0.00 MB 2 0
80,884 80,884 00000000001c283e97e4760e6acf7e4c0390178d7b77bd5bea52385959f2a75f 0.00 MB 1 0
80,883 80,883 00000000000bf5c57954473ebd52a510c3df76663afb6d58119cc44c43f17fc5 0.00 MB 2 0
80,882 80,882 00000000003328f26a0923221c2e6017196fb71ed787b9495ab6d5aba34ba958 0.00 MB 2 0
80,881 80,881 000000000013eff9767684b314296807c23ea25c49ad651cd2b7fb7c8ce559c4 0.00 MB 1 0
80,880 80,880 00000000002748b482b99f2f83fb229bca7a962f44f60d31a0c29bcd6843a2fa 0.00 MB 2 0
80,879 80,879 0000000000176d00f45d4174d482f75596ff41a6fdbcefe5a13b8730ac5ac81c 0.00 MB 1 0
80,878 80,878 00000000002ade0512dca97cb180d25742f0727e2d48d8759624fb91c1ddf590 0.00 MB 2 0
80,877 80,877 0000000000235a99a0fc52cdb7e641c69d0c7ea1e7b0f42832a5b48437060f56 0.00 MB 1 0
80,876 80,876 00000000003bccc3b29af9f3ebe14b769cbdf1ca829fa982f6f20b64bc07c618 0.00 MB 1 0
80,875 80,875 0000000000429f3501d60512df277b97f539becd18a7541b433e5110b2feffff 0.00 MB 5 0
80,874 80,874 00000000003b9b4dfb88af0408c22cfce575403a3168dff849927c50c4f8ff7a 0.00 MB 1 0
80,873 80,873 00000000003cf7d331955ca37154326bda1439fd88c00540728da02a462d46c0 0.00 MB 3 0
80,872 80,872 00000000002e04e4df1ad4819f1f6ca3b55b02d4df057426adb795d6c86ad42e 0.00 MB 2 0
80,871 80,871 000000000022da7ac39c826d5fe37ae0ffa7619763ba068ca3c2e0eb663e2a94 0.00 MB 1 0
80,870 80,870 00000000003a07579152f2f08440c577781b8807d7034d03d232b721bd904b6b 0.00 MB 1 0
80,869 80,869 00000000003d252f1210a3fc90b418860d5714597d8ce1a7e94fb1750ce2cf11 0.00 MB 3 0
80,868 80,868 00000000001958dc0ebfeead14f69691694db1195895f52d8d3491ac2a65a45d 0.00 MB 1 0
80,867 80,867 0000000000397769c1ac8d9ed2f7e0834e6a49d50c6db7d47813f46fa19b3c23 0.00 MB 2 0
80,866 80,866 00000000003f637b75a9260da44b291f2bf910ea0495f47ddd2d9e2ebf4dfecc 0.00 MB 3 0
80,865 80,865 00000000002738394271d4c5d085231e51d69de140ee5ef0dc64bf91680b87f7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 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,917.72 GB sent, 106.21 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.