Memory Pool Memory Pool Refreshing

87,351 transactions
34.59 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,774 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,528 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,773 (526,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
322,802 322,802 00000000000000000fd9ef74aba5f8bbcd4279ea06c8926bb25ef6509cd2a59f 0.07 MB 159 33
322,801 322,801 00000000000000001d34f09989becf8d4464948af4bdee2c5304714a6dbfa4bb 0.53 MB 1,043 26
322,800 322,800 000000000000000010b2aeff300ab4df14681cc1b5af25551434cc1b909291db 0.04 MB 128 22
322,799 322,799 0000000000000000146c4f77196322bdd1dcba24d880d1253a235ca78a7fe031 0.68 MB 648 15
322,798 322,798 0000000000000000177fb7bdbb036b0582afe752b9f32c13b5611d8d25b1803e 0.35 MB 773 28
322,797 322,797 00000000000000000cbc8aa62259c5ec8ec814c480193aef18e862f2fabf3c41 0.35 MB 1,152 44
322,796 322,796 00000000000000001a6da791950b70a8277ff81900c5f39ba699803846182cbe 0.59 MB 935 25
322,795 322,795 000000000000000012ef4b63c39bdf7daeee2309d5add7ad2c9c38aa4973f27e 0.07 MB 65 8
322,794 322,794 0000000000000000122b3e6c8a6d936d0faae03b32ad560eaec8d1e12e594998 0.09 MB 103 14
322,793 322,793 0000000000000000044e3912e07bc802188f692fc50ec551f671a80ccf31efa8 0.52 MB 878 26
322,792 322,792 000000000000000003a92f6510389507c1880975554dba59759f681aa5880256 0.62 MB 1,022 26
322,791 322,791 000000000000000015fbace0bafb834b851f22879996d53abf0d1f9c62408ad7 0.00 MB 1 0
322,790 322,790 000000000000000000d87e0df313c57688fd964b11ab20e546006a1e8ebd609a 0.40 MB 397 19
322,789 322,789 00000000000000000d702886ba1153ce51e54219ec6ed2dadf711bd933d84815 0.35 MB 639 29
322,788 322,788 00000000000000000d7a8d42111e3edeeaebfc0fe106b44760d25e84bf79974d 0.27 MB 593 33
322,787 322,787 00000000000000000d06f8506162cd8ce40135aef47dbb824326b310ce871501 0.03 MB 35 9
322,786 322,786 00000000000000000bd53b929e53aa933db4e7abb83c8b79e6d2564337638cad 0.35 MB 719 34
322,785 322,785 000000000000000014602f8e9fca12551e47743d1aee07df86f284fbc89c2be1 0.35 MB 590 21
322,784 322,784 0000000000000000067ec6145cb812c39c8a7a1e517874da7e789cfd6ed48f39 0.91 MB 1,649 28
322,783 322,783 00000000000000001595d7bf14ef1291e90d49d96fa2d4b0eaccd1763fd16e9b 0.13 MB 281 32
322,782 322,782 000000000000000007f3590db09eafb0eeb0d6fdf725d7dfaeef95b8763256b9 0.25 MB 498 31
Previous 10 blocks ↓
Total Size: 661.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 109 incoming
  • Data Transfer: 720.86 GB sent, 4.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.