Memory Pool Memory Pool Refreshing

13,921 transactions (3.32 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,168 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,167 (887,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,679 21,679 0000000064b2e843687c5177e8ebbcfb2d8d7fc056e15425d73b1171681834b5 0.00 MB 1 0
21,678 21,678 00000000369c6066e5ff5d734863011e205d4213d7e4596eda49a94ea47c6888 0.00 MB 1 0
21,677 21,677 0000000086c91c20190bed5cfccfed45d4d7f6438ce37673421883a4861e1e7e 0.00 MB 1 0
21,676 21,676 00000000eef03bd637be6cdeb2d8fbaa3ff838f87e442083e202f3e6d7f928b1 0.00 MB 1 0
21,675 21,675 00000000841f22d62f381150555c1d13edbb1650aa56cd517f9f025755b2fdb9 0.00 MB 1 0
21,674 21,674 00000000084641d0d371b88707aebca7719c2540a369317070f68e69a5705848 0.00 MB 1 0
21,673 21,673 00000000a9ebba6d4476d4e5bc0cf946f577628780a477eb52d5f751ad3885cf 0.00 MB 1 0
21,672 21,672 000000003dfff3570d9f01c505b991931a8c4a137c54ab69b746706c87f3c723 0.00 MB 1 0
21,671 21,671 00000000831650c084649ce9c8a81215badddb6ed308b1d7d629d4ee447ec5f3 0.00 MB 1 0
21,670 21,670 00000000e0e10d23c9bb0cb4318c48bcd72fc72ef32c1a660437d2479c088b1c 0.00 MB 1 0
21,669 21,669 000000004ed9269004c43fe3f0d7c2841911326849adddf0ff515ed30aaa7c21 0.00 MB 1 0
21,668 21,668 000000009fb075b4d1182c86531948afaa2592aba97069cd59f508699f096fff 0.00 MB 1 0
21,667 21,667 00000000ecc08b74c5f39d97dcb710eebdba76445d07f5cfd8cdfbb1dc82d366 0.00 MB 1 0
21,666 21,666 00000000b0289b43959ccd5a8c17268cbbdad3b2fa0c919e37bcb998c6f78b9e 0.00 MB 1 0
21,665 21,665 00000000f77bdd1a07b8e9fe27b0de2078ebfec54f9d5073d1a0409d2b9e3d97 0.00 MB 1 0
21,664 21,664 00000000f9a9006e2e727b1cf8706f28a7fc963b0d411a6caec17b9f921f849d 0.00 MB 1 0
21,663 21,663 0000000006deb5cdee2610979c8168c3106fd9a18eaa3b24b72fbf4963b244c2 0.00 MB 1 0
21,662 21,662 00000000f23d40f03ad4e3b7dd23884c08e20739bcf7b61cc5eead8f8a487318 0.00 MB 1 0
21,661 21,661 00000000a4cf6b061702ffb12e0cf60920e58546417834974ddfabd8a3fad75f 0.00 MB 1 0
21,660 21,660 00000000908bc9dd7715cda7f98b5b762d61eec8cc16aa26220ee23636a92c31 0.00 MB 1 0
21,659 21,659 00000000fbc0892f40ad3700741e977d1c8baf139f8356e9dafe229ea3baa64f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.85 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,978.41 GB sent, 106.95 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.