Memory Pool Memory Pool Refreshing

70,912 transactions
30.01 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,541 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,433 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,540 (161,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
687,767 687,767 0000000000000000000aa280c107b371348efe75d94aea16f5d3fbc3c0ac9076 1.40 MB 2,621 50
687,766 687,766 00000000000000000002506a0771d16150a686eb20ef74fcd91156e5579e2da6 1.44 MB 2,083 23
687,765 687,765 0000000000000000000a11484657305caa8082865da01012e198617fa77114c4 1.64 MB 378 5
687,764 687,764 00000000000000000008a94e9881df38d28de46361366f2d00f89355cdfac687 1.43 MB 943 16
687,763 687,763 00000000000000000006e1b11cf73e9798d779f70631d518d53d445c981e50ce 1.57 MB 1,071 2
687,762 687,762 0000000000000000000838c0042c296f3dd7ab9cfadd4e23fa1793a96556ef79 1.64 MB 1,210 8
687,761 687,761 0000000000000000000d8fb12696c8c85ee48299cfc2eac67e825205e990be89 1.61 MB 1,574 7
687,760 687,760 000000000000000000069a5c0386e89851bf1372b11c00566419d2dc2708ef38 1.45 MB 1,979 17
687,759 687,759 000000000000000000013bfc120fb6e3d98f0e6cdb68edd6299a4eefa5251166 1.13 MB 725 30
687,758 687,758 0000000000000000000b77a71b30902c624448a6f8f03036a34cfb6e78bf056f 1.55 MB 1,139 29
687,757 687,757 00000000000000000000f971485354b8eb91dd69529f403447b0232a8f1bd8e1 1.30 MB 2,587 10
687,756 687,756 00000000000000000001df5b28cfbcaecc0b098a079802dd1010c97ec652c31a 1.24 MB 2,760 14
687,755 687,755 0000000000000000000ab2d2a459d0b1bd758a40304a3ef4365a4f4e548579bb 1.51 MB 2,183 37
687,754 687,754 0000000000000000000bfb5a752563e25ac1264f410e45739850ee3539be4284 1.52 MB 2,081 26
687,753 687,753 0000000000000000000d64c006cd869300496f8be5d0318d50abdc1f7b3f12a6 1.57 MB 1,154 36
687,752 687,752 0000000000000000000553910facfdfbd259c40d05ff067f888c586ae9ac5d18 1.26 MB 3,141 14
687,751 687,751 00000000000000000008250a32198feb1603a3186c1d86487b3de1eb267770ae 1.63 MB 2,343 61
687,750 687,750 0000000000000000000c5c1e2780ae30b8796cae360159a8036a79e458fdba76 1.30 MB 2,630 15
687,749 687,749 00000000000000000007a6a73c3b3160e8ac6aabd0dbadcce0760cd82dc96bd6 1.41 MB 2,044 41
687,748 687,748 000000000000000000090f3641b6f855785f8943b44feeb5229e0a74f2d9c6ee 1.10 MB 652 36
687,747 687,747 000000000000000000045a937ba31e54172f88f529bdf0447101072d32fe2982 1.31 MB 2,167 32
Previous 10 blocks ↓
Total Size: 660.63 GB

Node Information

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