Memory Pool Memory Pool Refreshing

69,813 transactions
38.99 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,108 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,306 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,107 (560,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
290,024 290,024 0000000000000000b6e1580422052afca458ef436b71edc020741c9a74229768 0.13 MB 117 21
290,023 290,023 00000000000000010f82584c2b4af5d3d271e2b8ae7b03a7e796b2e79666a04a 0.34 MB 591 44
290,022 290,022 00000000000000011ed636cbba03c981f5440488b560838e1b99e562ec0c267d 0.19 MB 222 35
290,021 290,021 00000000000000009cb0e3b44204b2622f633cfa8b121c5f543385f5c08fd408 0.25 MB 602 55
290,020 290,020 00000000000000000a49f994a4976f74cdc673d813dada019ad16594e788d5bb 0.12 MB 249 36
290,019 290,019 0000000000000000b81848ed0d2e33f1e98a7ee8cce4f506c39f43ba814961a3 0.37 MB 501 23
290,018 290,018 00000000000000010fbf349ab1c6d95d681a9a1798cd95036e678ab3610c4d0e 0.19 MB 512 30
290,017 290,017 0000000000000000b8d43a541fef53059ed7f50421296d072e8d91629f098bda 0.17 MB 512 77
290,016 290,016 000000000000000046d8dd42a5ebb5195b49534893ad64662ab3f916e845e102 0.28 MB 460 36
290,015 290,015 00000000000000007ec052e143a96ee9d748da1b69868f4c72f0800945e6afbe 0.37 MB 715 38
290,014 290,014 000000000000000030f24760c442654fe4c14ae0458f674f6fa0debbe68b4e87 0.08 MB 208 26
290,013 290,013 00000000000000005b4122c6a16f9c719a8909e2335e47f18f4873c75a953541 0.10 MB 229 22
290,012 290,012 000000000000000113126a8ebc3c084d13ad128dcb8222592be78db38f74adf7 0.20 MB 349 21
290,011 290,011 000000000000000076f3cc79fd3fc4d48792655a5dc6c998da4a4c9ee03382cc 0.08 MB 214 22
290,010 290,010 0000000000000000e5f31b8743688a8412f177facc5b9a3325a95fdda8456d71 0.02 MB 64 0
290,009 290,009 000000000000000081d028b9b8ad73f493296a0557d969dfd202bcc1659ffa2d 0.14 MB 210 18
290,008 290,008 0000000000000000c65356802552ff1ce7cad1cec9d90e05646f8d203d760d55 0.35 MB 656 37
290,007 290,007 0000000000000000fb757965c0efffedcb42830b5ae48569f97d3ffdc8c84b62 0.05 MB 99 33
290,006 290,006 000000000000000028523ef16f0754b8c1879d49fcb55dc0ae38f4e56bddef4a 0.13 MB 52 12
290,005 290,005 0000000000000000e182dfc4bde644721bc5824b52adb589b7b01554f7e0773e 0.25 MB 359 21
290,004 290,004 0000000000000000e6815ccb968857fffc31c25fcd89eaa2ad52d72994ca6ae0 0.08 MB 256 73
Previous 10 blocks ↓
Total Size: 661.71 GB

Node Information

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