Memory Pool Memory Pool Refreshing

84,691 transactions
36.92 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
845,813 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,665 46
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,812 (544,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,390 301,390 000000000000000044171c1294fe9b44fbeac251336d8095d38615eef50abcad 0.26 MB 453 31
301,389 301,389 00000000000000004cd07e33d114ce17e72e61145489dd8449fcfd9a0326e729 0.14 MB 233 30
301,388 301,388 00000000000000006b6177bc9a9c455d114d24213641cdc4f908453cabbb3252 0.11 MB 202 30
301,387 301,387 00000000000000001cbe9f48d8fc106a9b404c2d0f73a78c048f52f452782c0a 0.11 MB 191 27
301,386 301,386 00000000000000004ae2860f594f64c6f07466ad57d831d3593409a1878a17c6 0.34 MB 657 30
301,385 301,385 00000000000000000fd75dae2722961d799516950284ffbc3e77103b5cec9e7d 0.20 MB 350 27
301,384 301,384 000000000000000056a3ac620848c3c8ab65d3c388e94dbdb12aa0c870365f8d 0.25 MB 554 32
301,383 301,383 00000000000000001a0d6ec4e8fe5570cd78329f6ee14921e42ca3b16d0687f0 0.05 MB 95 25
301,382 301,382 000000000000000073c86ba5ced3018a0d61f7cab40d172e5a1e0cc6664240c3 0.11 MB 232 35
301,381 301,381 00000000000000005cf08960850dbe4ba439238d4fb9b8d5ef83dd5afa2deede 0.18 MB 350 31
301,380 301,380 0000000000000000198cf721eb256045a70b3a5fa6685966e8fb454d2cb5816f 0.11 MB 274 37
301,379 301,379 00000000000000002a25e5546892604f87030eadbc5beb77f0e50a7f719040bc 0.19 MB 358 29
301,378 301,378 00000000000000001731e1d744ab069f6cd21c4b2d682779c89b34ca3af184a7 0.08 MB 159 34
301,377 301,377 0000000000000000685cae08207361ac45906abb9c44d6469fea2c42bd576101 0.01 MB 31 32
301,376 301,376 00000000000000001751aff6f047f888e49f3812dcd4f11e6a9edd6a65847022 0.15 MB 353 42
301,375 301,375 0000000000000000096cc2ad000ef2b37ee567fcef3253ce8d3f39019c26035b 0.23 MB 437 30
301,374 301,374 000000000000000036d8d15815a18033ac9be8d3319446012dda111bdf6de403 0.00 MB 6 24
301,373 301,373 00000000000000004410a455f34e0f8db843b93e95a058a41e141d7702801a5b 0.01 MB 26 25
301,372 301,372 000000000000000020ef6a75dcf49e9945b69e005de906b2d1eba40ecfd5ce09 0.01 MB 23 31
301,371 301,371 00000000000000002c84d877be38bed2c98054060cb7b7cb54ef75878eba9a99 0.03 MB 12 5
301,370 301,370 00000000000000000118174d0ad2b3564b16d04326497b1be461c8df87f8e4e8 0.18 MB 343 30
Previous 10 blocks ↓
Total Size: 653.90 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,350.03 GB sent, 84.89 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.