Memory Pool Memory Pool Refreshing

42,788 transactions
30.65 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,210 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,933 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,209 (137,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
725,515 725,515 00000000000000000005cb81e09bb78f329ff824f72ce16459ba83f9e821220e 1.53 MB 3,463 12
725,514 725,514 0000000000000000000818b701f2122740e351efef951e1c9864f8c9850e7e90 1.50 MB 2,978 14
725,513 725,513 0000000000000000000211cdc91c73796f496a848ae8ff93c4e8fdf1e6e40f6a 1.62 MB 1,847 13
725,512 725,512 000000000000000000096f90780dbad51b37145757d413e6f1028fa8122847fb 1.49 MB 2,397 11
725,511 725,511 0000000000000000000428d04458e01d753f2e4423d6f2c240252cd8d6f3d9b8 1.33 MB 1,869 61
725,510 725,510 00000000000000000005788705c0ab90bc7cba2e7ef4505803963a86ca761069 1.28 MB 1,732 17
725,509 725,509 00000000000000000004eeb7d8805ace2b2f996a2d1be471b79719dca955a848 1.32 MB 2,385 18
725,508 725,508 000000000000000000072fcd270fca54ed9cf1185338fd707682062b53c1a4c2 1.73 MB 1,859 24
725,507 725,507 00000000000000000009377e19a6b43ed0a8d846b90113173400e372b8b2aba7 1.49 MB 2,050 31
725,506 725,506 00000000000000000007652868e16183980c277988466a9dab3922435c482ad0 1.63 MB 2,192 30
725,505 725,505 0000000000000000000808f5bb4c06884506cfb4e8bc853f1ee77d72fa26a895 1.85 MB 301 26
725,504 725,504 000000000000000000022261f10aa8306924c5ad679d53331ceb1036d9e8f0d7 1.76 MB 896 27
725,503 725,503 0000000000000000000479171c42e7af402a170daf8a6bbd6fe060ffabb49e7a 1.43 MB 3,274 39
725,502 725,502 000000000000000000096b0daa6c13a6d72456fc907eaa3af588b73b8e5ba4f9 1.66 MB 1,584 31
725,501 725,501 0000000000000000000948e2cb3c4bbf5fe7f982fb48dc62d6f9d09e8139040b 1.63 MB 2,745 18
725,500 725,500 00000000000000000003fed5cb48262ee3e7833877adb6d15b5e777a05d7e800 1.83 MB 530 27
725,499 725,499 00000000000000000001eb93ce6e5938301daafc0e08a70deb3b0eb687c66859 1.83 MB 555 27
725,498 725,498 0000000000000000000390cc004f391b1244817666cb1cc2a7d3b21eff4e1229 1.58 MB 1,759 30
725,497 725,497 00000000000000000003d3dc63bb9d8cde514d2862dff53ea54ce9abba1106c9 1.57 MB 3,158 19
725,496 725,496 0000000000000000000268b2467a06de5f74d8d88e34f4cdd0172b091ba03824 1.66 MB 2,276 23
725,495 725,495 0000000000000000000856667d95be856e9ffb8f18868e6ecd98ba367c89ea8e 1.72 MB 1,156 29
Previous 10 blocks ↓
Total Size: 686.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,470.68 GB sent, 115.28 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.