Memory Pool Memory Pool Refreshing

72,091 transactions
26.54 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,531 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,794 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,530 (192,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,923 656,923 0000000000000000000f895862881d2bccbdd944fe6a745f961f7a2b10368ffe 1.14 MB 2,679 4
656,922 656,922 0000000000000000000ffe1b924932fd0f89e4d713026033a457ff7f36a4941c 1.28 MB 2,422 34
656,921 656,921 0000000000000000000176417cf58668708a3302b28b91bf18195bb4e42a871a 1.18 MB 2,950 22
656,920 656,920 000000000000000000104499746cfd178e0bb56797a7a31b1ddc9845512fe6b6 1.10 MB 2,780 14
656,919 656,919 00000000000000000003712d4f2ee2c4f5183123be43ac542cd12b68e4b31329 1.45 MB 2,178 61
656,918 656,918 0000000000000000000e09e53c2b45e947f6ce89d78a988a8ac959585bd524eb 1.37 MB 2,333 65
656,917 656,917 00000000000000000005bcf6d6bc4a25d5ee2af29b6d2fb07f6c29bb48512412 1.37 MB 2,459 51
656,916 656,916 00000000000000000001398c7b972de7420d4efae63ef15036da625877ca4ca3 1.22 MB 2,019 82
656,915 656,915 0000000000000000000a2f6a2e320f3609b8eeb3baf5f96d8f8f3a5683a39a3f 1.35 MB 2,896 60
656,914 656,914 00000000000000000003eb0886ac8b10ca347d0ea14955f826e6f3212d528192 1.30 MB 2,483 30
656,913 656,913 0000000000000000000dffc87b04eef726f72176a4dde6d69c1355cd94c63056 1.48 MB 2,458 65
656,912 656,912 0000000000000000000aa4f16a17d5f15bcd57a0c97995e1ca2a663591ebce3a 1.28 MB 2,374 53
656,911 656,911 00000000000000000005f3f6845794ab81de90cb51a91522ad16dce4a5894ebe 1.36 MB 2,673 72
656,910 656,910 00000000000000000009b830bfd469617faeca1b4283b8d5135c4856f7d8b1df 1.35 MB 2,745 141
656,909 656,909 000000000000000000010a054fb0f5b253efab7bcf1d24dc17223ba71d1f6cf8 1.34 MB 2,512 54
656,908 656,908 0000000000000000000447d9db4fd6b05db1f0197b50e169c4f511e96bed95f7 1.37 MB 2,751 54
656,907 656,907 0000000000000000000e0b03a8ba57e8d84b40a465b3a8d22a2049cc3ca7152b 1.29 MB 2,850 27
656,906 656,906 0000000000000000000fc393ccfb6f06b444ecdeed889ec51de34aef1d5d46e3 1.35 MB 2,715 73
656,905 656,905 000000000000000000107c875e8a0add5c2641429a0e1ad50b95af501916bb57 1.15 MB 2,293 19
656,904 656,904 000000000000000000053b5439629836df8ed1e2b3a90038f90ab9c6fc79a921 1.31 MB 1,477 10
656,903 656,903 0000000000000000001063a6f95883d86309d0ed938c955af0620b971c10105f 1.35 MB 1,702 81
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

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