Memory Pool Memory Pool Refreshing

50,207 transactions
36.55 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,031 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,940 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,030 (496,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,927 353,927 00000000000000000f2a298b636ca33c5166019ac26b85085fc6001536ef2fdf 0.23 MB 485 23
353,926 353,926 000000000000000006d19d753a6f9961547555e88a85d9e649b96b6274058fd9 0.55 MB 1,041 25
353,925 353,925 00000000000000000dbbfcc8371782a108e53881af156ea0141962d4c890ceac 0.10 MB 80 9
353,924 353,924 00000000000000000f5213ef3e969433ee93b58fa140511782ed844ce660ba73 0.68 MB 1,467 27
353,923 353,923 00000000000000000e4745701669031a0aa21794bc3327e6ee340bda68d96ed4 0.42 MB 778 28
353,922 353,922 00000000000000000025dcb57b5ca5f72f1f2db5744c5bcc866088b97eeb06ec 0.26 MB 527 27
353,921 353,921 00000000000000001492615a05ba8b97b220a0f800e566bf9c4b59f9f1ef5471 0.05 MB 123 27
353,920 353,920 0000000000000000097a7d642070f657db18cecf710766ca49d39247ce07d875 0.75 MB 960 16
353,919 353,919 00000000000000000d07edc6be48280c2bbdbc4342cff1a84f7e31aeef0a34dd 1.00 MB 1,811 27
353,918 353,918 00000000000000000bb54df943f7963f8174c36f43b2df297dd0ba9b4ab5db16 1.00 MB 2,652 37
353,917 353,917 0000000000000000157c049a122781c53cf3136bb46d4d852e2b4b27db135e05 0.35 MB 644 22
353,916 353,916 0000000000000000063c18bf90eec123555614640ff802ef73181e4126cc1fad 0.16 MB 227 18
353,915 353,915 00000000000000000ab34683fb0166f4ef22247f1e4ca43c8b793f4713e01f64 0.24 MB 428 22
353,914 353,914 00000000000000001076bfd95144c513aaac785d8410eaf633dbcbfd18d4e0e6 0.00 MB 1 0
353,913 353,913 00000000000000000b911f778e797066057a2a3c84f47d1b98860a7d914d043e 0.37 MB 475 13
353,912 353,912 0000000000000000090ca6c517416fc2f070fb6afc56dc745f970af770c6136e 1.00 MB 2,409 33
353,911 353,911 0000000000000000037dba3bff048099b667c81171de813527d64038842db96f 0.43 MB 809 26
353,910 353,910 00000000000000000d6a33351c345a6335f8f1d0c5ce6a722debe7d49a177730 0.10 MB 231 27
353,909 353,909 00000000000000000614225d5398eeab47d418c56af9edae52d70f62ca517387 0.47 MB 878 25
353,908 353,908 00000000000000000ba1b0b90781793eb404a750dde612874ae28407aa5540bb 0.37 MB 727 25
353,907 353,907 000000000000000016550079d11cbabd9b6a24898805d149ad2475702859fefa 0.41 MB 571 14
Previous 10 blocks ↓
Total Size: 661.57 GB

Node Information

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