Memory Pool Memory Pool Refreshing

12,125 transactions
3.54 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,739 (831,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
76,979 76,979 0000000000305d859d9576b14274e349f984a06809be133cc7544e4d85a0c32a 0.00 MB 1 0
76,978 76,978 00000000003410b694c068b3d8f49554cfb3b30fe258fecfbf7929244da4ff0d 0.00 MB 1 0
76,977 76,977 00000000000dbe3a9df751fe679ed308972ec469dee083c7af789b479054dd81 0.00 MB 1 0
76,976 76,976 00000000002e00326cfa94dd2ed6df3ec11f3b68b6ce69110e1e870f3d17858e 0.00 MB 1 0
76,975 76,975 000000000054f6753a0dfcecc040005991d635dd586e93cfc11e56b827e2fbfa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.08 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,855.56 GB sent, 102.39 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.