Memory Pool Memory Pool Refreshing

78,511 transactions
26.57 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,519 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,953 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,518 (368,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
481,278 481,278 000000000000000000c65e623b23494135bf86ce0b2ac5108ee1145257be72df 1.00 MB 1,935 173
481,277 481,277 0000000000000000010754eaf3be3d0965289953303a0fb898e9e4a4d7ecba39 1.00 MB 2,353 308
481,276 481,276 0000000000000000002ace4272af440c1dfbd14e436715772a3aefb0f1be53d2 1.00 MB 2,253 192
481,275 481,275 0000000000000000007e83c0383ff1391b31b1eef9c8c571a1f584e13c4f60e6 1.00 MB 1,863 236
481,274 481,274 00000000000000000031ad7a43b2e9c5ff4c463a7fbaf89f48789e367cdea76f 0.99 MB 1,911 326
481,273 481,273 0000000000000000008704a09f976646d26b96c80452b5ba5064d27a0b136547 1.00 MB 2,357 285
481,272 481,272 00000000000000000032cf882bd2b32febf5c390e32c955a202be35233d3a7b7 1.00 MB 2,263 121
481,271 481,271 0000000000000000006ff43b1e026014390056a30ca7df2b09c1bd6f2e2d159c 1.00 MB 1,943 290
481,270 481,270 00000000000000000066c9cb3b2a500f3037c0f7c4dc3ba679839a5b967fd1ac 1.00 MB 1,383 210
481,269 481,269 000000000000000000a3693098de50b57124a81261643a9cc8cc5c8f3e045891 1.00 MB 2,120 240
481,268 481,268 00000000000000000006f383e8cf3eeda68b28f8b99d0e1f1259155ccff80670 0.99 MB 2,367 75
481,267 481,267 000000000000000000bf99b0d0aaf7ba4609ac9672f4c1153e977f0a7206a183 1.00 MB 1,725 112
481,266 481,266 00000000000000000128b712df10e4cd9ef9f16288a666df091026a666c31473 1.00 MB 1,922 165
481,265 481,265 000000000000000000ccbfb6938786693ad39394bd02b339fb7638172e3ee7ea 1.00 MB 2,207 293
481,264 481,264 00000000000000000087f34dfd9ec2d574051aa4f6e9551b10e16505f0e192dc 1.00 MB 2,120 260
481,263 481,263 0000000000000000001c5ab1401ddd4e91d8b4c7ed290517edd11ed3487504e2 1.00 MB 2,048 258
481,262 481,262 0000000000000000010d8f32599e9d7483629c59a911102f1878ceb9245aa4bd 1.00 MB 2,359 296
481,261 481,261 0000000000000000001651cf4745e24cfaaf11f16a24838b902cb2c157594880 0.99 MB 1,614 340
481,260 481,260 00000000000000000074c28473afde31c807c1e7dcdb57cd1bc213efb1d43b74 1.00 MB 1,325 167
481,259 481,259 0000000000000000005768647ef6ffe33ff9af7955dd4fd9d19d3537094cefb1 1.00 MB 2,105 35
481,258 481,258 000000000000000000731a683e452273cf398fa18a61f4e8e2d71550949881c6 1.00 MB 2,676 78
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 96 incoming
  • Data Transfer: 473.33 GB sent, 2.26 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.