Memory Pool Memory Pool Refreshing

7,322 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (831,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,000 77,000 00000000001bd84391562e354949ad0480b83f5058449cbcd9f249e9dbde91c7 0.00 MB 1 0
76,999 76,999 000000000040b0d8fc596e16e70058e24e0f7dc54c78ced389cbbdd8f20d2c34 0.00 MB 1 0
76,998 76,998 00000000002c9001fcac66732d0039b581ad5de5b7915d192941d1ad62cf590c 0.00 MB 3 0
76,997 76,997 00000000000dfeed2231f1b0485df22b10182fab093ca674f867521a978ec181 0.00 MB 1 0
76,996 76,996 00000000004e48343c161376e11b3bf0e6833fa59fb3b6cf35b9f92f196a0a8e 0.00 MB 1 0
76,995 76,995 0000000000095cbe521f016191fa35f4e6087976764e424fd8aee383125d75f3 0.00 MB 1 0
76,994 76,994 000000000018bd40c483075adb613b58870f617dc525b0f19a6bd023a718d422 0.00 MB 3 0
76,993 76,993 00000000003a7fe991844dd97ed57d37b00db3bdb60ba6d22c11be09906efd13 0.00 MB 3 0
76,992 76,992 000000000039a743a6b801ef46477f888587dcfe293930e90f1ecb4e954ff26a 0.00 MB 3 0
76,991 76,991 000000000043edf77039f56cba6dad47820aea86deb99d80287463f0798d7d09 0.00 MB 1 0
76,990 76,990 00000000000303cdedab3ff61a1ee520e0a46130949b72fb56da7ecd15d04406 0.00 MB 1 0
76,989 76,989 0000000000556d5a355a14d39411443ba59bd5a97ab20decb73eafbd349ab272 0.00 MB 2 0
76,988 76,988 000000000044707bfdc8d91b356998e3dea9ade27e427798b0d41556ea7e2cae 0.00 MB 3 0
76,987 76,987 00000000003366ca594cec7d2ba7831284e84aa4dcf8232fc30e3fcb343acffc 0.00 MB 1 0
76,986 76,986 000000000059fdc4552268b7aff9a4ddba396186f49811474e9c11eba8dd23f9 0.00 MB 1 0
76,985 76,985 000000000049a39907c7ea5655695829b71a709a0dcdedf0608b76dfdb531a81 0.00 MB 1 0
76,984 76,984 000000000034f369c885aecec3106915aa9a67b48dccf65279e061de74b385d1 0.00 MB 1 0
76,983 76,983 00000000004245d2847c46edf20b1955c903a9d16bab43969c7a1535e5ae5482 0.00 MB 1 0
76,982 76,982 0000000000633aea8e81a332774908abcf638051b6fabaa9836c09351458b507 0.00 MB 1 0
76,981 76,981 00000000003c40a610d51694b09cad43067fd097ac31d856a2e1b3920f4eaf6d 0.00 MB 1 0
76,980 76,980 0000000000281b2d3886d6dd6b644c19d8bf5730400c331c8e4f0938a4efc052 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.