Memory Pool Memory Pool Refreshing

7,229 transactions (1.83 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,164 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,844 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,163 (846,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,002 63,002 00000000017f68c196844f9b19cea3167a301533e17d897c2a950c5c12ad4fab 0.00 MB 1 0
63,001 63,001 000000000c27b31be4db0ea3d800ceedda97cfe6db4a21746d319d2a56bdb50a 0.00 MB 1 0
63,000 63,000 000000000abcf1c5c959bfbbdf5ad13054a1c43e60e168d6ef790b8200e0891b 0.00 MB 1 0
62,999 62,999 000000000c0c74393b7549d03cf573fc54748de767109ef5fa81ceb62933e20d 0.00 MB 1 0
62,998 62,998 000000000120680b56fd98990e394c381a82d8019592591d9ea3f2602c231bc0 0.00 MB 1 0
62,997 62,997 00000000068d638e6af5a23957163673aecbec4c179b87125c25e67ada3fb5d1 0.00 MB 1 0
62,996 62,996 000000000cd3b03fb3c6ff4ada1bce5b726ae3daa52717512e9b71166a2b1ac5 0.00 MB 1 0
62,995 62,995 000000000c714f11135cc08a3a7d5a72506b604be35b9e7d9b6d59522a79cb7e 0.00 MB 1 0
62,994 62,994 00000000082ac9b2a64a9d52d8b275ab82bf4ed8c756f0227232d68925897dc0 0.00 MB 1 0
62,993 62,993 000000000c4789574014a6c644142a59adf2099f4c5e5adee747b031474e2e1c 0.00 MB 4 0
62,992 62,992 0000000002b0561dff3cc576558058a67f120da8b44c9ccb47515e0f9b3f4795 0.00 MB 3 0
62,991 62,991 000000000796191c72bdb8d817bd511e8918670de2924758d78383f94310add5 0.00 MB 1 0
62,990 62,990 000000000b9e6e45285c9ee684a4705cdb631cc2ee62979d359944e3b7224ce6 0.00 MB 1 0
62,989 62,989 00000000083490ef015fba73a0305b2d8f5a59790c1d5f07dfef081d9f5b3c7e 0.00 MB 1 0
62,988 62,988 000000000b34b24dffed1f6b52a559ddab79e3718c660f0cec231c286636631b 0.00 MB 1 0
62,987 62,987 0000000007370851edf2e5a7fe98955018f735c8d0d92458e3b9030bc6d678c9 0.00 MB 1 0
62,986 62,986 00000000092fb74304523d23a7318d515779c4c6f877a34c4652adcffeea351c 0.00 MB 1 0
62,985 62,985 0000000001fdc498435ad0ae83c6a61a6e15cb2bc6125b6c3bfdb183d0f3be23 0.00 MB 1 0
62,984 62,984 00000000060dbad9dab604b99a096f023c98e76bb7c71d9599944c69e7a8f323 0.00 MB 1 0
62,983 62,983 0000000002f43bf82b1ceedaba7d507acd6aa04f759c40e654bb43538a41a11d 0.00 MB 7 0
62,982 62,982 000000000628ce866bccce5fb14d751e2b2a2249d43ded861dc6c8b96a16133d 0.00 MB 2 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,973.66 GB sent, 106.88 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.