Memory Pool Memory Pool Refreshing

571 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,611 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 559 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (838,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,020 70,020 0000000000ae51a44bf87d36597e0e8da22c5019aa5e74ee96fb9b99b85a1784 0.00 MB 1 0
70,019 70,019 000000000074e8c5743225581f8944a3e87edd9add39bcdf517444f184e59683 0.00 MB 2 0
70,018 70,018 00000000013cd9115260bb464c18b1dd1777a3e1400459594296f593e58ce039 0.00 MB 1 0
70,017 70,017 0000000000c772f5f85f9680b28c6f5aa9121d422482aa679720e4a77fc5ac87 0.00 MB 5 0
70,016 70,016 000000000150cbd12e1c8b8096839f8ae96c9e047512d11dce17f30eedfd7f90 0.00 MB 1 0
70,015 70,015 000000000157d0b581f7ebc21a8744c8f48b9ab8aecdccba171997d8f2020b79 0.00 MB 1 0
70,014 70,014 0000000000af6ac68f46bc74cbba6d196bda3568a254c850efadb2f36cf48293 0.00 MB 1 0
70,013 70,013 0000000001391f20f465b37f9f43e18524a7cfabb678eaf935ac2d3b07d887b3 0.00 MB 1 0
70,012 70,012 0000000000ba2b35749f309ac9c420d3628ac795b10872f27f0b125d678f2c61 0.00 MB 2 0
70,011 70,011 000000000158b40962fd5cf0bb4834689e711a09d47aca86cddd593551bed33e 0.00 MB 1 0
70,010 70,010 00000000002ad5bc2a387df22487c4870ec8e8451f153451691f46a59141cd6e 0.00 MB 1 0
70,009 70,009 0000000000fa955cf962b911395d619d25d0bab5a9e5f45886ac3db3cce51007 0.00 MB 2 0
70,008 70,008 00000000013de5d3444d5570ca8dce87ec1a214e27989fbb951f1673e7da26e2 0.00 MB 1 0
70,007 70,007 00000000008884cf7340f592ab3a5a2bc714abe370cab9da47dc65759b3c183c 0.00 MB 1 0
70,006 70,006 000000000033b3a8f4fe8e3c28cbb3b31e065e5a7aa2445c2fa37fffd8cfa7de 0.00 MB 3 0
70,005 70,005 000000000160b5c2583aa5729b9f6f4ed9d4de2d9322877c1504b1951cc84d68 0.00 MB 2 0
70,004 70,004 00000000012d8a98a1678dbfb7f13a7a67b15ff5fe443dbf62507e4a4c1cc0af 0.00 MB 1 0
70,003 70,003 0000000000013b6cbc3159a746eccf6ab0cc9dbfdabf94d683abedde9b31ba85 0.00 MB 2 0
70,002 70,002 000000000130dc68dd688f54c74d79196875d37b080275de9b2dd70c88a2244e 0.00 MB 1 0
70,001 70,001 00000000001337176fa420cb4a7717332d0994491bbed7fd797e45a02b3a7872 0.00 MB 1 0
70,000 70,000 00000000002b8cd0faa58444df3ba2a22af2b5838c7e4a5b687444f913a575c2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.78 GB sent, 101.10 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.