Memory Pool Memory Pool Refreshing

65,265 transactions
26.69 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,988 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,615 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,987 (520,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,355 328,355 00000000000000000b3a33194394dd0b68298c8aa92396a937267cd9eb974cae 0.04 MB 104 19
328,354 328,354 00000000000000001a0d01aee228ea414ef21caba05b3e6ab111e285a349f0b6 0.28 MB 399 22
328,353 328,353 00000000000000000e4145e980ff279cbe57c2f1eba0e56cf10b00a754e9830b 0.62 MB 1,265 28
328,352 328,352 0000000000000000124875749573d4a60f1b1e335fa1abf515a7e835c308c0d1 0.47 MB 1,038 31
328,351 328,351 00000000000000001268ce172543b4e18f35662e72df776b20cbbda28a1c807b 0.01 MB 18 48
328,350 328,350 0000000000000000036e14f8a5d2c30c7fe417de015cc74ede260d385ed0aa02 0.10 MB 201 51
328,349 328,349 000000000000000012c23fb71acd7fd2961968fe8d660a1efb9e7471f76cf142 0.06 MB 96 23
328,348 328,348 000000000000000018a0e5fc0d74fb40a46ccf6fb7e74d7603e1dd68d9b7d788 0.10 MB 80 5
328,347 328,347 00000000000000001c51c1973499e6b71e649c1c3068efbb6e77478eb0adffed 0.18 MB 380 26
328,346 328,346 00000000000000001e5b7bc61186d04bdf57312a2054a80f450f5a7d26883a16 0.42 MB 715 27
328,345 328,345 000000000000000010a5bc3657f6bef07a243cef9a48c364cdd19e0aec6e960b 0.09 MB 100 11
328,344 328,344 000000000000000000b834d0461c3393e151b8f8c150069a9a6dfbd837f2cb98 0.25 MB 457 25
328,343 328,343 00000000000000000d621fb154a5f37f8efc951b58f560501785475a921d88c6 0.64 MB 1,331 30
328,342 328,342 000000000000000016bb3d4f21ebca023b49b5d3adcbb042c985325c04fc6432 0.49 MB 948 28
328,341 328,341 0000000000000000091617043c78bc68c822c9e98fc1904e8d39b1cf576f28bf 0.24 MB 439 27
328,340 328,340 00000000000000001d025c46588f650f6c41242f97170df6867326dd0d6811f7 0.22 MB 323 21
328,339 328,339 000000000000000008f25e4aa6e60b835b81711404dd8a89aac5b89f1b088917 0.36 MB 721 28
328,338 328,338 00000000000000001957c8827bce6041888a5e4c976ec723f0ea19b9bc3c6fb8 0.13 MB 279 28
328,337 328,337 00000000000000001bc636a6fee4392991457063dc3e10c31753c5ba7cdaa7c6 0.08 MB 37 5
328,336 328,336 00000000000000000203d910cd4f84bc9e0dc75a202e53905d3ca630ccc16e14 0.38 MB 561 24
328,335 328,335 00000000000000000214909ead6bbcd7445da04a0a1aa1fcbbc85f41a44ffecf 0.12 MB 157 38
Previous 10 blocks ↓
Total Size: 659.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 108 incoming
  • Data Transfer: 3,053.29 GB sent, 6.42 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.