Memory Pool Memory Pool Refreshing

66,683 transactions
32.28 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,048 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (556,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
293,785 293,785 0000000000000000ab28313dab4b3ab94ab01b8296fb54b791353e4fd9632aa1 0.35 MB 846 58
293,784 293,784 000000000000000013d114c5a5181a55d568a9f4d294769f0f930f80ba98587a 0.10 MB 81 14
293,783 293,783 00000000000000000f90fec5a89a6d4abfc3470dd32e1a38ad6740c84e8188cb 0.51 MB 226 13
293,782 293,782 00000000000000000fede2a0cc2ae865a2689baab5870ace25decda418cbfb5a 0.35 MB 565 24
293,781 293,781 0000000000000000aade4f3d1e87b238dc82a2639afd276a7a8f338e725f242f 0.19 MB 512 38
293,780 293,780 00000000000000005215e4d087e7a35df94c87b9283d493449d7969a4202bef6 0.35 MB 1,095 64
293,779 293,779 00000000000000007cc61718df8d87ac4d7929daa3ec0d491ee9126973c9c9f8 0.35 MB 713 41
293,778 293,778 00000000000000007082074b212519ac27a2273f6d3059f4ae06b0a5e51e9dd3 0.15 MB 161 26
293,777 293,777 0000000000000000bf3463576d69c64d951c0f52790a263978e7469345be8f35 0.15 MB 239 27
293,776 293,776 00000000000000008d09637d44302bf56a023bb8f7cc4e9975bd90fbc0d98146 0.07 MB 96 22
293,775 293,775 00000000000000001b006580230f8adc0ffbc3fc0f74c6a1f7ca255e2ff947df 0.05 MB 128 55
293,774 293,774 0000000000000000c246566443b05eda0f78d8fee3f81be923739ea36911d621 0.03 MB 57 33
293,773 293,773 00000000000000003217dc48ca9ca6bdd327452f42a61cf2c68be5188a1107be 0.31 MB 563 34
293,772 293,772 0000000000000000cc64c7284aaf994857b377854ab096f6d45731be6c58d400 0.12 MB 272 28
293,771 293,771 000000000000000011931f7d07da362740c01da7d94de7e17b4c1ad52c58c162 0.40 MB 522 32
293,770 293,770 0000000000000000202f393b9bd64c97cc1ba6238863583d745dd303e03334d5 0.13 MB 206 28
293,769 293,769 0000000000000000bc490ab993744bbb0539a3b78333d770d951a4e4aa5f6924 0.10 MB 143 38
293,768 293,768 00000000000000002a28216f241841929eba2dbe61d07995430f3c30053d73e1 0.44 MB 845 33
293,767 293,767 000000000000000098a02791781c4e5ae71f1e46973f7efb3335f061f81d8268 0.05 MB 125 40
293,766 293,766 00000000000000009dbfebc2678dc26ea193a3eda0d52d8257aa108ebf175af4 0.09 MB 187 29
293,765 293,765 00000000000000005da656ef0d6bd198dad3a07e280fd5d8507aede15139a0fb 0.05 MB 127 36
Previous 10 blocks ↓
Total Size: 661.11 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: 737.55 GB sent, 4.67 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.