Memory Pool Memory Pool Refreshing

87,451 transactions
29.01 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,506 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,581 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,505 (301,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,852 547,852 000000000000000000003636df99632c251023a240c9ef57cda736908b6736e4 1.63 MB 2,302 20
547,851 547,851 00000000000000000024353cfa3adf2a157bebecf3fe565558d4316df10a3a6e 1.00 MB 2,805 15
547,850 547,850 000000000000000000082ac2a2a486f4549efd92f57ac2b16c4a059058af84ca 1.30 MB 2,950 29
547,849 547,849 0000000000000000000a87757345801d017c2dd2a3f7316db617ea950b2a7ca3 1.32 MB 1,399 20
547,848 547,848 0000000000000000000e85e81c408d61480641a42598a7bdb3521e50563e8101 1.35 MB 2,457 30
547,847 547,847 0000000000000000001ca1c3bd2e518a50217b45584626244e74d5074ef28062 0.00 MB 1 0
547,846 547,846 0000000000000000001b02501969e80b22bd49332e9b741d729fc316ffa12dc1 1.39 MB 2,254 15
547,845 547,845 0000000000000000000696f6d33ad81478c06531d40b7fe2359d252f587de5de 1.26 MB 2,982 32
547,844 547,844 0000000000000000000e34fb608eca847ee264c0431e5fc9c6e19afab6b180d7 1.20 MB 2,735 50
547,843 547,843 0000000000000000001cdaf29fcb1b09eb46585cb30f3b721f8221d8d7d85927 1.00 MB 2,300 25
547,842 547,842 00000000000000000025cb20accfdfca0e50ee26d6a3c605a577973e718e5cb1 1.19 MB 2,119 19
547,841 547,841 0000000000000000000af4c36cc1823a43ff414c2e6bafaeb476d107ebec164d 1.29 MB 2,509 29
547,840 547,840 000000000000000000216d5c5f14bf51005991a7c8e7e8f7f6a4bf6ae6c3ed45 1.31 MB 2,444 14
547,839 547,839 00000000000000000005729c688f76f8e63cc568c67fafe555bf2aa5664ef440 1.28 MB 2,656 23
547,838 547,838 00000000000000000001f9c6471a819c394ba663132de3c3480963c4513f26ee 1.29 MB 1,492 24
547,837 547,837 0000000000000000000fe8305f5be48ece3cfc4b9127f6834bdd165bf8426c90 1.16 MB 1,811 22
547,836 547,836 0000000000000000000846ba1c3debf426abd781971efcdf36eb605d41a2d9f7 1.09 MB 1,578 58
547,835 547,835 00000000000000000018792dddcc4d385d9cbdbffacb60dc4b125c64d472150a 1.03 MB 935 74
547,834 547,834 000000000000000000110619b8f4713033fc456c76646af894b856047842c866 1.29 MB 2,792 5
547,833 547,833 00000000000000000004983e13c58a85f894050deb568d0eec21d0e9b4f3fcf7 1.21 MB 2,697 27
547,832 547,832 00000000000000000001d5c84216c226186288fad3bedb057a25b393f44cae0d 1.43 MB 2,783 16
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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