Memory Pool Memory Pool Refreshing

81,999 transactions
33.51 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,478 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (69,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,861 779,861 000000000000000000042a451020fee6c0801f11f59d8199608c08c17bcac14e 3.73 MB 229 2
779,860 779,860 000000000000000000005d3cc09cef69607c89842c8d8f1dd870f997513f8d36 2.14 MB 1,036 2
779,859 779,859 00000000000000000001747a2959b2d0f885bc282aa4fc9c7233934f6bfca81f 2.22 MB 1,877 9
779,858 779,858 000000000000000000051f262937fc681b94016bdb01a36fc3e23214043648ea 1.94 MB 2,257 10
779,857 779,857 0000000000000000000598c174f5bbb5a56b52c130c926323e7b39219b5bce61 1.46 MB 2,126 17
779,856 779,856 000000000000000000028b6ea4fdbac4972f5d2ebb117a7c2b09607d3e3892da 1.53 MB 2,523 21
779,855 779,855 00000000000000000005c95c09a927921f17e1085e1e16d0be22e1fcbf5ee3e4 1.45 MB 3,362 26
779,854 779,854 000000000000000000026b39b8a8d3d4b197233f89c22124dd7c95228d243c1e 1.85 MB 1,982 8
779,853 779,853 000000000000000000008d102fd7538ce9882129095a0f3d1572e72166aa088e 1.49 MB 3,482 23
779,852 779,852 000000000000000000037a89b82d7a82a4fa9552dec932b45fc2905f14742070 3.42 MB 803 6
779,851 779,851 000000000000000000044fbb2289de55b3e7577b91f8de57e1de86ea1662fee8 3.42 MB 644 5
779,850 779,850 00000000000000000003893ce85659ec77e8e78840501a0961c7ed170cf25edb 2.01 MB 2,339 15
779,849 779,849 000000000000000000041b4a5a6e3ec76259a19b6096adcec7838865d1d2a92c 2.18 MB 1,523 11
779,848 779,848 00000000000000000003c150e1725d1592e9aab2a0e8e91376512031e714459e 1.78 MB 2,910 15
779,847 779,847 00000000000000000001d869a3fb03f738f512080058142fe6e87e828679aeb4 3.70 MB 445 4
779,846 779,846 00000000000000000005d46e638181a8ea2dc5def5c4ea1a1a51647b9aa6fbbe 3.24 MB 732 4
779,845 779,845 0000000000000000000167c17d08655bf22d644b7909121c51f082620b974b36 1.66 MB 2,179 10
779,844 779,844 0000000000000000000112d421089ddc653ca49fbccf291d555f56e06eccd806 1.47 MB 2,153 21
779,843 779,843 00000000000000000002a225c52199940343645770813ec7e391c6b2a525b1f7 2.87 MB 866 7
779,842 779,842 00000000000000000004702afb6a1dbb10187f91bedb87250979b1ba755b2a83 2.39 MB 1,123 10
779,841 779,841 00000000000000000004e255e4fff3b82df6febe1f3751c11b7b1f9c77bb23bb 3.00 MB 1,211 9
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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