Memory Pool Memory Pool Refreshing

82,648 transactions
34.41 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,410 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (657,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,013 192,013 0000000000000466fadbd8c2694b14a6a770d7161925bd098a5bda4dd995e41a 0.18 MB 361 138
192,012 192,012 00000000000001edd0001d81b9de3ae8d79212a417c5af44dae83e58182c04c5 0.05 MB 133 88
192,011 192,011 0000000000000776631972b485262bc7ee52ed206335f30246adf97d578c30e8 0.05 MB 65 35
192,010 192,010 000000000000047f7a7e143d3337a7e817b6b1ce31db1e3e9806a40e296e0a3f 0.05 MB 93 129
192,009 192,009 00000000000001e60459379b602faf6a68c9d26053829ff39223718c0502965a 0.23 MB 231 80
192,008 192,008 000000000000077a23bb921e5ffc349b22a511c968b2c39ae3e2c2e999a9653a 0.22 MB 293 90
192,007 192,007 0000000000000615cd693a8fcebb65e9d68121069dbb97ec63df07f7c0d36b51 0.10 MB 124 61
192,006 192,006 00000000000002e23bb92f041c73633919429835dab96560c2a87322ac127075 0.08 MB 216 110
192,005 192,005 000000000000079013eb1bedec04416422c266a76f35cd670836f5f7d702c57d 0.25 MB 513 121
192,004 192,004 000000000000017f74e38395873f9045062ead125c30efd87d3baabe3a9f6198 0.18 MB 419 130
192,003 192,003 00000000000004d1f3fdb7ca565f8085cc42a92186ad6b05b9e82472fe6ca7a9 0.05 MB 109 90
192,002 192,002 000000000000033f35e50789ceb820bce72b811893c9dc9f51fe93e3b0f9aad1 0.15 MB 235 89
192,001 192,001 00000000000002b1e750d5b58c4d7976ecc430fac70b24b4a8b4246867b43b00 0.03 MB 82 58
192,000 192,000 00000000000000af130d565291ba49208c546685c69b48a293aaf06387fc22ef 0.23 MB 703 157
191,999 191,999 00000000000000c53263f50f4ce54f2fa19ba346f436d121351e1f231e5b5886 0.05 MB 146 208
191,998 191,998 00000000000000be0499979d8c2ee2c0efc5d04aaf20c392944fb9e6a21708f7 0.06 MB 137 96
191,997 191,997 000000000000057300429feb228b5f948e7c0788201c04331fa1f2fa7292ddc7 0.05 MB 186 251
191,996 191,996 0000000000000275cb6a628325f55ae94b5ccb9f274972bb90609bab56defbd8 0.08 MB 184 112
191,995 191,995 00000000000006662056cb6fed742520c320c61bb5a44bdf0c8089d7b7123def 0.07 MB 130 153
191,994 191,994 000000000000055d6575d94691053af17239623bd141b622769623b05371afd1 0.02 MB 52 98
191,993 191,993 0000000000000649875a871cc4b2324babf8a3f6f473b7ce1af1aa13d503f4cf 0.02 MB 66 4
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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