Memory Pool Memory Pool Refreshing

68,860 transactions
32.75 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,946 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,534 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,945 (101,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,799 748,799 0000000000000000000428b42702de5ebdd251c2f668ba18c6da62935e25c94c 0.00 MB 1 0
748,798 748,798 000000000000000000017d7d2389eb494cf4b709f2f0ca2d0c47886ee3c6956c 1.17 MB 112 2
748,797 748,797 0000000000000000000227d067b4c67305101fd8cc62b16fef5462f8d9e1008d 2.14 MB 1,235 8
748,796 748,796 00000000000000000005fd0a7f1c63801d56a539d97ce3a33a9a443d2c9ff89f 2.09 MB 1,093 7
748,795 748,795 00000000000000000001bb18f0b5cb60f6e54f1821757d0199266fc143379f61 1.77 MB 2,022 4
748,794 748,794 000000000000000000058160e09f27c47ee55188d99f36324a199ca8eb53adc8 1.43 MB 2,572 25
748,793 748,793 0000000000000000000881e688be6cbd81e031bb0563b917f13e6036b342e7d7 1.42 MB 2,156 21
748,792 748,792 0000000000000000000801f84603a05afba8f05c57fa2ff4c7c26bd0443102f8 1.48 MB 1,518 10
748,791 748,791 000000000000000000054562653c8a4200c7333d4c0508df9a1e856782893f8e 1.59 MB 1,447 10
748,790 748,790 00000000000000000000dd121c587248e4f341fb55d83cd667b40ce343b9705c 1.10 MB 876 10
748,789 748,789 0000000000000000000061bb78d257f39c20b820794cf6e0886f6c2fd798cee9 0.32 MB 319 12
748,788 748,788 00000000000000000003911eda098121238dc88faa6f36666bd15cb61e05c33a 1.77 MB 934 8
748,787 748,787 00000000000000000004a7a831a04863f9787d5d6577906efc58f5277094e9da 0.81 MB 901 12
748,786 748,786 00000000000000000001ad3796a3ba5e83612459e5b40f76c6c5f3e3b95fc0b1 1.10 MB 1,794 17
748,785 748,785 00000000000000000008871907768af7d28e3e276bc0788af8365d4065931d26 0.08 MB 108 13
748,784 748,784 00000000000000000006ac84743813752d00725c11ee553bc140ca0123f200e2 0.33 MB 390 20
748,783 748,783 00000000000000000007733404bd38bc5f0ec740dc89d56389031728cad1b02b 0.79 MB 926 10
748,782 748,782 00000000000000000005b6b01425d0464b6cf4779dc30bee264c5e832ab38e94 1.51 MB 931 8
748,781 748,781 000000000000000000045eae6d0c6b805cdbf50d2e6ad2126326ecff758471c2 1.46 MB 695 15
748,780 748,780 000000000000000000077835a84dc2995ae9c7dab97b582d5c3dd6fe7cd13935 1.33 MB 2,082 32
748,779 748,779 0000000000000000000704d03f874b054afbe017ef845ccf08fae5a90c79f3d9 0.41 MB 320 8
Previous 10 blocks ↓
Total Size: 661.41 GB

Node Information

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