Memory Pool Memory Pool Refreshing

21,993 transactions
61.33 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,806 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 1,506 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,805 (234,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
609,433 609,433 0000000000000000000941ea5219ab62c87841d34d12b24eea9f513fbd8d12d3 1.24 MB 2,805 15
609,432 609,432 00000000000000000009347c97dc1b3ff89f0d1f3fff7d187ad252eb74474ecd 1.25 MB 2,542 12
609,431 609,431 0000000000000000000d6b23787205742ec8230c876c09d291282cc9cfd3bd9b 1.13 MB 2,302 4
609,430 609,430 000000000000000000096ac9555b3df0585c020a2de2c0a9df84710f8ab3587c 1.30 MB 2,989 13
609,429 609,429 000000000000000000158aa24c0d2f55464e295796a0537a0cc3239fd4321166 1.30 MB 2,836 24
609,428 609,428 00000000000000000000c1c477f2f8adbdc404f2b49aa51c1d32083fa05a3b3b 1.25 MB 2,520 29
609,427 609,427 00000000000000000011ffbb54f07ca0c58cdb1ced7197354f76f181bc5dca0c 1.21 MB 2,547 19
609,426 609,426 0000000000000000000030677824e3a74e189338115456327d604d1c4e7a201d 1.03 MB 2,340 4
609,425 609,425 0000000000000000000f4ed7886bb80c94870eb7a3cb3f4cf2be342db7554d4e 1.26 MB 2,863 17
609,424 609,424 00000000000000000010933dcff7c23f03d72f5755efc5dad4cc232535cd294b 0.76 MB 1,715 16
609,423 609,423 00000000000000000004bb5b86b7d0b4bcb0c4e00a80700471815439a35ef95b 0.01 MB 19 12
609,422 609,422 00000000000000000013b517fd6a158b220d6d253bc051add697a8d143145ed3 0.84 MB 1,996 16
609,421 609,421 00000000000000000007282314e11acefee0bdaaee5c5e225fa3b2617abb4008 0.65 MB 1,633 9
609,420 609,420 0000000000000000000893cd36e0206ff01217587af5b735044fa91d5e86df06 1.26 MB 2,767 16
609,419 609,419 00000000000000000002f6e55723b821d1dfe3a5a100990395a004b2ffb9f0db 0.42 MB 868 16
609,418 609,418 0000000000000000000389d2c0cef00b5455a32631607c80d9b4796168d70786 1.17 MB 2,471 8
609,417 609,417 000000000000000000118cdf750cc5800011ecb73b2aa0f0f4024d9a1b906b64 1.22 MB 2,579 11
609,416 609,416 0000000000000000000ac49413a6e8b2cfd8b8ce734d0c8edc2d1c92f03ac1c9 1.27 MB 2,681 26
609,415 609,415 0000000000000000000028ed4c567fe87f213cdc756ae786d346efc627e5b4d9 1.21 MB 2,417 2
609,414 609,414 0000000000000000000633b8b3b096a1e90658fe89301dd3d9f226c16c7b732e 1.26 MB 2,884 17
609,413 609,413 00000000000000000010063ccf57853168e79976ee639227c634e193a9891c3c 1.18 MB 2,629 6
Previous 10 blocks ↓
Total Size: 650.17 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,938.81 GB sent, 61.52 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.