Memory Pool Memory Pool Refreshing

43,175 transactions
60.13 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,301 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,496 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,300 (233,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
609,437 609,437 00000000000000000004fb787723841a2b8ad57b0f925eacb60983276e8d363a 0.39 MB 869 14
609,436 609,436 000000000000000000056172efac661a3f6c6adc4c7cf1dc877e2cb3194786cc 0.14 MB 117 9
609,435 609,435 00000000000000000001450ae9e7627e9d04c7b95212f1eb8b9a844b7b6db0e0 0.53 MB 695 13
609,434 609,434 00000000000000000002c1ec53cbd0c9f5e204819244bba696e7cb8b86f7caa9 1.14 MB 1,798 1
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
Previous 10 blocks ↓
Total Size: 649.22 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,758.00 GB sent, 56.88 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.