Memory Pool Memory Pool Refreshing

78,778 transactions
38.23 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,917 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,136 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,916 (705,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
144,281 144,281 0000000000000946eda1164b52a168a455774ce7681e9481bddc7a7a86b665ca 0.02 MB 63 0
144,280 144,280 00000000000007f58316521437b41e65568853dda4a1fd4c8d248cfcd0f58ee2 0.05 MB 133 157
144,279 144,279 000000000000038401553789f79e1d9a1196b6415073ea6740eb28940e26dbf5 0.00 MB 1 0
144,278 144,278 0000000000000555ce826468dd388e3c8fe287c8648b38165ea654739d8cb5d1 0.01 MB 15 506
144,277 144,277 0000000000000017864838e8fda0499be910b9c8b8310fc1fa0ab4d75b57d6b8 0.02 MB 46 120
144,276 144,276 00000000000005b1ff5905615f83d08730a04fb3560a67c0c9898c04249ad74e 0.00 MB 15 88
144,275 144,275 00000000000002aeb70df7ca9ff3e985746fef4af3e741f89abf47d349b93142 0.01 MB 28 124
144,274 144,274 000000000000057baa548d30f065e9ea64eb3a178c4f17d49a4f139837443f9a 0.02 MB 40 243
144,273 144,273 00000000000005720077e2e2695e4063ecc78f15c56183d847979a20b27d799b 0.03 MB 93 0
144,272 144,272 00000000000003d672ca11c2f6a5116c6c46f07c1fbe7ec0e1defea8a232be86 0.02 MB 46 95
144,271 144,271 000000000000047b632d9553bf2c3102cd3dd875492558b8f4a541e25259196a 0.05 MB 118 223
144,270 144,270 00000000000002606168ac016368896d79c591bff2b6580db2e398faef7ec093 0.04 MB 70 498
144,269 144,269 00000000000005ee14737817e12aadb16eec8aed22c08a80f5040f691f4cbe75 0.01 MB 30 186
144,268 144,268 0000000000000577480c516ed86e5c9432686f6b55f5ba8d15f0e1ab0a6842c6 0.01 MB 23 466
144,267 144,267 00000000000002c674ba874e2ee8a90c0586d63f08fec548c0ffda9395129738 0.04 MB 96 179
144,266 144,266 0000000000000647612658ec9e15cfb7eee31a66843641977e8156f965b17b95 0.00 MB 3 114
144,265 144,265 000000000000044aa3053ffc30e044dbbdacef3491e513c4487c59ecad331efa 0.00 MB 14 310
144,264 144,264 00000000000007fea855b6b61e18646eeac6e4c4821089c88eba92046d68994d 0.02 MB 42 307
144,263 144,263 00000000000004a9cf2d9570f385f34e9723d99f432a044131cd6079240305c5 0.04 MB 83 215
144,262 144,262 00000000000005ee0717d662e5be0b5a123d5132e42d86e598165e4a238c97d5 0.01 MB 17 16
144,261 144,261 000000000000024d9bf2a2872b09f7dda9634bf7c4812d52a64a352cf9ff1166 0.03 MB 62 156
Previous 10 blocks ↓
Total Size: 661.35 GB

Node Information

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