Memory Pool Memory Pool Refreshing

91,385 transactions
34.41 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,838 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,552 70
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,837 (549,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,405 297,405 00000000000000006c0e70099b62734cad9255b0fb50abb15847dc1b6d6c5fdb 0.04 MB 83 11
297,404 297,404 00000000000000002229934529412aed1a868a627b8f586fc7e62a5cca80790d 0.20 MB 234 25
297,403 297,403 00000000000000006a91146f7e5176819e055c10a0865705b4a0beb78d611187 0.25 MB 512 36
297,402 297,402 00000000000000006303eed2b15e210f3951ada6aaf2c7a8715ca725f9a7c227 0.19 MB 78 12
297,401 297,401 0000000000000000598627f63dd326899b75b751b30e336506f27ad6f940db19 0.50 MB 968 33
297,400 297,400 00000000000000006fc391d3f460bb75d3874c3abe04322088957685129b374f 0.24 MB 512 42
297,399 297,399 00000000000000009987a723a21de056f19c1388cbd5bfb6b9cb2a92e34f3efb 0.29 MB 531 36
297,398 297,398 000000000000000061ac721fbc781228a63a6c95727cd0263c7638edf0b4d1a5 0.06 MB 72 27
297,397 297,397 00000000000000000f5cdf7dee27670a73b06a7859662d0c69b1e7b487d1bc5a 0.28 MB 415 29
297,396 297,396 0000000000000000375858501f59ea3fa4d8b74de7d83806becbd588f05b7c40 0.35 MB 237 9
297,395 297,395 00000000000000007d30011d0f409379d9941961f31f6fa9e94deabd043dac7f 0.13 MB 156 16
297,394 297,394 00000000000000002e85545eff0339e41dada9f4efb3efa62555d02e9cb1481b 0.16 MB 256 52
297,393 297,393 00000000000000005bb32765d9fba020c26f1b9cf1b5762eb037d66320537841 0.12 MB 270 35
297,392 297,392 00000000000000000ca815f1a69f42929a9c1221b23358d91ac3e1dd92daacba 0.10 MB 265 29
297,391 297,391 00000000000000000239397aa108125b0e0815d3a227d931304c32eacfb09879 0.25 MB 97 6
297,390 297,390 00000000000000007355100b620e9333632de324557f4ae8dd055e74d2f9017c 0.37 MB 474 23
297,389 297,389 00000000000000002ec7b0e456a02ea9a9da493b3c6f0d253396f1f4682c358c 0.15 MB 63 10
297,388 297,388 00000000000000007095dd6e71bffe4cba04ed7f43026d2d2609744a9f7fc048 0.35 MB 705 31
297,387 297,387 00000000000000000b8eb45c7d2af8c9d8dc6d858a8767b9261596fa4f1d5ec6 0.11 MB 173 27
297,386 297,386 00000000000000009979d6c406eb028abde136182a9872dd10337be200359686 0.29 MB 518 35
297,385 297,385 000000000000000033ef47733de31b19b9e3f5204cff2e34feade94fd3c078b3 0.25 MB 212 22
Previous 10 blocks ↓
Total Size: 655.75 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,504.95 GB sent, 98.65 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.