Memory Pool Memory Pool Refreshing

84,008 transactions
29.14 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,511 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,722 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,510 (322,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,743 526,743 0000000000000000001933d2ed24ccd322e82681f87f232856ac113701a3297c 0.60 MB 1,358 9
526,742 526,742 0000000000000000001d161466097ddbb6b940d9c31f66cae22ec19315ad33d9 1.18 MB 3,096 30
526,741 526,741 0000000000000000000b53fd33703494446bd2aa607a67ceceff07c76754b69f 1.16 MB 2,254 478
526,740 526,740 0000000000000000001da7740fbcbbd48423cf4af8a0a445e1c5af7f633be868 1.02 MB 2,517 17
526,739 526,739 0000000000000000003896ba33915aaa5ea01d3b1ba3a3d553436d33ecf1bfff 0.31 MB 707 28
526,738 526,738 0000000000000000002b74dfa7afa9d09b6777b65360a1f471d8277642b5ff56 0.79 MB 1,885 16
526,737 526,737 00000000000000000017adb1d0b9ba201696dccd597bfb7fa66008fe60f6a2c9 0.45 MB 966 22
526,736 526,736 0000000000000000001ff4196196755fda44cfe89ee02334f10a8dd764bf4a71 0.90 MB 1,809 24
526,735 526,735 00000000000000000028847580ca3326bc36b7e5d2a36c4b7006d4ef2b1d37bd 0.70 MB 1,738 20
526,734 526,734 0000000000000000000be19e06c4d6234c601e3ad59066e4414ef3110f40b966 0.61 MB 1,572 17
526,733 526,733 0000000000000000002532e0b0568b232a131a5ef8329f6644089fc9485be0b0 0.45 MB 1,142 10
526,732 526,732 00000000000000000038b144874092f5b51199cdbabb1211213676a8fe1d4e19 0.16 MB 301 51
526,731 526,731 00000000000000000036b64511a1080bdab39b575b4dfffb690cbdbe794cddbb 0.04 MB 102 14
526,730 526,730 000000000000000000113c99f7120ac432109e772ffa1d6476c390abddcf550f 0.36 MB 697 18
526,729 526,729 00000000000000000033895359940912e53be22e7c0479927ec1e39827adfcf1 0.32 MB 669 21
526,728 526,728 0000000000000000002ded0e08ff3ecffb8c66c8d661d9aa1bbd0279eea0c66e 0.24 MB 572 20
526,727 526,727 00000000000000000000a7033102721d674256f089399e6e1ab1675de1fdae3a 0.34 MB 661 11
526,726 526,726 00000000000000000001e01375613f0d086c1ff2d3ce450aed4116f9087a25d1 0.04 MB 78 38
526,725 526,725 000000000000000000211430ce948fa4827ec94c31ffc241dad36fb94cada8b5 0.75 MB 1,384 26
526,724 526,724 00000000000000000007bb6d2669ea92f22d80fedb8886c970247f1687742f98 0.02 MB 55 10
526,723 526,723 00000000000000000000ad86787f6f06268009647e8f5a68b7e6bdd6e1dc5ad8 0.29 MB 743 17
Previous 10 blocks ↓
Total Size: 660.57 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: 462.57 GB sent, 2.23 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.