Memory Pool Memory Pool Refreshing

76,842 transactions
34.45 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,630 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,961 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,629 (76,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
773,211 773,211 0000000000000000000556274b72251cc1c48ceec5efdb458e349ed29c813f00 0.50 MB 284 5
773,210 773,210 000000000000000000041ff8a29d7d7f115bade0ce4a890f5eeeb4e72194e854 0.60 MB 652 7
773,209 773,209 00000000000000000006e771e82b8b0615274b10937061f05cacacaac3f63d28 1.37 MB 2,188 5
773,208 773,208 000000000000000000044ef7492eaad4962db23531ed2284d3963a5ad5a98085 1.27 MB 1,679 17
773,207 773,207 00000000000000000000a54195300b6a6ca95fce073476e4c2394eb79d4e09b7 1.51 MB 2,483 9
773,206 773,206 00000000000000000007614c558511921f9cd8e50235dd969b3c6b851d368cb8 1.33 MB 1,728 12
773,205 773,205 00000000000000000006cd2a6387acf475f66f1268791b7392d2e54c875e7e4c 0.75 MB 1,408 10
773,204 773,204 000000000000000000016bd787cab8eb4aab474aa4160113e440f6f25ba409ab 1.31 MB 2,466 10
773,203 773,203 00000000000000000002a7d058ae7bb19fee47a84cfe72420333e138d1bb84d8 0.05 MB 123 10
773,202 773,202 000000000000000000062711988c6e251b46c300e2a256bd1442825b9dae2e6f 0.64 MB 1,314 11
773,201 773,201 00000000000000000002fbc00258d9e622ad5a570dd3a986ea79cc86122b7817 1.62 MB 543 2
773,200 773,200 00000000000000000003f6c9090c3e628c0588b68d1d9e10017abe9326591958 1.78 MB 1,547 3
773,199 773,199 0000000000000000000361a25c4198fe21bc685c7a5a161fcc5544b8706289bc 1.62 MB 2,520 9
773,198 773,198 000000000000000000051f48c82b20e62577679c810fdcd88cb02968156d2ae1 1.32 MB 1,951 9
773,197 773,197 00000000000000000001734187fe072082924d8812a65b56ed6f039e74d2e0b9 1.41 MB 3,010 20
773,196 773,196 00000000000000000001c29628ea22af8e49a15f0ab3690c9c68cb254b9502c4 1.29 MB 2,062 11
773,195 773,195 0000000000000000000490b186722d6d8fa93823038e231f1f6adebd1c0c4069 0.20 MB 383 13
773,194 773,194 0000000000000000000760be9129dbb355cd9f396f672b441c70b579ad828229 0.78 MB 785 9
773,193 773,193 000000000000000000064e754cfcc6fc26e37929b3c37ca6b7a335d824e5d817 1.52 MB 1,752 8
773,192 773,192 00000000000000000001cb41b17960f7965854b04fc0ac831795a366d3100266 0.90 MB 1,394 11
773,191 773,191 000000000000000000033212019cbf8ed9a29d68af5e0bfc8c6af306b8d690a5 0.19 MB 124 9
Previous 10 blocks ↓
Total Size: 660.80 GB

Node Information

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