Memory Pool Memory Pool Refreshing

76,225 transactions
32.41 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,597 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 318 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,596 (475,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,863 373,863 00000000000000000ecc56efef62be4d856a0002c191edcc1a7377695cd9924b 0.43 MB 893 41
373,862 373,862 0000000000000000117408cc6a960ccc1ae07de5c52df33f93a8eb03bc41fd24 0.54 MB 1,141 48
373,861 373,861 0000000000000000054cbdd2a109e6bc73d9609603f3e9001562c0f911e8599c 0.48 MB 808 39
373,860 373,860 00000000000000000a4dfcd7778b3fdf4d6bdfb5f8c4c82b3a62c7a2a9025b7c 0.91 MB 834 18
373,859 373,859 000000000000000008f425c50b054bc65c019dae30c12b23a976e599d3ce5d77 0.89 MB 1,892 40
373,858 373,858 00000000000000001343f766a74a24cdded56973b0e170f5903cb04dadbc518f 0.93 MB 183 8
373,857 373,857 00000000000000000e9928ab65bbf7538eff3d6e7e26c01ed0e43480b89490ca 0.95 MB 1,429 56
373,856 373,856 00000000000000000f9d01582b5b950a6acccfc8742ef4189564753534f7fb17 1.00 MB 1,441 31
373,855 373,855 00000000000000000d9d8dcbd276b6668f22a54c67fc94b620d9ad4317f68a4e 0.89 MB 514 15
373,854 373,854 000000000000000003cdb37745abf5b7dfeb758d5bb1650d66d13c5b5bb0db65 0.09 MB 56 10
373,853 373,853 00000000000000000b4f0bcebf04e435c6ad5ed90348f9d09b6952246c819ba0 0.09 MB 167 38
373,852 373,852 000000000000000008ddf632bdd99b1f19a18620df9f8949b6823acbc4ba3a51 0.75 MB 292 8
373,851 373,851 000000000000000011b8438d6b933df6696b9f329c2e4a0a1ca0ebf73e931323 0.46 MB 620 23
373,850 373,850 000000000000000003787082efff5455585f81a7217640dee07359089111a184 0.85 MB 2,156 52
373,849 373,849 000000000000000000958932ab26ea34728a2acf3c79d03ff58ed254d44094e7 0.75 MB 493 11
373,848 373,848 00000000000000000bfc77a8a0323fc7b49b8052e75729b95b57c8262755f09e 1.00 MB 650 12
373,847 373,847 00000000000000000fbb2adc46f035b9b14b566d1ee3d435feb245815b3df7f4 0.00 MB 1 0
373,846 373,846 00000000000000000cc11d1b9ee47df9deffb4a23054c9494203a06e144a7d54 0.09 MB 203 38
373,845 373,845 000000000000000003d70f0f251b8fe85cd4c3fa054de0295d420551578c62ec 0.95 MB 941 20
373,844 373,844 00000000000000000fb54c978e6e992f259df9a795140ce371d0636c5e5d2e3d 1.00 MB 867 17
373,843 373,843 000000000000000011336ed31a26733491e447aa368e0b300149686e58274869 0.93 MB 816 18
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

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