Memory Pool Memory Pool Refreshing

28,475 transactions
39.08 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,293 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,546 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,292 (548,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
293,440 293,440 0000000000000000333e77e1b37aba0a1f559dc01078845af0490f00cd6b3b17 0.02 MB 43 33
293,439 293,439 00000000000000009f139e2bbd6c7dedf02fdef9d9614e1995f343a0fec99eab 0.32 MB 529 30
293,438 293,438 000000000000000005fc069c31d280f7eda8949d642597155cf4406eedf1872f 0.31 MB 457 26
293,437 293,437 0000000000000000966b02b10e5161de4fca875afffd5799243675f3a47289a5 0.36 MB 539 30
293,436 293,436 00000000000000008da3c62a659742139fa4894561337b95c6750bd0dbdd3d0e 0.12 MB 256 60
293,435 293,435 000000000000000001a09cb56cbedf309bb8a3677da440f17f942ebfbe4a1231 0.25 MB 481 34
293,434 293,434 000000000000000026a9fb7280371d1f37fcf94f3f8f0ae5c84d963c8f26acb1 0.78 MB 1,116 25
293,433 293,433 00000000000000008c47dde4498946e2c96059ccbc9a1f6e3e9ca89cf385d54e 0.35 MB 1,014 78
293,432 293,432 0000000000000000a1b8b2ecbf29122b75d5f5d850747bbce37d3bd8eb9a848f 0.10 MB 194 18
293,431 293,431 0000000000000000c59c32eb3e63b737c0ce52ebdea01828783ba61884b518be 0.65 MB 602 16
293,430 293,430 0000000000000000803fa0cabfe382eba3edb06bee78b433c9e033cb3c03e2b2 0.35 MB 1,085 55
293,429 293,429 00000000000000009880db1a625d524cc64c719d0ebe0c9be7465b461ebc8c06 0.50 MB 336 14
293,428 293,428 0000000000000000b2b49aa6d0b2a0434dd798ce88a6611b85f84ba7fe89c5cb 0.35 MB 597 22
293,427 293,427 00000000000000009fcb3a7015d3e06d746a39c15c19010dc70a49eb3ea05e22 0.17 MB 512 38
293,426 293,426 000000000000000087b57a5b5a0ab07aec43436451e3cb9e54abcc106838b3fb 0.25 MB 809 63
293,425 293,425 0000000000000000d688a82394c2cbc01f3a7a45497686bbe5463ca837c623ac 0.35 MB 920 47
293,424 293,424 000000000000000086ce07b5815f7425909da4ac33e24a47deb32e342637ebb4 0.31 MB 465 29
293,423 293,423 00000000000000003c7c55f139f607191d2c5b76ea6f501b3dcefea18f266aa4 0.03 MB 64 19
293,422 293,422 0000000000000000b2cdf713d208aa6ebc301118d3cab0ea4dc590579459b051 0.29 MB 373 32
293,421 293,421 0000000000000000073a5ac22a40bf885a072684e0dc26cd8dbb884390cb0b27 0.10 MB 102 9
293,420 293,420 0000000000000000d481f4a3e1317bd595d4909d243a374444144b3cdf99fc90 0.28 MB 199 14
Previous 10 blocks ↓
Total Size: 647.27 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,470.63 GB sent, 44.37 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.