Memory Pool Memory Pool Refreshing

80,858 transactions
31.92 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
844,918 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,764 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,917 (584,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
260,442 260,442 0000000000000016e078cbb002aa17216f9a1a5bed1313fe68fdd00cb76d19f9 0.07 MB 135 65
260,441 260,441 000000000000000633bcf3af65cb70ce2e32cc1ec479ad640ac9072686810cf3 0.02 MB 31 73
260,440 260,440 0000000000000019b728411dda8af0271981aabfe379723c55e6ab343cf3b8fd 0.28 MB 540 70
260,439 260,439 0000000000000017b0a45b6d67aad0a0beeafd172aa49f88c234286714a5d70b 0.25 MB 652 168
260,438 260,438 0000000000000011baf32dc6a67c713e65c84403a976bbdf26bc1b5a9617ac6f 0.03 MB 28 2
260,437 260,437 000000000000001563a5a4381fe46b2918269e874a325973214a9bbba442e005 0.18 MB 466 163
260,436 260,436 00000000000000150e81951781a1a162c597fd1e0ca4d929b53e8a4769daeb97 0.10 MB 158 80
260,435 260,435 000000000000001a7502c795fd6ba513fe7c7a4860ff59530b6d89be2676f340 0.18 MB 435 50
260,434 260,434 000000000000000657c61e75753a359d6bca8d833b0d18c982e96cbaa6e06629 0.25 MB 575 139
260,433 260,433 000000000000000dcc90174aa20b4645447c61fcf0bb1b2cd515337e054ebc4a 0.33 MB 884 134
260,432 260,432 00000000000000181444b2166de02fb77b7e70f0eb47391fa3127f04d3c39eb8 0.18 MB 458 136
260,431 260,431 000000000000001428b08d2f730b0bc3ad4476384ae5482e64b4ee6640be7643 0.04 MB 85 52
260,430 260,430 000000000000000cfe8c2dd360b8a3747791f3876dfad82c32ff2a4b42ff363f 0.13 MB 290 103
260,429 260,429 0000000000000018f6a5f98e4413e925f98123a72c3fbab16b2fdbd9c0254f46 0.25 MB 632 107
260,428 260,428 00000000000000185c8559c5992956282b0aacbe1f9aaf7b7833bd3c5a2e7427 0.09 MB 256 169
260,427 260,427 0000000000000007fa9d59b783180f9429a353c9a9b1641d07ad35648df7e350 0.08 MB 163 87
260,426 260,426 000000000000000d6520005a3f1f3d7be4be697ac8442f23be420f467b4d05fe 0.14 MB 267 86
260,425 260,425 00000000000000030d8923a7446bc5b583a8e1e14ef1d82173735040a886d99b 0.25 MB 699 128
260,424 260,424 00000000000000011d2994827cf37bdc028010b68ea5fbff49cce40c1e59d2ef 0.04 MB 74 50
260,423 260,423 0000000000000009871e164a7efa3090a56daa14333b8311decbae39bed3d586 0.12 MB 290 80
260,422 260,422 0000000000000006170c47f55cbd5c93722c6f887ed6fec26a822b4c73ae26dd 0.04 MB 112 126
Previous 10 blocks ↓
Total Size: 652.25 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,215.17 GB sent, 73.40 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.