Memory Pool Memory Pool Refreshing

6,077 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,686 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (847,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,086 60,086 0000000007c77606802df421903737d15ff00b5f1580208afceb3445bd4847ce 0.00 MB 1 0
60,085 60,085 0000000003385de29f612a3851235065bb1ecfdb18cb12c586cdca1c37dbcd1c 0.00 MB 1 0
60,084 60,084 00000000074d134ea7fe162447392d33bb8b83ea86921de94bf7aadb87bd0124 0.00 MB 1 0
60,083 60,083 000000000c30acddc52148f288ec43ec63887d02156aa5c4c7d434801fcaab8f 0.00 MB 2 0
60,082 60,082 000000000205e9d9897daa9874d0a6237350f542d5a57a02ef63ac979c32672f 0.00 MB 1 0
60,081 60,081 000000000cdb778496e09fb89f8d38c4fc01e44a10c5cefa30af6bd7d4bf3e7a 0.00 MB 1 0
60,080 60,080 000000000a576e3ee5513e22d866e22f598907217f6bb664636c8f5b4712eb5e 0.00 MB 1 0
60,079 60,079 00000000092ba79dc8c7811b64ff1045b1e17bd23ba79abefcb084b473eb1988 0.00 MB 1 0
60,078 60,078 000000000695b79b342637c8e8ae067a502f3937d54d54697837165ab84ec3dd 0.00 MB 1 0
60,077 60,077 000000000ba3e8a4325ba66e3279f87c721ddeae75bee9f80b4d8aacc9a88980 0.00 MB 1 0
60,076 60,076 000000000915479bc52f8e238a777921f6af68e7fb34e7c436ac66af8d0f2cd5 0.00 MB 2 0
60,075 60,075 000000000a906372e14cbd74fb99566a82f205508e8eafbf337c6dd1e99bb305 0.00 MB 1 0
60,074 60,074 000000000c1becf6297aa3a9c09c45e18549998dbe204b06c9c795a45cd8d0ec 0.00 MB 3 0
60,073 60,073 00000000017e02bb2b1d495ca240f18bd8a467d2a475154241a90f8fc9e7cbd4 0.00 MB 2 0
60,072 60,072 0000000007377c61d23206585ec07cdea4fc571be0d80b9622231dd89f82e1f5 0.00 MB 2 0
60,071 60,071 0000000008177911d180e8dd01b4b5edd236ab653d6c47bd7889661569df41a4 0.00 MB 1 0
60,070 60,070 000000000c8d622bd18895775be3f3f87e46d130f070d4ce8de761f13d5c1388 0.00 MB 1 0
60,069 60,069 0000000008a4ff50140fee1671f1be1a8ea4b957b21ea2162ad17abc9784dc21 0.00 MB 2 0
60,068 60,068 00000000070f85b62c1ad2024333bf74316d756b3436133811157a153d05cdce 0.00 MB 1 0
60,067 60,067 0000000000bc9dd1d7118143c4d71080528f18f76c9cfb15514611c6a53902e9 0.00 MB 1 0
60,066 60,066 000000000615322c8abfe331b7eccd41f5756bafeb05045b070aa6ad42c8bb7d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.72 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.