Memory Pool Memory Pool Refreshing

6,865 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (817,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,788 90,788 0000000000028b955ed90e037d82f0d7b4f21b1f9c16440ebc2903469c20bbe2 0.00 MB 4 0
90,787 90,787 00000000000a4f5e12139649d2c4efb17d40bd852244438f3e255e223c97c310 0.00 MB 1 0
90,786 90,786 00000000000724da4bd54ee4a35522a8933969e3a37129e6551f128f2df4f6e5 0.00 MB 2 0
90,785 90,785 0000000000080c99a783f0c355a8caaab8f50cd72f98f18160986ff849bb8eb6 0.00 MB 4 0
90,784 90,784 00000000000a76af25dcd37acfe322781af564b55ecb0c50b6a8999f9b3e58fa 0.00 MB 5 0
90,783 90,783 0000000000083e2a35d65dccfaa7f29ffb2be8d19e064ba2b1ca26531e2c7128 0.00 MB 3 0
90,782 90,782 000000000008dd160880f639833a2fdb262d4d0ec1ae2d3a838f7aed43d70f3b 0.00 MB 4 0
90,781 90,781 000000000008171fc22d1ea06823eab4d913444e245b61d0243722ac48b27723 0.00 MB 1 0
90,780 90,780 000000000001a07f6526ad6bbe6a3d970bd1ba8f2057bd7aac74458cd03114e1 0.00 MB 1 0
90,779 90,779 0000000000071a67acbac3db22f3d32555ac5e8794bbeb259629f8f5e65ac653 0.00 MB 2 0
90,778 90,778 000000000008f373b9b96eb06cbc2acf6ddf6810a2b0f2e0328e372b11977f0d 0.00 MB 1 0
90,777 90,777 00000000000d0ec2dfad7b19c1755bc794b0efdc1bf44d64f8b46aa6e20e8dae 0.00 MB 1 0
90,776 90,776 00000000000a7dfe77bcd28ce74ee94a41b90d9eb7a5c934a87bc31c9ab6c4cc 0.00 MB 4 0
90,775 90,775 0000000000040b721334ebea4da29d9185b8cdbb3da75e8443fcf29101262a6d 0.00 MB 2 0
90,774 90,774 000000000002b2a0f29f2ff6826cc68f37c8082a404e05c143cd4e771e85aa4c 0.00 MB 2 0
90,773 90,773 00000000000ab160e6bee84e824eed3e80338af62e7f6ea42ff2680b2b4c4bed 0.00 MB 1 0
90,772 90,772 000000000008da0145ccab97f71e842e1f33ddaf6f7b976835294a5a0279f307 0.00 MB 1 0
90,771 90,771 000000000008bdf507b944e4521678f399f3a5c21ee5c7adb802768097bceb1a 0.00 MB 2 0
90,770 90,770 000000000007a645ddd4cda93d5652727cb404a375a6ae56c8790370208fdd10 0.00 MB 1 0
90,769 90,769 000000000007ecb3fb097f426d6b8fe4b1e775dc9925583e6eea7779ac7c1c4d 0.00 MB 1 0
90,768 90,768 0000000000020de369485b93e45cbf36dc58a4d67191652f3c844754cdf29f9e 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.10 GB sent, 100.76 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.