Memory Pool Memory Pool Refreshing

120,472 transactions
26.13 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,630 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,056 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,629 (512,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,130 333,130 00000000000000000dab202bfdb8291473e2352c3b4a8a878622b57f0428abb3 0.02 MB 64 44
333,129 333,129 0000000000000000062c7e5471a772799ab273c4ff5420f4aa3bb7cb52fd636c 0.36 MB 782 26
333,128 333,128 000000000000000010a879cb5abd6facb1a2c498b1e67000b21af8dc7dbc88d9 0.11 MB 244 26
333,127 333,127 000000000000000011aec5b4f8e1a5c0151edc83899fe711669f65a9b8523808 0.36 MB 689 24
333,126 333,126 0000000000000000190becb7b90843eb2072a8e4efd0418dd6412989664a95e8 0.19 MB 390 27
333,125 333,125 00000000000000000bdd2a9a6ae86e547fd62cbf443627fa82a812a6b6526b5f 0.22 MB 520 26
333,124 333,124 00000000000000000a77db84f42ba58cd9bf728d51f8d48e799cb794d3ee99a9 0.14 MB 278 25
333,123 333,123 00000000000000001a6e1e623ac1c313f9caa8a52505d973627dfbed733dad66 0.01 MB 26 22
333,122 333,122 0000000000000000096ed87d87a09e8e436688d32abe0cb96cbb14f1fd124b8e 0.50 MB 851 23
333,121 333,121 0000000000000000010b68914a7faa49d64425ff1eabca1912f5cefec76e9ff4 0.11 MB 212 26
333,120 333,120 000000000000000000421231ff8987f9f0f16c6ab3cf9a7325a1d20bcdbd45bd 0.32 MB 549 23
333,119 333,119 00000000000000000ad19b4eecc9d0dbcc2a83582577f799d9110a2e288d746d 0.07 MB 256 45
333,118 333,118 000000000000000011ca8747b0644abaae6730261b1e43e4be7f9e1e56669345 0.24 MB 326 20
333,117 333,117 000000000000000002aa5d6d897a2d48ce5ee4191cd904a8376fdd1162aab4b7 0.17 MB 301 18
333,116 333,116 000000000000000011aa9d33fd83cdaaf81a837d39afe0569b3d59756af9ad6c 0.65 MB 1,200 21
333,115 333,115 00000000000000001532a8dd1ed1ae44268187c3f9aefc729b6e5fb9f66649a5 1.00 MB 1,773 25
333,114 333,114 000000000000000000d24f7b706a599081961fcb77a0c63bd1d9ccb55c53280e 0.42 MB 553 25
333,113 333,113 000000000000000006efb494417098dd5c7ae9b1cfa2644bbdec7efccf40b6c1 0.25 MB 436 25
333,112 333,112 0000000000000000094fe7c584920948395fa719ee5b8546312881497b89ea2d 0.17 MB 384 26
333,111 333,111 00000000000000000a26235d5037392f0ca57abaa797d758eb528dfceae73c8d 0.06 MB 109 20
333,110 333,110 000000000000000018d733b676694f867713d72ff110baf75ab4ce9b025d90a3 0.03 MB 30 12
Previous 10 blocks ↓
Total Size: 653.57 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,322.37 GB sent, 82.68 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.