Memory Pool Memory Pool Refreshing

71,013 transactions
38.53 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
850,080 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,475 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,079 (638,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,277 211,277 00000000000000de5fe2a86f407e407de0900cfbe90920a651ff186d9f9e1b6b 0.10 MB 278 183
211,276 211,276 00000000000001a24644cadbf306899c9b11c6985db284ef615caf9147e25f2c 0.19 MB 525 206
211,275 211,275 00000000000000459a01ff75ff07ce02aeecf6c8d6fe82c986cadb103ec52b8c 0.08 MB 245 201
211,274 211,274 00000000000001dfd977ebfd0ceefcaab8927c2bb3a2e457d1045acc7b07fcd3 0.09 MB 140 179
211,273 211,273 00000000000002879ae25e156115698da25e4303ab3e4708f959f112e073d04d 0.15 MB 305 199
211,272 211,272 000000000000002bd57c59749b10539eaa9d37c763446e39bb57a2e4a657c1b6 0.07 MB 180 147
211,271 211,271 000000000000010b70a2239f823e285a93cda31154450673420c0050df238b51 0.18 MB 398 212
211,270 211,270 000000000000041019b4c20fbc176436b0792ffa89e4e68fc0430ad7b81d5ca3 0.15 MB 361 193
211,269 211,269 00000000000003c31f79d55ab1db0bb16c923321ac05e5b80903def9463ea71b 0.13 MB 282 165
211,268 211,268 000000000000031dd1d816478c91243a98298610cb391d799cee85ed0943a316 0.00 MB 9 42
211,267 211,267 0000000000000184e4673d1f1b3a253618158809f7ce839faa299e76d4507bcb 0.13 MB 261 165
211,266 211,266 00000000000004950ff3588d0ee4976216b839ea6b7da6c9967b96f7dc2147d3 0.03 MB 49 120
211,265 211,265 000000000000004db2ba9753dd7620eb41fe0ae20a6f7724a09b6fb8d2270e17 0.06 MB 95 128
211,264 211,264 0000000000000347aa1f9345e9ceeccdcdb922d63de3e370a4e3ce4f1569ef33 0.20 MB 442 107
211,263 211,263 000000000000024ebdec259ae8c47d0721a0cf06ae979bc611d4f92028707371 0.20 MB 480 173
211,262 211,262 000000000000004b747a4a389a88e11fac9080b75717fc73a5fd0cb44d6e3b24 0.12 MB 255 165
211,261 211,261 000000000000048fec86b1bc16af4a0ad46ff317e4123fff3061a017efbee2ab 0.13 MB 314 183
211,260 211,260 00000000000004752746db3bb9c0f3881bac3b69d970669450ecc0591e502ad2 0.17 MB 469 212
211,259 211,259 000000000000048d69cedadc7660ad8f8bf1eefe78a1cd59d2b3e795c3d74a52 0.02 MB 51 185
211,258 211,258 00000000000000462cf59170f3e079fca858408fa7f3c1582dc23af722f936d9 0.11 MB 248 128
211,257 211,257 0000000000000344b640049d264e546ba4b04f4e31584dc5aa5a28608ec4e478 0.00 MB 12 148
Previous 10 blocks ↓
Total Size: 661.66 GB

Node Information

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