Memory Pool Memory Pool Refreshing

102,835 transactions
32.42 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,074 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,046 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,073 (622,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,559 223,559 00000000000003867b6c2261ae5d6a61b39b878cc153901bdfc75973e3517af0 0.01 MB 32 72
223,558 223,558 00000000000002cd012142135f2ffed918d1692f974036fdd9d2e4528c177ea5 0.18 MB 392 171
223,557 223,557 0000000000000067491a9359a9c524cde93d5119586d183964120a6bba4050be 0.24 MB 587 251
223,556 223,556 00000000000003545276c24f959803b00c3895db6190283eae6c0dec6ea45742 0.25 MB 414 148
223,555 223,555 00000000000002a59f3a271c3681411743086da26cf244ba3bce1b8dc38ed06a 0.15 MB 321 215
223,554 223,554 000000000000034d13dafc08a5a3d04681e4e8ad093b61ca11a650a6a58e64c8 0.03 MB 63 264
223,553 223,553 000000000000000106ee49ea47a30b18faa24e4eb968ee76c1fed6e25f5e7f71 0.11 MB 279 256
223,552 223,552 00000000000003386177411697bceefaffffe214ff1e01e8b037777eb0473507 0.09 MB 223 20
223,551 223,551 00000000000002d3f6850d462ccc8baae96e2f9d3f8dccab978b5268ed3157c2 0.08 MB 183 186
223,550 223,550 0000000000000352606771c44734c6a24a3fd93955e636bb95003ef2eeee8ef1 0.20 MB 329 174
223,549 223,549 00000000000002aefe2659289ad893230898604d63a875b5070c1b5f703f7b0b 0.25 MB 532 179
223,548 223,548 00000000000002eeefd981d334a8b534c4d909f1254b566265635dcf4b19d80a 0.25 MB 771 326
223,547 223,547 0000000000000153608a43ad7caf286553f833e0dcf40e2daee5dc19a8dc678d 0.07 MB 118 177
223,546 223,546 00000000000001e8aed3543800cf99041a0ef44bf0dcf43a22164adf7c65fe2e 0.16 MB 315 173
223,545 223,545 00000000000000b8c91c328188e68fced9cb554d19052dfd0ae155344ef2bae5 0.05 MB 121 103
223,544 223,544 000000000000045d33c455583a8102c2274a4fe91db78cd70c127ba53ee3ba11 0.25 MB 639 226
223,543 223,543 0000000000000114636aa5f12c82faacd308c5adfe7588e54b7e00fa10140785 0.11 MB 192 3,901
223,542 223,542 00000000000001933ea3b8a204ee55ddea0662c33c1c85409043627b283c8570 0.21 MB 509 256
223,541 223,541 000000000000032c3896bfd834eb43712e7b84ebeb1ff830dda73a07ba4aa14a 0.29 MB 659 218
223,540 223,540 00000000000000895cc2dd44f63627afad0aa715b30ec02c809be6c5097edb0d 0.08 MB 161 156
223,539 223,539 000000000000014b9f11dc30128ccc381361bd88d35f90356a7c26a85ed88a82 0.23 MB 455 185
Previous 10 blocks ↓
Total Size: 654.36 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,368.64 GB sent, 88.42 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.