Memory Pool Memory Pool Refreshing

40,031 transactions
42.86 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,094 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,616 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,093 (564,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
279,399 279,399 0000000000000000b80ea27ed440442bccd731b5257d85197df6576ff250913b 0.25 MB 384 31
279,398 279,398 0000000000000002bd84aceb10aa442d829e10a5d7aaac3cfbdf0466834264e9 0.03 MB 54 29
279,397 279,397 00000000000000006451fda5d103944ad61cbdc7423f40ca4b82216633b3bd14 0.25 MB 648 58
279,396 279,396 0000000000000001b3d45dec0530e9a78edd7e18ab3c1edf9dea7197ff91cb2c 0.03 MB 74 16
279,395 279,395 0000000000000001aa41968c5504b348f27699eea7da47bf5c768aa2572de9bc 0.45 MB 1,011 37
279,394 279,394 0000000000000002a0a0800aa8a677220afb8a8884d23c508ee45dd19fc6ccb3 0.03 MB 72 111
279,393 279,393 00000000000000029477fd0be0742937e1c1a654226ffad141cf7639ff29033d 0.03 MB 77 126
279,392 279,392 000000000000000012fbc570e123332a7f86f36a3983f8ab5aff1cea0176a17a 0.11 MB 256 43
279,391 279,391 0000000000000000e984bcbf0a8d045ccb78afb2b5a7421b4a2595fc0be0e8d4 0.03 MB 80 46
279,390 279,390 0000000000000001770a5f93a6964b0d297858139c9b535c421a081983555fd4 0.03 MB 67 36
279,389 279,389 000000000000000125da0aedea55b9a6e6450868fe7e8c73bd5a58b5d209d750 0.18 MB 440 57
279,388 279,388 0000000000000000733aa0c8c1dddb807e2adbe34a6227128034dfbbf3ee8459 0.16 MB 220 25
279,387 279,387 00000000000000028ff00086bf026a73eeb580e0b43faf18533343ee0f974c49 0.07 MB 128 30
279,386 279,386 00000000000000010a0505c7512224a9802db97c4ef074ae9e6cb179bfc3b463 0.33 MB 598 42
279,385 279,385 000000000000000260156a6d6a51f1af662ed367b68c12de65cb128259d67851 0.24 MB 407 20
279,384 279,384 000000000000000204e0c78ec2f6a77601394423f328087e6b5c410595b85f6e 0.25 MB 698 91
279,383 279,383 0000000000000001df8051fa8bf0eac9cbf8dbb5fe9441b26afd4deac691a01a 0.24 MB 545 56
279,382 279,382 00000000000000015c4e1e30687572ebd963fc88b6274534ad9759f22844debe 0.04 MB 103 42
279,381 279,381 00000000000000002f35c52c1a35582370322d736ed67e12434994fab88504cb 0.28 MB 606 62
279,380 279,380 0000000000000000d83fa96738769a9b05e23ce76b3816ef9c6ab913c3bd5cc7 0.17 MB 178 30
279,379 279,379 00000000000000000980847480bf441237f0ea0dba526b6b7a82e7418cd6adae 0.24 MB 504 75
Previous 10 blocks ↓
Total Size: 650.67 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,006.97 GB sent, 64.20 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.