Memory Pool Memory Pool Refreshing

95,242 transactions
33.88 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,936 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,484 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,935 (494,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,276 350,276 00000000000000000422895128abbd94dae213fe0de47ea806b6a4f20734caf8 0.75 MB 1,620 46
350,275 350,275 000000000000000011535f9feb6b9a2c81181e404b8469f59e8d982e58efe0e6 0.11 MB 150 14
350,274 350,274 0000000000000000081ce2cb24a4f90ce2d78ee8f0325b7c1e1de2a566f2525c 0.66 MB 1,304 27
350,273 350,273 00000000000000000ce6f5a08fa185d00662aea6710abd268d5d80bd5a76357c 0.48 MB 946 27
350,272 350,272 000000000000000013968d63d2ff5eb43b9d74720b951e9e61d096c3f61a3bf3 0.65 MB 1,042 15
350,271 350,271 000000000000000007d0e081ad1de8253858a8c6d6a423cc2301b3e366c3888d 0.90 MB 1,248 21
350,270 350,270 000000000000000013fd76c6ec1ea27e21226a10b227820d31c5bacde9138554 0.75 MB 2,504 44
350,269 350,269 000000000000000002b58398cf52991fbdd3644999b54b98f26e9b068ebb63ff 0.26 MB 417 24
350,268 350,268 000000000000000012bcb338a710bf7cabb5c42c6170bbdf2904473afd392c3a 0.46 MB 768 20
350,267 350,267 0000000000000000137584b53368b0b2afad339b4aa87b107cd3c8a2cf00453f 0.64 MB 1,188 24
350,266 350,266 000000000000000002b05eb499d433cb0dca8e213eea07d9a195662dec69a228 0.96 MB 1,916 29
350,265 350,265 00000000000000000f85a8a6b1c9a5b03cc4baaae18abd9e40c8c5c4e2d81a08 0.13 MB 288 28
350,264 350,264 000000000000000004c13e675f33dc62dc7b1aa06a474237b36ca3d8b737a22a 0.14 MB 255 25
350,263 350,263 000000000000000009128f8af68f160dc78390c33d4c9ace960c6754b6099186 0.51 MB 1,000 32
350,262 350,262 000000000000000009d0c0c841eee257376b967f1a9f0e26b0cc2b7377053dc4 0.10 MB 118 17
350,261 350,261 0000000000000000010e3dfb6466785cbf098d304dd62a600bfadb5669135e33 0.36 MB 742 26
350,260 350,260 0000000000000000154a843c824138a76b74a83f613555f5d2f77874e6637284 0.68 MB 1,265 24
350,259 350,259 00000000000000000bf7725b4223871f434f50df6b96160dfdbdc108d8251234 0.20 MB 414 29
350,258 350,258 000000000000000009065bd9e1828bf4d9016afdfeea6046729b7b5b063dd5d4 0.34 MB 661 26
350,257 350,257 00000000000000000ba66ad79c36fcc8fd862be336bb80f0e9eb1089769fcd4c 0.69 MB 1,280 25
350,256 350,256 000000000000000001a097f8b5121aa01ae6d93e6f18f0e1b0efaf3be45814ab 0.22 MB 415 22
Previous 10 blocks ↓
Total Size: 652.28 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,216.99 GB sent, 73.67 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.