Memory Pool Memory Pool Refreshing

66,220 transactions
30.52 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,444 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,196 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,443 (359,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
490,268 490,268 0000000000000000003d6850f9c8cf8cbd2dbb4535287907dd2c61fa6249c66b 1.03 MB 2,416 199
490,267 490,267 0000000000000000004d46940dc1b859e0667d4241f9aa95bd8888f75779a8b5 1.11 MB 1,805 142
490,266 490,266 00000000000000000015f25c3a6390790dabc4f3fa1583d2f76b9e1a6e4a48e5 1.02 MB 2,500 230
490,265 490,265 000000000000000000be8002daceb8123fe99738628a273577ea8f100ae0da34 0.09 MB 194 197
490,264 490,264 000000000000000000b7f7a4a855b267b4644472572f653f6c1f80707d3a11df 1.10 MB 2,039 105
490,263 490,263 000000000000000000b7e4411e9fbf19ac6c8428886efb0b29aab21b5620fedb 1.33 MB 433 11
490,262 490,262 0000000000000000003da51075932ad56f1bba865d06adfe99de429b4d1089f6 1.00 MB 1,987 107
490,261 490,261 0000000000000000000b790f6e3b682cdaf94f844f8159eb878c4e9f618c7c90 0.09 MB 165 77
490,260 490,260 0000000000000000009f5def49725b163f08a9177cbc77a160f1e3f146c391ae 1.26 MB 959 19
490,259 490,259 00000000000000000029500c6d516e10d0adc8df45337cb8e2fd82389bccf6aa 1.09 MB 2,486 113
490,258 490,258 00000000000000000051186a82c5b1d174ff5061fc52b4de582296052b73a64d 0.14 MB 363 159
490,257 490,257 000000000000000000a71f139708da6bc7911fd8306d2b68675eb4ca44523008 1.09 MB 460 6
490,256 490,256 0000000000000000007b3d5cd59dddd1bf42c32ea408bc2e079487c8c7de2906 1.04 MB 1,984 41
490,255 490,255 0000000000000000003183b38840268173a6d446e787a44e42697970f586077b 1.19 MB 2,555 69
490,254 490,254 00000000000000000035d5d6889df36a1147f803cd9b2e43bd0297cb21a8bfa3 0.55 MB 1,080 165
490,253 490,253 000000000000000000c4331a09b2510b47fdf33b0612e12b02dc2ab5327fb133 1.11 MB 1,869 85
490,252 490,252 0000000000000000004df4fe907aa0bb2e9e5de774c04b0f44ecc32321095829 1.07 MB 2,619 169
490,251 490,251 000000000000000000d3eacb108da16bb87e4f3da9ffc7b2aa2fbe813c855cde 1.02 MB 2,467 212
490,250 490,250 0000000000000000002494ab78ea464275031b06d53e0d1276d1d7d7c7fb4c70 0.42 MB 891 126
490,249 490,249 0000000000000000008fe41bc9510f599c151434cc4dd47b973dbe2c108c7719 1.00 MB 1,018 49
490,248 490,248 00000000000000000029b101fb5938ffaddcdaaae47febe132477ccbacfacf0f 1.02 MB 219 12
Previous 10 blocks ↓
Total Size: 660.45 GB

Node Information

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