Memory Pool Memory Pool Refreshing

63,856 transactions
35.73 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,328 (174,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
674,346 674,346 0000000000000000000b0775e64e3a8e19ff1608068648fd11fd5a09aedfe4a0 1.15 MB 2,212 64
674,345 674,345 000000000000000000004abf488757cfed606c4e63caa1a603fb6ddf6b3545ed 1.32 MB 2,223 87
674,344 674,344 000000000000000000043e711c96a29142ded4ad1a1afb1111d949c1dc3c9c85 1.13 MB 793 82
674,343 674,343 0000000000000000000705f25905f90adc5526ebd265d0a470749083aab99e11 1.19 MB 1,431 90
674,342 674,342 0000000000000000000b64e1038c7b8cb06a7a46e5ba3d936d9f97a0d36a96c6 1.34 MB 1,675 97
674,341 674,341 00000000000000000003d6782c2533f0f2bd279be5b13dd81dd99d91cc079bf4 1.55 MB 1,705 94
674,340 674,340 0000000000000000000adde0f770f074776c047794820c1b202ea6dfa840ba80 1.52 MB 2,194 112
674,339 674,339 00000000000000000003c792c7f112fa6a7410834ab578c457de69f34a80eb81 1.17 MB 1,285 83
674,338 674,338 000000000000000000024741d590b66b3d53759fe9256a764a2c2aba618746a0 1.34 MB 2,202 100
674,337 674,337 00000000000000000006f1c9f8dd7cda305f2c545dbaa6e1d0ecf72a379a86b9 1.26 MB 2,033 100
674,336 674,336 00000000000000000009adcb8b678761b9c9bcbe4f8af06b1a6df2764a5a80e3 1.21 MB 2,512 79
674,335 674,335 0000000000000000000a25b6c6f68510677070447ecce9dde1779d78f3681123 1.29 MB 2,698 85
674,334 674,334 00000000000000000008752f30927e69c7dbc27fc9d1d41db772bf42cbdc187c 1.21 MB 1,601 93
674,333 674,333 0000000000000000000226d63dd87131f92b379d00a1117c7383e627523cb621 1.32 MB 1,872 91
674,332 674,332 00000000000000000007f62aba4742f4b306432b090b85302e7ee51b06bd3a41 1.29 MB 2,869 109
674,331 674,331 00000000000000000002ce19cbfb5a8fafb056c72e125f200bcb63503c50348d 1.53 MB 1,285 55
674,330 674,330 0000000000000000000580d440fd9cc70674209b2b434ba1f5d456f96d3bb859 1.28 MB 1,985 37
674,329 674,329 00000000000000000000abbe1e49917c9ec18cb480f279fddbb13cdbb64cbddf 1.21 MB 2,454 52
674,328 674,328 00000000000000000009ea7566512110e8139c1cfd54c25a7d4038dfb846f4d3 1.32 MB 2,740 106
674,327 674,327 0000000000000000000282e7723ae8ab509950080985fade1bdf0a9e072274e7 1.57 MB 1,193 44
674,326 674,326 000000000000000000045f9f3dcfed46b9217b31ab9369afc79b63fa917f2763 1.12 MB 1,446 54
Previous 10 blocks ↓
Total Size: 660.24 GB

Node Information

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