Memory Pool Memory Pool Refreshing

65,890 transactions
36.35 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,668 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,657 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,667 (180,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
669,297 669,297 000000000000000000060e3e2dc12e4ce4cee2e178d1d55925e0534117dff4aa 1.32 MB 1,527 27
669,296 669,296 00000000000000000000a8cadfe13269f8e00969c14b624adc1dfd3d290f2a4b 1.39 MB 2,434 45
669,295 669,295 000000000000000000036283aad1e5b06feea17dddc338471805816a2d67f438 1.30 MB 2,484 55
669,294 669,294 000000000000000000030a6df19cf5ff90ec3e0e9334141870f2f82f94a5bcbb 1.27 MB 2,573 96
669,293 669,293 00000000000000000009a09d3a907d1c0f1fba9b707a30991a5958eef06c533d 1.42 MB 1,704 43
669,292 669,292 000000000000000000064e86493b31bc16b115c203d757881d16c460c788527c 1.20 MB 2,944 62
669,291 669,291 0000000000000000000975b79b6c5955adb82b4eeb9ccb2c4aeb327d62569e1d 1.24 MB 3,295 69
669,290 669,290 0000000000000000000bd2f317a2a591eb68f31dac3a55f0d4f3438954c31614 1.43 MB 2,881 125
669,289 669,289 0000000000000000000d7a9f61db57c6e148bbb7cf91e054274aa29e1a1db778 1.44 MB 2,008 137
669,288 669,288 000000000000000000065c4eab3b65042fa431d22fd801236b61a4d886531855 1.19 MB 3,029 90
669,287 669,287 00000000000000000009ee5aea19ff806a23a5b030c7f7f19c623cf91f625bd4 1.19 MB 2,276 104
669,286 669,286 00000000000000000004e08518f19e07b197e12b636a19b85913340803ed3176 1.48 MB 2,322 132
669,285 669,285 0000000000000000000a3113f4249f65d1ecdc252c81e5766ec2adfd15b4f28b 1.36 MB 2,013 138
669,284 669,284 0000000000000000000c79061857353ce255393f627a7f984d19782fc78cca5a 1.28 MB 1,706 124
669,283 669,283 0000000000000000000ced4b39caccac5435000a326e1a83e4b5f8533cc3ad87 1.46 MB 1,691 138
669,282 669,282 0000000000000000000c17f887985c889d9bc1698a5b5659a2d2800f99a66a1f 1.54 MB 1,811 138
669,281 669,281 0000000000000000000a07254b2f1dca823f75a02f115d3365fa06e882e90ce1 1.34 MB 3,176 159
669,280 669,280 000000000000000000038358d6470d710413d644e188ce29c534edc5deba7dda 1.38 MB 2,486 88
669,279 669,279 0000000000000000000bc0a528a5141d88157221a1260bd7e0af7f84f0ae7697 1.32 MB 2,683 57
669,278 669,278 00000000000000000007bdbc1bda8b4825b79dafe7aed573a91f5f7724bfc640 1.33 MB 2,574 68
669,277 669,277 00000000000000000003f1aa116a9804beaf6b25500bb4c8508587a8e2717697 1.20 MB 2,826 73
Previous 10 blocks ↓
Total Size: 660.88 GB

Node Information

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