Memory Pool Memory Pool Refreshing

36,579 transactions
46.35 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,022 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,675 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,021 (575,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,626 266,626 000000000000000a90a035dc7a2f6b1870ade12bf527904457ad1a442f2c897f 0.11 MB 243 74
266,625 266,625 0000000000000002ec3d6fb0a4fb05dc76b5d87d9f92ee7cd8be1cd490411ced 0.16 MB 367 91
266,624 266,624 000000000000000a5554212343c16bf194419946349e3ac891858fe34d313f76 0.15 MB 278 47
266,623 266,623 000000000000000555ed74374eb433cfaa5de50cc2c4d10c2cabd3da91bef188 0.12 MB 294 106
266,622 266,622 00000000000000081c144bde392df2f3169a369cf09f66b363d7fe8ee259441c 0.13 MB 299 111
266,621 266,621 00000000000000084047ecc7ecb96f3206139b8a312e935ffff64202790a0056 0.07 MB 130 85
266,620 266,620 000000000000000177422a58c0204921623eaff044b88d8a0dc4eeeb1e133cfa 0.03 MB 76 61
266,619 266,619 00000000000000095f2b79ac211d800ca268f58d2429b049d2fd64e68ba8db3c 0.09 MB 194 79
266,618 266,618 0000000000000009eacba09ba97fe7620072a9e101880c2024aefa94e8cab687 0.03 MB 60 100
266,617 266,617 0000000000000004e1af0c0bf17576a0de993434108f72457189e7fc3d0e3b53 0.10 MB 268 88
266,616 266,616 0000000000000007e2a1a5940c161f71534880ea6c165ac8feb28d3dc64b2f36 0.17 MB 426 92
266,615 266,615 00000000000000032018e969f7a61655705b620e6246fb5e5f78dabf805802d9 0.18 MB 350 79
266,614 266,614 000000000000000043ac475ce95ad161a9e6194d05ab1363b109c6a7bd098405 0.08 MB 187 50
266,613 266,613 0000000000000006bbb7aee9d4ea0fe6ff37a3ded4b58f7262aef9028beec568 0.22 MB 532 92
266,612 266,612 0000000000000004e050de745ffbe80f08e16ef51914c1def3b229141c35cb40 0.16 MB 407 100
266,611 266,611 000000000000000077729c1366a2100ccb3bb1342fc5d32a6b429514f9fd8d5c 0.21 MB 539 95
266,610 266,610 0000000000000008e6775d57181aedcaea05c06244a6ed8e9533582737654e21 0.17 MB 387 84
266,609 266,609 000000000000000a536c3e7a03c55694bf3cff69c8e42ad06d0112069986125d 0.10 MB 229 106
266,608 266,608 0000000000000004b261166f313b2b6af3714a2aa84e93112d76d815d306e591 0.17 MB 368 88
266,607 266,607 00000000000000010b9e3e6458d33b17c0e5472bf89449722501a4bf0c3c2f6f 0.05 MB 132 64
266,606 266,606 00000000000000071f1e8b47f9fc44d8bf1fd8b54609c704e6d18243bbb46b09 0.10 MB 350 34
Previous 10 blocks ↓
Total Size: 646.80 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,407.13 GB sent, 40.19 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.