Memory Pool Memory Pool Refreshing

60,229 transactions
40.27 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,512 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,186 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,511 (83,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,704 766,704 000000000000000000080045095f364206b57b6bbc05e4aa8bac0b24d2d47621 1.13 MB 916 5
766,703 766,703 000000000000000000068cce4d39a287c89be8f591c8acdc53d9e427d8439a19 1.10 MB 650 5
766,702 766,702 0000000000000000000525a6abd985e14d570f78d3fa627db9dcb545e3752706 1.09 MB 540 4
766,701 766,701 000000000000000000017b2da52fc7418fbbb22be129153d4f54a20a80426928 1.35 MB 2,120 7
766,700 766,700 00000000000000000003895813adb3104ed78c60f127787be2887d7b1ed4a07f 1.37 MB 2,682 13
766,699 766,699 00000000000000000005e46200aab32b50175bc3c12d8d0063705298c1e36c42 1.49 MB 2,932 13
766,698 766,698 00000000000000000006a4c6f417384ca253a145088c1b027c99359c8cb491f6 1.60 MB 2,950 4
766,697 766,697 000000000000000000016f17017772587be28f2ac1452244fe74735bd5e58c36 1.51 MB 3,032 18
766,696 766,696 000000000000000000006587af443eeb7c5ad74421d0770f9a2dd07f9db2619d 1.46 MB 2,065 9
766,695 766,695 00000000000000000006faea90ec79a81bcac8fbe1fdce87e613a83a3c77fe61 1.47 MB 3,046 16
766,694 766,694 00000000000000000005f72d0280b660e5fedb2dc2fc23d4dd3ef57791d042bf 1.50 MB 3,513 17
766,693 766,693 000000000000000000033d4c1540039c1b903584da5670c9b12916001ea55f6c 1.46 MB 2,941 24
766,692 766,692 000000000000000000010924a5c28b03990fc390bf931c59ee2112979d2da089 1.32 MB 1,638 7
766,691 766,691 0000000000000000000762ddde0c31847178b5bb1a2b637928acf5722bc403e4 1.25 MB 1,944 13
766,690 766,690 00000000000000000001d72a3b062b96c75f2208126ae97fe06b9a7ce9eeabe9 1.24 MB 1,805 8
766,689 766,689 0000000000000000000436bc65e39b16ea74a2099b4f96b0016c910f6af60f3a 1.13 MB 872 5
766,688 766,688 000000000000000000001b1f4528979f6f5d0805a48ce2ada8f17e32e420547e 1.18 MB 874 6
766,687 766,687 0000000000000000000585f3c82f7023c63d54543e288ffbf873efd34c311a2e 1.40 MB 2,494 12
766,686 766,686 0000000000000000000089938ec51049cc41f5c9793c14020c5e439731a19bb9 1.42 MB 1,679 3
766,685 766,685 0000000000000000000746199feaaa2d311720455a8a1d1f0be94f78eba7715b 1.47 MB 3,327 16
766,684 766,684 000000000000000000017112a117bb67e6e8170d0cba826a84a104e620bf794f 1.57 MB 3,075 14
Previous 10 blocks ↓
Total Size: 662.47 GB

Node Information

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