Memory Pool Memory Pool Refreshing

3,003 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (188,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,734 719,734 00000000000000000001ecfb5490d62f5af22476cb20ceb537493fe007e73f01 1.67 MB 1,913 2
719,733 719,733 0000000000000000000252051004e428950ca4177381f05105845714fba11569 1.56 MB 2,559 7
719,732 719,732 000000000000000000030ee2f5a757bb9d24fe03dd9d22a1701739bce0316ab7 1.51 MB 2,775 13
719,731 719,731 0000000000000000000a5a60fae9ff5cd0b3fd02e43f4ee9247437e7a5f9373e 1.46 MB 2,439 13
719,730 719,730 0000000000000000000688d4c2e5aabf6635bdb5abcdd5dff0b4e3bec46a114d 1.55 MB 1,990 9
719,729 719,729 00000000000000000006eeebe86f809961275079a5f873eb7bd96ff2dca0725d 1.17 MB 990 5
719,728 719,728 00000000000000000001878b46347f7e792f9e550409ef8b85f700cebc82d845 1.26 MB 1,256 7
719,727 719,727 00000000000000000005a5e8f0def587000b6359243fee176953d98da573f7b8 1.50 MB 2,788 13
719,726 719,726 00000000000000000004abbfcbe4411eb4ab8cef819a99903109717a07601ff1 1.48 MB 938 8
719,725 719,725 0000000000000000000514ca68d71d9daf2a27914bbc2761cf0b9873524b84b1 1.34 MB 1,337 7
719,724 719,724 0000000000000000000142efb8c4169677611695a4d3a7f50af1e29ab3004324 1.53 MB 2,213 9
719,723 719,723 0000000000000000000a8fce7729758c1853e6212ba831447b931a75b342d359 1.39 MB 1,630 14
719,722 719,722 00000000000000000000b780a821edd2e3188116e0a72a33c36ff9289508b640 1.38 MB 1,681 10
719,721 719,721 0000000000000000000723434162adfbb523653b2ba4351214b0cce7baf5063d 1.57 MB 2,161 14
719,720 719,720 00000000000000000005bad3051a3eb88c8814084935db21ef2c7e7fdb381b08 1.44 MB 2,033 15
719,719 719,719 00000000000000000002d5e787934a6d9b6b9a7ad6458d1a6da29cc240d5dcb4 0.02 MB 35 8
719,718 719,718 00000000000000000005bf168bf39c87537cd92ce1e3014f6c099084a2b0b420 0.10 MB 203 19
719,717 719,717 00000000000000000002214df998eef9c7e36988c64a1bd8a729d5ba7421774f 1.29 MB 2,392 11
719,716 719,716 00000000000000000007064033a1cf3f877149bb78944fb3c62714b602d348d6 0.58 MB 883 7
719,715 719,715 000000000000000000046daafc13165611167f75fe1510f101234249fefaf3bf 0.58 MB 739 10
719,714 719,714 00000000000000000004d407d6607c5295f9568e687793980a4f8d2406c280ad 0.04 MB 121 14
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.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.