Memory Pool Memory Pool Refreshing

60,972 transactions
33.96 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,674 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,492 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,673 (196,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
653,258 653,258 0000000000000000000672bb49fbdf0269dd047d6704ff87c6225f8d8746a21d 0.62 MB 1,123 28
653,257 653,257 00000000000000000000de5b82abe65a731fef0e52290112b081c93d4a47a2a9 0.48 MB 912 42
653,256 653,256 0000000000000000000c2624323637a192e28616a240554e779a07cae7ec033b 0.65 MB 1,019 20
653,255 653,255 00000000000000000008bd88e6f53e498dbcf234b07b7b595227431f01c3109d 0.59 MB 1,179 24
653,254 653,254 0000000000000000000815f947357408fb0ef31b6bd98583467a35304f039e54 0.21 MB 471 25
653,253 653,253 0000000000000000000b93db7b61ce9552344c9755db00d811234c23062cfade 0.45 MB 1,004 31
653,252 653,252 00000000000000000001a17196b742dacba7d2d1a6554d6b0247707920cac6c6 0.42 MB 615 37
653,251 653,251 0000000000000000000a5b28b280ad0dff2f424db52531e28cbf53b34a70d73d 0.73 MB 1,257 21
653,250 653,250 0000000000000000000100260e9c1cc13c933757bb7e49df791654a824adcc2b 0.07 MB 139 33
653,249 653,249 0000000000000000000ade9a57f1ecbd17bcfeb637bd75da2b517b948d60d938 0.05 MB 109 30
653,248 653,248 00000000000000000003568eb2a93a9d8329628879fbb640ffd28ddc4d4ddca8 0.84 MB 1,598 15
653,247 653,247 0000000000000000000094fb849b58522e340ea810a00ca16c13aa3164f06644 1.30 MB 2,677 34
653,246 653,246 0000000000000000000aa951d4e3578eb22217638097c4355d65855e7bc6e36b 0.33 MB 719 28
653,245 653,245 0000000000000000000bf9b437033018c4c924e0132cd5d06f78574d6e05e189 0.23 MB 380 28
653,244 653,244 000000000000000000022e6a06722e17a04392b69b249193d0716457022a9b1c 0.21 MB 486 24
653,243 653,243 00000000000000000009f187086b87a504ab63a0573f6d827d978c626f506d62 0.16 MB 311 32
653,242 653,242 00000000000000000006f145eeb35ded0ee1af78bc46f1842513c029dce051c8 0.11 MB 183 35
653,241 653,241 00000000000000000001528e575fd2ee6f9ac32008df95b4668305fb45ef2eb8 0.05 MB 101 26
653,240 653,240 000000000000000000090bd9a8f07cd4babfeb5d58cb2cea73b5eacd75810fac 0.34 MB 693 29
653,239 653,239 0000000000000000000c253535162835a580c46af7af14e2d8a3c0b36f3c7010 0.10 MB 225 26
653,238 653,238 000000000000000000091c4a2b8ac1d14c24551cd9c7e9d44ff8af75d24a650f 1.28 MB 2,724 11
Previous 10 blocks ↓
Total Size: 660.89 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: 623.38 GB sent, 3.62 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.