Memory Pool Memory Pool Refreshing

63,124 transactions
35.13 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,667 (523,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
325,835 325,835 0000000000000000075fad6faa4a9660a96d2c0af7e121c7dfcc40dfe6c5add3 0.05 MB 98 28
325,834 325,834 00000000000000001a50cef870900dec3e35de451ef15400632ada9be0f18a05 0.11 MB 189 38
325,833 325,833 000000000000000015021faa0507f66d802c23f8f8aa320f020a010c4a4ad955 0.19 MB 332 30
325,832 325,832 0000000000000000022e90f498462d91d8e2bc19dd4551124b74bc57a9a107ce 0.07 MB 119 28
325,831 325,831 00000000000000000a143f68b7761c5bd94b2644bfda2b9b626f4786f319c71d 0.11 MB 241 26
325,830 325,830 00000000000000001de655c0d9bf7ee017775a359c7376473a915939ee01ec1d 0.40 MB 710 27
325,829 325,829 00000000000000001ce8fa47205a4119c4342cce305dc13bb08991f7051e6236 0.17 MB 337 32
325,828 325,828 000000000000000013e144f4ce977fd4073f8a2b064505f6caca8fd6c6d71854 0.14 MB 196 23
325,827 325,827 00000000000000001be1071018c3b1a71ae4213b95174e27ab86f0413638884c 0.24 MB 512 37
325,826 325,826 000000000000000000af709a50dd652c2961f13c5970e4f1072830afc2a78a7c 0.02 MB 40 20
325,825 325,825 000000000000000008133dcd1f74a90052d3901aa2092c224ef62ccb47c501c2 0.10 MB 214 27
325,824 325,824 00000000000000000d96ce1dd3b8c8aa4ec641e5d3bf8a2e1b392ab739355b7c 0.21 MB 459 31
325,823 325,823 0000000000000000007230df782d27f618fdf722a046293627d4bbe85beda354 0.13 MB 221 26
325,822 325,822 0000000000000000037dcbf433a7c13af4eb5caf62d0ccea7ddf41b4c58237a3 0.15 MB 352 33
325,821 325,821 0000000000000000114c7b789b2813627370a4334f2b1649381377ff2fe7fada 0.09 MB 216 35
325,820 325,820 00000000000000000edf6be55f4d30405275c79a0a0e501132a2ad7cffdc3552 0.02 MB 52 32
325,819 325,819 00000000000000000881a93a7adb74c9257c98c163f78f419934c765b1d1e7b1 0.03 MB 65 26
325,818 325,818 00000000000000001b38fa7761af873114aa64359978979ef93635c1dccc976f 0.06 MB 133 44
325,817 325,817 00000000000000000f0d680ec77307e7dd89d9329094b184f8ced71427513db2 0.05 MB 119 26
325,816 325,816 00000000000000000accbb91d7f4da0646f6124b1e0e1a2b0f3d8a5e5ca55835 0.14 MB 271 33
325,815 325,815 00000000000000001b06ed29712b2d6fc60c8bc2a2a297e3daa334375ff048cb 0.05 MB 118 140
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: 616.67 GB sent, 3.58 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.