Memory Pool Memory Pool Refreshing

78,876 transactions
33.59 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,624 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,391 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,623 (594,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,133 255,133 00000000000000124dfe51ce45a3c52f783b4df07a397694a5e7b1fac6929eac 0.15 MB 155 76
255,132 255,132 0000000000000037bd06256651df6040f3b6de4be5835fbb283a261909afff00 0.09 MB 133 39
255,131 255,131 000000000000000775911f89d175f413ef34c9b84565d4b190a00c39d9d79706 0.25 MB 436 90
255,130 255,130 000000000000000f8739679bb70904f59cde81284be923add1f64680cc6365b0 0.11 MB 326 127
255,129 255,129 0000000000000006cbd1138777cd67947dfc867ab30fad23ab8aae4a967ab40b 0.13 MB 359 132
255,128 255,128 000000000000000fe9c472d2ca18ecb3dc3b30322c48c6fe251005b49b7ae1c0 0.14 MB 349 82
255,127 255,127 000000000000000579d070876d537671a7c7596df300c8855862484135bb57c5 0.09 MB 195 130
255,126 255,126 000000000000002dcb5a06ab776f0bc4acd6b3b21a2e0f50902c112df9c06a2a 0.10 MB 256 113
255,125 255,125 000000000000003f2cb7e7b61fdb17f03ae45ef6deb9b31cd725c8f31434dfad 0.01 MB 21 86
255,124 255,124 000000000000003e978ae03389aa1df1c2fe3e4435dcede48f89eca3e302b7c9 0.01 MB 21 103
255,123 255,123 000000000000001f381991ee4a44037c768c4c55fe29ffb27af44a1bf8387ee1 0.06 MB 109 118
255,122 255,122 000000000000002d2d7d62409d9e342798ae368b7828c4bd571357403627b961 0.00 MB 1 0
255,121 255,121 0000000000000035d0d41b5bbdb32e7d05285dc60b3a979da6469a9c5d40cabb 0.02 MB 52 139
255,120 255,120 0000000000000024cfe6b91205f818f88f4fff1bcab7183aa1e7009b82d803fa 0.01 MB 13 52
255,119 255,119 000000000000000a8f65cbf901b26d35e8459cdbd747847fadfff65c160cad75 0.06 MB 140 123
255,118 255,118 000000000000000978d137c0d746e3ccd2b5d4ffbce37df668312d49300b878c 0.15 MB 413 202
255,117 255,117 0000000000000040e1775d03925369ac2073ee6f04393183c6df13e5f179248a 0.09 MB 133 78
255,116 255,116 000000000000002d82d1dba4a81329a57a6572be936ff0f4debc09b2d93ff92b 0.16 MB 349 126
255,115 255,115 00000000000000402411d4f4054020fe63f15007590b050b286ef056cd682316 0.13 MB 280 125
255,114 255,114 0000000000000003c44694955a665e97b777586408387a812b2942bf9ba1d874 0.05 MB 82 32
255,113 255,113 000000000000002c3bd8b88d9f066ab852db81bf0c36a40e0f49330d222209f8 0.27 MB 712 131
Previous 10 blocks ↓
Total Size: 660.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 107 incoming
  • Data Transfer: 564.38 GB sent, 3.15 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.