Memory Pool Memory Pool Refreshing

72,841 transactions
31.51 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,558 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,039 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,557 (305,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,789 543,789 00000000000000000017597b36e0683240163a005182dc7d3901207580875544 1.18 MB 3,177 28
543,788 543,788 00000000000000000017aa5da79ce6ce66874d79defdf6f4122fc78bca09ef2b 1.20 MB 2,925 17
543,787 543,787 000000000000000000154afa7cfd8c72c0eb0a5dd4ddeef2bc92315c8987e089 0.30 MB 618 16
543,786 543,786 0000000000000000000968934376ecfad37e21c43614d38e877f2d90964df8ab 0.40 MB 756 6
543,785 543,785 0000000000000000000b8b69730a2e9b5ce72f73078ad2e15d33ac387db90330 1.24 MB 3,025 19
543,784 543,784 0000000000000000000a5b4ba9b064edf09ee6072f78fc95c3ade09a9b85784d 0.44 MB 717 7
543,783 543,783 00000000000000000007f7748efd73bba14fff2c76872eb58254f3e0b422fe6c 1.16 MB 3,249 17
543,782 543,782 0000000000000000001f3936b386e07ea054a312b5001c467c55998ecc1bc461 1.21 MB 2,954 26
543,781 543,781 000000000000000000063f6a6e9f92d0538e1042435f25b707c038a0f1052e42 0.49 MB 1,144 12
543,780 543,780 00000000000000000017b7826e073c0260e7f2f1d171a49ed44a4b4ab6b1448f 1.20 MB 3,094 19
543,779 543,779 0000000000000000001f2a8eff1a23f673bf2b8c73adc01d471ad68a59e6c8f5 0.96 MB 2,355 11
543,778 543,778 000000000000000000100cc3e3763345a005de67caa11db5e385c008f83ba401 0.51 MB 1,207 33
543,777 543,777 00000000000000000011e2b8212c84e28fc1855dcd355c717f564bec906d5558 1.14 MB 1,586 3
543,776 543,776 0000000000000000000a0002d7def8899fe2abff971876da2b58f15e4125bd72 1.19 MB 2,577 22
543,775 543,775 0000000000000000000926302b590169e303732854af5935361dcb257704910b 1.13 MB 3,298 6
543,774 543,774 00000000000000000023e60de98f934cc07cf00fb2cbf61a9de10d7f9205b50f 0.26 MB 564 13
543,773 543,773 00000000000000000024d6312f4c0927c5da4068e9f3b9340c26a7688f443a5f 1.19 MB 2,385 36
543,772 543,772 0000000000000000001576b9b04dff72d1831e8d727ecf58bf46125e7e39bf40 1.14 MB 2,069 15
543,771 543,771 0000000000000000001fc5e6951fdbdca581a8c4e3bac4f227ec4c662a740b28 1.16 MB 1,452 10
543,770 543,770 0000000000000000001f80dab6f367a068eea63415d8a5f86447034b81ab67be 0.05 MB 159 31
543,769 543,769 0000000000000000000755424d8ed192a2298964c15bac33ca2f688cf426dc3a 1.18 MB 1,934 11
Previous 10 blocks ↓
Total Size: 660.66 GB

Node Information

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