Memory Pool Memory Pool Refreshing

75,736 transactions
34.99 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,604 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,270 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,603 (67,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,923 781,923 000000000000000000007407a12108b26dd123360b62fd8d0b0ab8ec6d0f5ca3 2.04 MB 1,927 19
781,922 781,922 0000000000000000000247005622c80648f1e5945870d099db556935a98ac846 1.64 MB 3,378 32
781,921 781,921 00000000000000000003472bb196fc43941800d54b6df848e529921566d0a055 1.26 MB 1,860 16
781,920 781,920 00000000000000000000d1f4d98e115b48be67ed03c6cdf58510840363d79e4c 1.35 MB 2,552 30
781,919 781,919 000000000000000000005f5cd0957e2dbe682b2233569c08f7ae2f9d850fbc5c 3.46 MB 516 9
781,918 781,918 00000000000000000004463c4be42c5bab6a52a8ca3ed57e3418b69e52674953 3.11 MB 1,013 12
781,917 781,917 00000000000000000005187975803d6af6243be7e13cf7f1f8b9b0e2347f72e6 2.65 MB 1,553 18
781,916 781,916 00000000000000000003fae2df84ebdd74ec68e0bf689955ad6cfe212114c291 3.70 MB 349 9
781,915 781,915 00000000000000000006455610fa2a975c5d6beae78c41457527f743d65a0c41 3.13 MB 1,108 12
781,914 781,914 00000000000000000004f3420ff3a7ea49089bfd486642cc8707be5e83ceb8e0 2.32 MB 1,080 16
781,913 781,913 000000000000000000025e445941404068cb58e1e1e784398c793c292075c176 2.34 MB 1,257 12
781,912 781,912 00000000000000000004f379a0930df5e346dbde8e04a2b9757bfbccff7ce419 1.28 MB 1,632 18
781,911 781,911 0000000000000000000037ca603328cabbba2e6f1c33ed678680910945819fb1 2.30 MB 1,730 19
781,910 781,910 00000000000000000005d487b04f80b8d1fa3d5b67e4aed001eb61475c8b3320 1.50 MB 2,471 23
781,909 781,909 000000000000000000043678f13e04ff7ef8591d2d2f251e288dcedef3089fb6 1.38 MB 1,939 25
781,908 781,908 00000000000000000001b6e1632c903fc37db894d3f2429d5e9b819a18a7fbb8 1.96 MB 2,251 22
781,907 781,907 00000000000000000005a1abad9c2b34964c40d9ed7f034a9ccd408058dda352 3.47 MB 903 10
781,906 781,906 000000000000000000065c00163d571161863944aa5cd70b80998be5837811af 1.75 MB 1,752 4
781,905 781,905 0000000000000000000371fd6969ebe48cee73f8e3c436de471ec824a9ef0cae 3.65 MB 348 5
781,904 781,904 000000000000000000016e5f33c2002045515bfaf5f0624188f4d1644c13e7d4 2.74 MB 1,531 15
781,903 781,903 0000000000000000000336f1e83445d875a106bb1c6c26c5cf677dc0eaccd0d5 3.16 MB 934 11
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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