Memory Pool Memory Pool Refreshing

62,258 transactions
28.11 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,742 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,049 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,741 (219,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
630,267 630,267 0000000000000000001094d8c8ab4a3adada33a97691f6cd92d1de424110f0a7 1.28 MB 3,068 93
630,266 630,266 0000000000000000000f756f30bbd6991727dec558663937fecf2e31d1622039 1.65 MB 1,822 100
630,265 630,265 000000000000000000031c32a034e0f8844f638828c4deea5f93bc0a0052fc62 1.31 MB 3,069 125
630,264 630,264 000000000000000000059eb2dd34f27f1bda9e8f1298422ac441bde4d871e59f 1.24 MB 3,091 125
630,263 630,263 00000000000000000006df2f31dab9a0931a01f237a6dc8a8f76dc137f915205 1.27 MB 2,816 123
630,262 630,262 0000000000000000000ccd21e300871bd932f5870951e0c843d2464f5b8bda5b 1.22 MB 2,874 107
630,261 630,261 000000000000000000079c66335bdd01de71622c85675036927172a7710af06c 1.21 MB 3,110 113
630,260 630,260 0000000000000000000df47913f25eec693b60d85a77ed3f80143ca55f108878 1.36 MB 2,984 113
630,259 630,259 000000000000000000000ddef68db5b34c60728be2b918bea263ec27dc6a50cb 1.33 MB 2,545 124
630,258 630,258 000000000000000000051c53dadb17cfb7d3617908473fe2f6d9a36a54d6b40b 1.25 MB 2,601 121
630,257 630,257 0000000000000000000c442bb7c8ae71e640a7b29b16a7665022fe0d76583907 1.33 MB 2,937 122
630,256 630,256 000000000000000000102061b24139f3f0804a977f3caa56acc41fcfd0ad9a31 1.23 MB 3,084 113
630,255 630,255 0000000000000000000918f9f8557907b0486f5962f9d41f4b52d9df8a1c3173 1.31 MB 3,046 134
630,254 630,254 0000000000000000000a5beba3c3bcc422750b1ef44aadabe8099a8fd23bbf40 1.30 MB 2,515 116
630,253 630,253 0000000000000000000e6701f2a28b7c677c94980ad353342394177d300cf904 1.27 MB 3,144 130
630,252 630,252 00000000000000000005db443dc69fd766f8481fd12c1af552f1cd26351709ee 1.29 MB 3,383 159
630,251 630,251 0000000000000000000782c3f2bcc6a706f0fcc0d74c369bd5d8c5fe094e4d31 1.15 MB 2,059 104
630,250 630,250 000000000000000000027f2c7461c9ed951314d6886df16042e1c54bab0c48c8 1.23 MB 1,910 108
630,249 630,249 0000000000000000000e8ce7ddb246b85b7a990b221db0c643b00bdc8835ef0c 1.57 MB 2,256 115
630,248 630,248 0000000000000000000cb3e60b33f477ce3fe714e738669f63f2874c6e84d5c5 1.61 MB 1,914 119
630,247 630,247 0000000000000000000a6b609f71506e6dedd03782f865c03e1512a875a7287d 1.22 MB 3,119 143
Previous 10 blocks ↓
Total Size: 661.02 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: 689.20 GB sent, 4.13 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.