Memory Pool Memory Pool Refreshing

14,402 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,017 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (603,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,687 303,687 00000000000000005b6a93e9ad875440fb4bd608bb6a8002bca8fa80c91e3c60 0.29 MB 272 18
303,686 303,686 000000000000000062932d6fda44186d56e7ef76ed45ab54a1696ab8cb6a1806 0.35 MB 876 38
303,685 303,685 00000000000000004d8296f8d54a92088541692f5ad318e824f48c17c535117e 0.37 MB 607 31
303,684 303,684 00000000000000005557169bf69b0d8d66c1241cb8608d9949769512d899387c 0.53 MB 565 20
303,683 303,683 00000000000000002a85d7a75340742ba3b64558afadc6990eb94f53e5c5600b 0.35 MB 918 44
303,682 303,682 00000000000000005a9d3af33c5b4b52cc6b53c8decafc6dfb4259b06681dfaa 0.39 MB 503 27
303,681 303,681 00000000000000003034506afa2793b7757a575e3fb365c40fb9bd94c1f39ca4 0.07 MB 43 9
303,680 303,680 00000000000000000e441cb44f18f93838612a3648b30258c576c401c0a27c08 0.04 MB 40 14
303,679 303,679 00000000000000001a8302acf5325aff13c676a8b17e8f0fdacf443652040540 0.43 MB 370 20
303,678 303,678 00000000000000003badcf2da0ea11aeff8e4eefcdc8d42dab0667e9079dcd17 0.35 MB 165 13
303,677 303,677 00000000000000000713bb91415f5e627c9ba718d9a594076e533fdb70cb2048 0.35 MB 130 12
303,676 303,676 000000000000000013fa6d0bca530474ae35635bcca737e98690a2e2f068b954 0.35 MB 120 14
303,675 303,675 0000000000000000279f44ff0a835de64edf196cc1df637935a7bca29179c823 0.11 MB 256 31
303,674 303,674 0000000000000000458680fa22ba14b99262e12b2ecd33ad313723d859e971c6 0.35 MB 745 34
303,673 303,673 000000000000000005cc107a820bafed7afbae5a2ff2b74a1c5d3f9701f3fdd4 0.35 MB 923 175
303,672 303,672 00000000000000005528365d4308c5281d378278e28a2e04abffd1f9da1c3b52 0.75 MB 902 27
303,671 303,671 0000000000000000475b722c8a358796a1a3c92e7f46ad7318efe7b7874e02cd 0.15 MB 56 16
303,670 303,670 000000000000000050cc2684aebea92f6f159f2cb29c27dc9d3663be6b78d4c1 0.22 MB 278 24
303,669 303,669 00000000000000005a645c9214927641f542e3ac41bd369d522c832ece5a69e2 0.19 MB 139 20
303,668 303,668 00000000000000005908e2d58c99b6efa82bd26132dd7f07e865bcea84251e98 0.30 MB 131 14
303,667 303,667 0000000000000000334eab7211b76931f85504476c85c0eeff5139465e01d53e 0.35 MB 403 24
Previous 10 blocks ↓
Total Size: 768.95 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,614.69 GB sent, 92.58 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.