Memory Pool Memory Pool Refreshing

76,337 transactions
37.07 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
850,127 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,563 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,126 (459,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
390,900 390,900 000000000000000008b4f3ad64f1c3486cee479f11fb1c76f9f7de2cf15d226b 0.09 MB 138 14
390,899 390,899 000000000000000006e87ba196e51810107d379b032a0a42b53c65436f03e6fa 0.10 MB 142 21
390,898 390,898 0000000000000000047499e55e34fa3d8ed16ad0dbbec0a9fd34cf6d4d4b6318 0.68 MB 1,180 29
390,897 390,897 0000000000000000033a0699e1a640f35bf65fd249605f2bb6ed438cfd0f0acb 0.28 MB 406 18
390,896 390,896 0000000000000000097080427d6b341147160324ecfdaa4c7758fe21958670af 0.16 MB 242 24
390,895 390,895 000000000000000003c2857dd893176063d4c5332346df197e49a281424287ab 0.25 MB 514 25
390,894 390,894 00000000000000000b01bde3c1b3dec9ed01f315021f044a69ece2e40a4ea460 0.27 MB 607 31
390,893 390,893 0000000000000000056fc2ff67dc98b63a21e2eb9fc8f204b801abd93cd2a4c7 0.57 MB 1,402 36
390,892 390,892 0000000000000000091cdb5a44508a16d2861b4e0d381b6fe8d97e90bad4afc3 0.94 MB 2,286 36
390,891 390,891 000000000000000004146e334e322e6f6bf72a9e141c1f0853d548942c717103 0.34 MB 801 40
390,890 390,890 000000000000000009fa0adf720c4f86c05ac26ad55ab729883ab5471cb03d29 0.23 MB 387 25
390,889 390,889 0000000000000000077fdb5859809010362ee02fd2343f197be7deb46c22af2f 0.38 MB 628 24
390,888 390,888 000000000000000003184fdd0fbf29612ffbe6b5caf98fde9b185c97654a20be 0.05 MB 52 9
390,887 390,887 00000000000000000330c4061cd847998e0bd3b9c443f19040e0569a22ca0592 0.37 MB 867 43
390,886 390,886 00000000000000000ab802e870f3800893aceddc97bb68b180afe07447064d81 1.00 MB 1,372 23
390,885 390,885 00000000000000000aa6ddd67b4b4fbfc2587aa9b4d6920c6553f6e7f63d7869 0.09 MB 90 18
390,884 390,884 00000000000000000603e08e40eb19a940845f00a193d66b08de5641b863fcba 0.12 MB 158 22
390,883 390,883 000000000000000008ac739af54382b375a47a7254c806da0a841e11445bdf20 0.93 MB 2,281 37
390,882 390,882 00000000000000000af24122fff649381444b68084ae72a8af0c001b0117315a 0.99 MB 817 10
390,881 390,881 000000000000000004a8a7d3e2078f69e3af8975afe0efc4b6199ec295858f26 0.98 MB 1,859 29
390,880 390,880 000000000000000002980aeac26dc975444a223cb4fd918b98c5041c2c022de9 0.99 MB 1,966 32
Previous 10 blocks ↓
Total Size: 661.75 GB

Node Information

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