Memory Pool Memory Pool Refreshing

83,929 transactions
35.66 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,628 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,649 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,627 (150,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,869 698,869 00000000000000000008c5dd5ff8193f38d48f5a9e48c69318ba4c92b3af495e 1.45 MB 1,836 11
698,868 698,868 00000000000000000004bd845b5745963dfc967a1abb65c02db144fa11987e73 1.51 MB 2,821 22
698,867 698,867 000000000000000000003cc7f2ba1e00b377ad955d1fbadfa7c9843c9ca90903 1.35 MB 3,137 32
698,866 698,866 00000000000000000008482dd1b6fad08ace9c7eb9bec4dbc7ca66d0124eaca1 1.27 MB 2,214 10
698,865 698,865 0000000000000000000854a81c986dc02391c3ee808548229da79add7bfed925 1.36 MB 1,742 15
698,864 698,864 00000000000000000005081b88f3faf447f5def56a6b2d3b850946c85fb9d42f 1.35 MB 1,173 9
698,863 698,863 0000000000000000000dc658a4412af995a1dd12b789ca0d9769bd5b5f20240a 1.61 MB 2,919 10
698,862 698,862 0000000000000000000c3f594c0ac29706e1a5421303df9f6022640361b7074d 1.42 MB 3,114 26
698,861 698,861 00000000000000000009ad4c1452c7d28caec111aa817f3d308db0b27f0dcd26 1.34 MB 3,079 34
698,860 698,860 00000000000000000006d0e5449c601d6814885689514575c6d921fd2a58f0ff 1.55 MB 3,032 5
698,859 698,859 0000000000000000000499d1034080d154ab0dfa4f9923535382d5342748c6e5 1.45 MB 2,939 20
698,858 698,858 0000000000000000000f70434155185799e6e743bd29a1812f4023b9ee761252 1.53 MB 3,271 14
698,857 698,857 0000000000000000000713e6c6cf1c4bc1bc7cc081a804c68b254787101cc0ad 1.10 MB 705 11
698,856 698,856 00000000000000000005fdc9b86c0c695d7a58d3ffeb742a0301b6fcbdc9a493 1.52 MB 2,753 13
698,855 698,855 0000000000000000000a955d41100ada7aa0d2783c3b644d62faee41f3d890e4 1.42 MB 3,113 21
698,854 698,854 0000000000000000000b479c5839b8c52e4b9bd99801a77ffda39ea7f180dd47 1.48 MB 3,647 18
698,853 698,853 0000000000000000000264db66748b05f52056f76be536bf8ea15847d4d139e7 1.46 MB 3,078 30
698,852 698,852 000000000000000000013ea4f003c27d636b383455c0fef4dd23adb0e7e8db5c 1.12 MB 973 23
698,851 698,851 00000000000000000007f23dd09fba49e56f4004b919483e2261259d5f65401f 1.10 MB 816 30
698,850 698,850 0000000000000000000957d874a773f77a632cd79e0c2b359f91649dd9e7a9ed 1.50 MB 2,263 17
698,849 698,849 000000000000000000085fbf26dd06b1c0dac7ab85657a91ec3389f96f3a4cfa 1.28 MB 1,757 6
Previous 10 blocks ↓
Total Size: 660.80 GB

Node Information

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