Memory Pool Memory Pool Refreshing

64,479 transactions
38.66 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,076 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,865 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,075 (736,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
113,909 113,909 000000000000d8c7c138cc4f8e1983f3b5e54491918c4b6a270567c277d8ce24 0.02 MB 57 0
113,908 113,908 00000000000078071cd061903f5874da14b59bd78ca2e5245e2044c74b909789 0.00 MB 14 809
113,907 113,907 000000000000d3f2903c52d0d4b440b6a59e7d0134b15370c42b74b71cc1b89b 0.00 MB 2 3,891
113,906 113,906 0000000000003ecbceeb75a6c1e9c31a50dfc4ce1234736680978bec8d75d87a 0.00 MB 10 268
113,905 113,905 000000000000910a9eedecfc9c0ed767125383619f53a870953e4fe9a05718a3 0.01 MB 27 143
113,904 113,904 00000000000068159bd17fba528f9132c43f9833f4aa025df1df7d88493f155a 0.00 MB 1 0
113,903 113,903 000000000000c41e1ec3c11fea8e684123b5c0e691281f51ab233b7cd9a2514d 0.00 MB 2 0
113,902 113,902 000000000000b514334da1fbbd12b655381747ef182dfeb6154257c4642c70f7 0.00 MB 6 0
113,901 113,901 00000000000053e166af69013dad7639aebc88c25ef76f0864ab5c193543c2c3 0.00 MB 1 0
113,900 113,900 000000000000c10ae722e371838c71557782b854a0afff3b77515db7f468f232 0.03 MB 123 0
113,899 113,899 000000000000279b9123a2fc92c03c839ad2f9011204e895b9bcfacec0e078fc 0.00 MB 5 0
113,898 113,898 0000000000006a615016db0b9aa5056afd8e23443b2a627aff2e98cfbf800322 0.00 MB 9 0
113,897 113,897 000000000000233bc44405d07bca4aec78d72c74aaf81f697569e297ac027a82 0.00 MB 10 0
113,896 113,896 0000000000000d1ed9cc6deeb287f0918f88f20892ccf0a61de89880450d09b1 0.00 MB 5 0
113,895 113,895 000000000000594a1ab66311fe8693cbc9b771a44480d26b3d503de5152acf3e 0.01 MB 30 136
113,894 113,894 0000000000008f56a9a02ba94b7210028582944edc1560196e0dbb753fe9d88f 0.00 MB 12 609
113,893 113,893 000000000000a7b93dfc5e7b50fa85e2bbf11c394050871d95bb96ccdef114a1 0.00 MB 14 348
113,892 113,892 000000000000d9e5b5b2f456cb379514bfc7c6083fdb3daf9d3352e195ba7940 0.03 MB 113 73
113,891 113,891 0000000000008d08c0ef1ba5a569b0014a1ff482ac5897f3a2a65d973765c874 0.00 MB 2 0
113,890 113,890 000000000000a3d93478a0adbf232edafcd493e53f0a4c9b56e126005adc271c 0.00 MB 13 333
113,889 113,889 000000000000bc10737ff233189dbe7078a737dac269e065f6d981b1099fec56 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 661.65 GB

Node Information

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