Memory Pool Memory Pool Refreshing

42,610 transactions
35.40 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,826 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,216 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,825 (298,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,422 543,422 000000000000000000165462eb98ff29c245f976f36b739603ece6350e338239 1.14 MB 2,079 17
543,421 543,421 00000000000000000006b474f14ee24a5ebf97ccf5ab1a0c8cc19013d66e07c0 0.46 MB 231 15
543,420 543,420 0000000000000000001458a1a6dba2d0fd190668d800e72715692baf56742b14 1.16 MB 1,762 11
543,419 543,419 00000000000000000013b13dd68c60110af78cfdd008dfa69717213419cac3b6 1.16 MB 2,262 8
543,418 543,418 0000000000000000000377d3e1f4da7d88b66b75491409700f57bffa28f2c6df 1.21 MB 2,642 32
543,417 543,417 0000000000000000001369106c74f4c6564d97d336fc9da6af7978b04da9d459 0.69 MB 411 5
543,416 543,416 00000000000000000006c3a06e8c8327ccd7739fe973f474f1cfb192e4095e34 1.14 MB 1,655 7
543,415 543,415 000000000000000000062f7504ca7f3553df3bc35e740f6bc5596d4b6e241ad0 1.08 MB 2,366 7
543,414 543,414 000000000000000000006896f56d74a69684e2ca18f593e65be7628d5a7e636f 1.22 MB 2,199 27
543,413 543,413 0000000000000000001383692545b60a6fc06284e8a7d1b012d32e39d3683632 1.20 MB 2,616 16
543,412 543,412 0000000000000000001991f4bbd6c87430b04c2cdbe17c87e8a8f0a96b208df2 1.19 MB 2,799 28
543,411 543,411 0000000000000000001c1c116cb15ed6792a329855adeadd337a4e9944574e29 1.16 MB 2,440 11
543,410 543,410 0000000000000000001718f6194862d672cce2ab7375a1de3e245bfdbc803143 1.24 MB 2,428 30
543,409 543,409 0000000000000000001e4523de821116dd750fe34421e12312674c8feda9fb97 0.87 MB 1,744 3
543,408 543,408 000000000000000000186411601e40be134e42deb1ce90c46b20c6d17b3a1e30 1.18 MB 2,544 34
543,407 543,407 00000000000000000001518b74a5b487ca64e3d5f37a9ea8add950fbb6ca3592 0.37 MB 534 16
543,406 543,406 0000000000000000000a9c8d860da5fecdedb68dde83c098d7af0e53359e0604 0.33 MB 650 13
543,405 543,405 00000000000000000013063433166c3a4e1e878d2c63ec2a00ecdc9b19ce2009 1.01 MB 2,293 19
543,404 543,404 0000000000000000001e9e84131e4c9f09760c4f9e3b290ef209b76c25231f53 0.37 MB 655 16
543,403 543,403 0000000000000000001c5fd2947c34ea2e6c3b0b6b28544326384e7f815fcb27 0.11 MB 273 26
543,402 543,402 0000000000000000000184df3b41d6413702e4edcee1557f94fd68d6f4630795 0.97 MB 1,653 13
Previous 10 blocks ↓
Total Size: 646.43 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,353.16 GB sent, 37.75 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.