Memory Pool Memory Pool Refreshing

60,146 transactions
28.11 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,911 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,824 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,910 (60,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,684 801,684 0000000000000000000476173ed93229efc81e500edcda628e1c558fd434d6d1 1.70 MB 3,218 22
801,683 801,683 00000000000000000001820f2833cab1678352172a7ce82ed35c261970ad0ba2 1.50 MB 2,462 26
801,682 801,682 000000000000000000030bd5844fde0ad1d14a6eac642855de3b08f4b7013a98 1.54 MB 3,113 26
801,681 801,681 00000000000000000003e0b939af899759852a731081e3346fb3c94f02a0105a 1.39 MB 2,685 38
801,680 801,680 00000000000000000002657d5ce66726ab788aeea45be67f3c4f81d7b5af2a4b 1.51 MB 3,316 28
801,679 801,679 000000000000000000013ad3e7d96c6ce75955c93c8bd56600e77a586b997cbf 1.44 MB 2,797 36
801,678 801,678 0000000000000000000413b966555eee6794dac502ac66ec88d7e752ffec8a4b 1.37 MB 1,933 24
801,677 801,677 00000000000000000001b2590dbc3b51b08e402bfd83478ac896e1e73043f014 1.59 MB 2,406 23
801,676 801,676 00000000000000000002e7bea890f66bdcd71f8a819d42d5b0f40ff12d025f43 1.57 MB 2,886 33
801,675 801,675 000000000000000000027c96a0695b1e17c48ddc0ecc2121550d34e4d93bf1e5 1.58 MB 3,444 27
801,674 801,674 00000000000000000001e9d8869fbdb083e8af7c6f889eda727228aaad401913 1.53 MB 3,046 20
801,673 801,673 00000000000000000001a2ac5169dff5912be37fa3ec80f944839a4f2d112a36 1.60 MB 3,662 20
801,672 801,672 00000000000000000004251f9576dff1878e3a6c1c122e80ae822deac2791d65 1.56 MB 3,378 31
801,671 801,671 0000000000000000000076e933bf2a2620fcfa055fb35cb2c295e3a9f5169335 1.49 MB 3,112 37
801,670 801,670 00000000000000000003e374e498405d3124ea27d0a439ce946f39c689536f91 1.51 MB 3,338 31
801,669 801,669 0000000000000000000440b4bc983c3c4cd446c5290391414ccc29f6bd9de4b7 1.45 MB 2,373 21
801,668 801,668 000000000000000000006c9e0f63d039e566b6d186cf8ed111fd763f3d8f1cc5 1.27 MB 1,504 24
801,667 801,667 00000000000000000003baf2660e130543768d48680be42ffa4cda0a72f031be 1.86 MB 2,199 19
801,666 801,666 000000000000000000020c724895e783d330d53579f0f2fbf35b05d669d3fcc9 1.63 MB 3,598 18
801,665 801,665 00000000000000000004e2ca3e9995e2a1cb67591632e0471c95a22b0bf38e1b 1.52 MB 3,309 22
801,664 801,664 000000000000000000018cdc24a2ed4db110529f09ae4933d582f89c24255d46 1.37 MB 2,335 28
Previous 10 blocks ↓
Total Size: 683.99 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,305.59 GB sent, 98.36 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.