Memory Pool Memory Pool Refreshing

32,171 transactions
31.72 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,843 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,498 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,842 (277,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
564,441 564,441 0000000000000000001be2283cdd5fed279c2cf19c4198a12110acbc3375e189 1.12 MB 3,113 12
564,440 564,440 0000000000000000000d18d4ae27f09dd357f2eaea0e012409035355af8b2938 1.19 MB 2,952 22
564,439 564,439 00000000000000000029f41d797e9f95f32b6f2f209035d253b711e17ebc76ac 0.68 MB 1,755 17
564,438 564,438 0000000000000000000f065aa376fcbecea01f585812b90e014771b8dcaab3dc 0.84 MB 2,154 14
564,437 564,437 000000000000000000272c17cadfc9e65e82275c025b1f587741be443556c23e 0.90 MB 1,788 8
564,436 564,436 00000000000000000018119491862467ce315e5536b73f999de1bda0bc4032c9 1.04 MB 3,288 3
564,435 564,435 0000000000000000001a56fceb4d2b48985ce01ed42f40d8f3e20b7e7c883448 1.36 MB 2,566 30
564,434 564,434 000000000000000000141af2163f7681d410c0351fafefabf3a0d23aa46d741e 1.16 MB 2,606 21
564,433 564,433 0000000000000000002e440537c6cfae669c63a16349a5535f98cb2dbe94d51c 1.11 MB 2,895 6
564,432 564,432 00000000000000000028cbe72553799a6fbf209c862e213728cbf1d96e1347cc 1.10 MB 2,931 13
564,431 564,431 0000000000000000001ea60eb22c6b0f1b2b5d2969e8f6743dc0c5722d6815e0 1.27 MB 2,815 31
564,430 564,430 0000000000000000001bd9d83217819a2119b0ca2f3bd21212d37af300174bab 1.13 MB 2,949 10
564,429 564,429 000000000000000000133a9e4762c44bf213ecd7a0070ca847a73ddb96f06c77 1.25 MB 2,814 41
564,428 564,428 0000000000000000002757deabf8ce5fc56a5d257f8e2317173b04061d0f7d50 1.18 MB 2,852 10
564,427 564,427 0000000000000000000fe7f08690734057b30011f86dd9f5ed3a903173f5f732 1.27 MB 2,688 32
564,426 564,426 00000000000000000001461271391dfab88726774ab9a4e4a99b166ee43eb72f 1.07 MB 2,331 6
564,425 564,425 0000000000000000000217e7f6f9a32ab1d43c19d155c6aef39247ddf7d83b32 1.26 MB 2,756 60
564,424 564,424 00000000000000000026d95b74c6c2b1181357f79ccf79b13a0a1d62c6ab6844 1.18 MB 2,737 10
564,423 564,423 00000000000000000010cbdf0bcca008d7ec1cbc6648410fdcedb078b2ac3b44 1.32 MB 2,348 25
564,422 564,422 0000000000000000000801ca968dc7e857ab4749e52842a6808b55ea78450287 1.25 MB 3,288 110
564,421 564,421 0000000000000000002ccf390b2b2fa2ed16b4e60db6c2c81ce9dde50452c351 1.17 MB 3,170 39
Previous 10 blocks ↓
Total Size: 646.47 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,356.30 GB sent, 37.92 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.