Memory Pool Memory Pool Refreshing

79,662 transactions
37.96 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,124 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,846 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,123 (566,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,494 283,494 0000000000000001ed87cfe2a22bb9781c52e0f80f00886beabbcbd9d5e0a1d4 0.05 MB 175 81
283,493 283,493 0000000000000000a5b26e093d0a4a06b47000a66d876c8cab8f6b027c26cd95 0.35 MB 899 45
283,492 283,492 00000000000000010537e0ab5a460e3b461077993655fdeee29caddcb90ea9a8 0.10 MB 175 33
283,491 283,491 000000000000000019d7d2ddef2d0a987cdeafb313e6adc3e21ec001f8857f44 0.25 MB 749 77
283,490 283,490 0000000000000000292b0cfd7824fcc93bdfffc7b927bdc49f127d4e5285fb5a 0.05 MB 109 40
283,489 283,489 00000000000000017adae0a02c36e7a6379991aad2ce35c2ba1b540aff01d7b8 0.66 MB 746 24
283,488 283,488 00000000000000003ce65d81db800bd1f47731ab7bff34c8695393a9ef438cb7 0.06 MB 125 28
283,487 283,487 0000000000000001ec78bcf7091c2dcc796903cf61c83ab2aeb5ddf440a3e50e 0.34 MB 804 46
283,486 283,486 00000000000000016dd532c4e21c7950a9938ef6b49b94d1887ab2940c872cea 0.10 MB 257 67
283,485 283,485 000000000000000048a988d1156b06d1461172b58b8815b465f32029fce072ca 0.09 MB 174 28
283,484 283,484 0000000000000000fff021bf2a2b17b21b1e77e6dda90ec5d8ef0b13941204e2 0.04 MB 89 31
283,483 283,483 0000000000000001359dc26d2353fe1e1ec328fe5c550d7988d01a658acd65b3 0.12 MB 223 27
283,482 283,482 000000000000000035ed59fb737707339cfb95f7ac54737f0f9fbdcb61520278 0.05 MB 144 95
283,481 283,481 000000000000000110fb3eef839631a3ad47e19c8629a470dff60ec161e99654 0.09 MB 204 45
283,480 283,480 0000000000000000a69c36a015ea3bcdb61443a87d4fceed771fd7709a4bbb02 0.03 MB 85 30
283,479 283,479 00000000000000011ade465bf2f247a374949db1b0a18ff6b26cf16e116e1bfb 0.16 MB 355 43
283,478 283,478 0000000000000000facb31bd3365a3aeb5db0fc735e0a432a3f992f11f74232c 0.05 MB 103 73
283,477 283,477 0000000000000001f0f5936631ea5645798c554c30814d1bcee0c36a437e88c0 0.18 MB 331 45
283,476 283,476 000000000000000138d3ccb74b106984efc6defee0161986cb83f326538fb579 0.21 MB 205 26
283,475 283,475 00000000000000018381e667e8dcb3460f3e5ecc02bf34a87678e23d7fe8f2b6 0.05 MB 119 27
283,474 283,474 0000000000000001bc2c89f1977e7d71959774a83d696ba479fe4c29b5ec63a4 0.29 MB 524 29
Previous 10 blocks ↓
Total Size: 661.74 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,090.88 GB sent, 7.67 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.