Memory Pool Memory Pool Refreshing

62,649 transactions
28.96 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,754 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,129 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,753 (317,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,417 527,417 000000000000000000105618e6de0c760dfe72dac10ee4496dd0c377c24e61d9 0.52 MB 1,086 27
527,416 527,416 0000000000000000000fb1fdcedcc476f72dc18089691e4f2a33a885882f748e 0.63 MB 1,411 12
527,415 527,415 000000000000000000282f8d8ef59dfe6c5c3e3b2b5bed6ac7fd750480c8aa2a 0.92 MB 1,966 36
527,414 527,414 00000000000000000037ffc9b036061dba286fb2d87801ab02e7275588811492 0.28 MB 558 24
527,413 527,413 0000000000000000003123583ffafd3efe8d58955815b87c6e58e5cec17817a7 0.02 MB 42 42
527,412 527,412 0000000000000000000705bdcc00cc458eb510a758799aef4e41f14cbf114e5f 0.56 MB 1,069 27
527,411 527,411 00000000000000000029b6b5654037a956a577bcf5a1447d0814046189d76b05 0.42 MB 830 41
527,410 527,410 000000000000000000113c6b11dc76a2c0fc6d1e08938cf6f664e87504031697 0.36 MB 745 25
527,409 527,409 000000000000000000340508441c12d8c89cd8170e9537ad56041a6df588985c 0.31 MB 568 28
527,408 527,408 0000000000000000001a238b010777cf5d0a4c66565a4eaa43c311b4c7b06e97 0.32 MB 722 29
527,407 527,407 0000000000000000001232a7fa45583a4a2e677aca5218592c3e6f6b03dfd1ed 0.89 MB 1,259 26
527,406 527,406 0000000000000000001144310fe9fc9feeb1e4c098821a98ce9456aa44b70e34 0.23 MB 142 5
527,405 527,405 00000000000000000022db77a5535443e3618f31ca5ae4005c08cc145a92b50a 0.06 MB 102 22
527,404 527,404 0000000000000000001f5a628fa04ecac868b24b49bf307febbe77bca1142456 1.14 MB 1,760 23
527,403 527,403 00000000000000000038391f4ffc34a461ae42533bf1dc3999c8928f11cda83a 0.14 MB 317 33
527,402 527,402 000000000000000000044006a497fe1433a51695d647c71063ef7c850509983a 0.20 MB 406 23
527,401 527,401 00000000000000000016791f7e5c32f88dc4f4c301624b2162a04ce37a23efdd 0.16 MB 276 25
527,400 527,400 00000000000000000037fe06f6b44624c5abaab8224bfb43072c37199a681282 0.91 MB 1,510 32
527,399 527,399 0000000000000000002feb11a81c9fae2af8e7d6c8294ea4d91e3a4c6adee65e 0.05 MB 134 25
527,398 527,398 0000000000000000001b62fad35fccb686f9111067d85c6aa4b048d7a8df581b 1.17 MB 2,540 31
527,397 527,397 00000000000000000012ccdf67d195f8401be278ad814b9dcf53e2ee4a74ed05 0.10 MB 157 18
Previous 10 blocks ↓
Total Size: 651.93 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: 9,185.54 GB sent, 71.61 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.