Memory Pool Memory Pool Refreshing

67,245 transactions
31.91 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,965 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,991 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,964 (66,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,798 783,798 0000000000000000000558abb5e148a5b0836b96c8bd3822e5b7925773d58d67 1.56 MB 3,292 37
783,797 783,797 00000000000000000004a8d61d20bbc3b8ab8276492b79abafa72558147c5ef3 1.53 MB 3,326 27
783,796 783,796 00000000000000000001ec7da2512f0725128fa818162a1d779afca193b84e9a 1.56 MB 3,800 28
783,795 783,795 00000000000000000005163b371fa68b8e0c11dc9fbf6ec3846a09961ba2ea68 1.53 MB 2,108 20
783,794 783,794 00000000000000000000e02949eb8ad4d2ec72850b4f81403db7c3b929cbf855 1.41 MB 2,595 39
783,793 783,793 0000000000000000000316831547cdac9903b46eeb06d31f870668f0b4910314 1.57 MB 1,672 36
783,792 783,792 00000000000000000000a2df0b87e0f9915a60282957c78d59e5d30d2ad10a28 2.01 MB 1,725 48
783,791 783,791 00000000000000000005437c68a1f496fb22d4df6e5036c47d037795c5a2f762 1.51 MB 3,371 27
783,790 783,790 00000000000000000000bda0b3d2f852f770d5319cef76b26f018520ee905210 2.09 MB 1,877 39
783,789 783,789 00000000000000000004db561b85209fe0ed20551fcb51584358f841cec68817 2.04 MB 1,344 41
783,788 783,788 000000000000000000021ce0297b96830ef21c49cea6792a3dd524efcd450588 2.12 MB 1,681 38
783,787 783,787 00000000000000000003b5e1a52b9c8f45d2a3d65edb6de42bd2459f6decccc3 2.09 MB 1,665 40
783,786 783,786 00000000000000000000362141dede62b72b31931a85b282d6f410a28953c1df 1.50 MB 3,174 22
783,785 783,785 0000000000000000000517e08996a57285f9ab14e567607eefcaca4eb2c725af 1.54 MB 3,262 33
783,784 783,784 000000000000000000017f55152be4c8cc3b3331946ee38c05533438d026e105 1.40 MB 1,385 16
783,783 783,783 00000000000000000003609883d72c4a574b82f4a0cd87a18e8d718e470569b7 1.71 MB 2,596 17
783,782 783,782 0000000000000000000326204e8f5f6f3aebb7eb16f99485ce8f2de882d65502 1.57 MB 3,085 22
783,781 783,781 00000000000000000001c1c3e7610712c1203a90f17ac616fcbd8e6191a84f02 1.47 MB 3,392 29
783,780 783,780 000000000000000000023fc58efc646ae0b20bca021d42fd8c34bd7a6ad49652 1.33 MB 2,078 37
783,779 783,779 000000000000000000028a866337bb1e7538033045bdf100d35c2602520d8727 1.32 MB 2,509 32
783,778 783,778 00000000000000000002fa5ec826f59b54f2a9f8cadce6caf24d660cb6cda453 1.48 MB 3,653 34
Previous 10 blocks ↓
Total Size: 661.44 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: 907.12 GB sent, 6.28 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.