Memory Pool Memory Pool Refreshing

54,775 transactions
44.14 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,808 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,213 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,807 (544,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
297,384 297,384 00000000000000002fd5f5c61a06ea46ef51f6c45ce91bd4b5e062d771a54698 0.50 MB 1,200 39
297,383 297,383 000000000000000053ee341a7cfd28c821dda9b68f2792554c99c10419ba6b47 0.08 MB 112 23
297,382 297,382 00000000000000000c0437f9c26640d0b0c5210142df91f98028033f92c3c8cc 0.35 MB 690 31
297,381 297,381 000000000000000028181d6b0fd70114ce1330de375e2db7f1932d5e812ad580 0.46 MB 256 12
297,380 297,380 00000000000000009c2597175345ca6458108d9704eadcced4df793c2b6be02b 0.92 MB 1,901 34
297,379 297,379 00000000000000006a948fe8ef00e54455c3837deeacdc077158bfddaf3861d8 0.15 MB 88 14
297,378 297,378 00000000000000008bbd93aed7921837528eaf6aac4ab56e08da54c95ca95661 0.25 MB 528 40
Previous 10 blocks ↓
Total Size: 646.40 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: 8,346.58 GB sent, 37.61 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.