Memory Pool Memory Pool Refreshing

37,387 transactions
42.78 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,266 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 2,207 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,265 (320,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,519 527,519 0000000000000000001a9a2b6b200186b2807357f9ce9ea5fb54cd52d61e68bb 0.64 MB 1,272 12
527,518 527,518 00000000000000000014c41ac30771510943456d4b4b0d7c302dfc78bf69fb0c 1.16 MB 2,291 39
527,517 527,517 000000000000000000189a56fd59c579fd7e1c3a28ffd59d8cd6d7be750641b7 1.08 MB 2,087 29
527,516 527,516 0000000000000000001b152eafb60200223353ecbe4a7d30bf2f973aecb1c7d2 0.70 MB 1,128 8
527,515 527,515 0000000000000000001252f48cf9181475df6855bf5fc43de37370fc842f9294 1.18 MB 2,240 41
527,514 527,514 000000000000000000090003bf6c73d2218559346239481b59a43c4e614b768d 0.23 MB 341 12
527,513 527,513 00000000000000000014ffe5cfee6a0dbb64cc53119a0676750dd3b3681011f3 1.15 MB 2,452 26
527,512 527,512 000000000000000000246c067d0157dcf3f8af591060c2acfeed3a631c9108c0 1.13 MB 2,412 34
527,511 527,511 000000000000000000120543733c10bc4b46fc7bd5206c8660d34e4f52257835 0.12 MB 294 23
527,510 527,510 0000000000000000000bd8486176c6b91441e41c07699a74d677ebb4f7e034a3 0.26 MB 583 42
527,509 527,509 0000000000000000002dd9eefbb38d3979915592e42109ad85d333ff67e82438 0.60 MB 1,204 25
527,508 527,508 0000000000000000000f5b6afac99dac60e84c8ee1cf7cb64164a2e836ed39aa 0.54 MB 1,240 32
527,507 527,507 0000000000000000001ad2fa7410f4b42672aa25f5c5f70aa71cd50a80e5c37a 0.06 MB 141 27
527,506 527,506 0000000000000000002bd0c59618362d4f7c95230208909ada7f1bb7cc6dd5a9 0.94 MB 1,665 35
527,505 527,505 000000000000000000362e746ce8f37cf55b4c912553fddb27c4e79e962ef380 0.73 MB 1,428 29
527,504 527,504 000000000000000000325df7624aca1640daa653a6c8754f45bf75919d1aeb09 0.04 MB 84 26
527,503 527,503 00000000000000000034cac5a1a879f59d686e057661a611a9583a5bb8d76a71 0.17 MB 210 13
527,502 527,502 0000000000000000000094a9f5d062005e1671ab1f26a1c9b97468a8f194156f 1.10 MB 2,254 31
527,501 527,501 00000000000000000002ba2a3a437f7be043e5cd837f1df1e67bd983e1d7e500 1.14 MB 1,168 4
527,500 527,500 00000000000000000015efaaa3b3c038f4b5abc1c9cfed627680f1d6ea528578 1.13 MB 1,591 16
527,499 527,499 0000000000000000001543f546e5a30e8660394863199cb285342f58cade373e 1.11 MB 1,629 31
Previous 10 blocks ↓
Total Size: 658.25 GB

Node Information

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