Memory Pool Memory Pool Refreshing

76,077 transactions
32.48 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,561 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,899 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,560 (187,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
662,041 662,041 000000000000000000042d02b8f384a533b57fbd55b28dfa007ce59fbb38e80a 1.32 MB 3,158 118
662,040 662,040 0000000000000000000de19db24802d36c5e8e64eafdda451608102b165ffb88 1.19 MB 1,657 109
662,039 662,039 0000000000000000000a6721978638595ce696bb58e258918cbd994573e16abc 1.49 MB 2,553 121
662,038 662,038 0000000000000000000666bf07be36be4548559a44e780da24ec4ad8d3b2ee6e 1.31 MB 2,742 80
662,037 662,037 0000000000000000000ec2654a519cba8afbc4cbf033f5125286283ae0f7b784 1.32 MB 2,999 142
662,036 662,036 00000000000000000001e09f4955b7f6bc37383d629867ce132c3971d354fa8e 1.35 MB 3,030 125
662,035 662,035 0000000000000000000e23c2af0b56fd676759b06f99ce1d5333fd6225b17f0c 1.31 MB 2,465 125
662,034 662,034 00000000000000000001e0adc342932b2bbc86d443a284a1d39af440ed2e6467 1.15 MB 1,659 136
662,033 662,033 00000000000000000004e7712293f488fe71aec2223fdc2e98f728f8a0542239 1.28 MB 1,827 34
662,032 662,032 0000000000000000000b77191637001625adf9c7866e2ff6cce1ec925f7bbafe 1.08 MB 1,826 36
662,031 662,031 0000000000000000000accec0c4fa20db25c619d5f84c334629e5113c23298f6 1.33 MB 2,218 68
662,030 662,030 00000000000000000008ddb666ea753a06144a4074c4883206c8b5b101de43b3 1.33 MB 2,839 135
662,029 662,029 000000000000000000044c29277a9316a65a18ce0e8cb6abc7adc0544a37cde4 1.22 MB 1,806 30
662,028 662,028 0000000000000000000290553f8454eab7a80f45aebb773ce2409c88dc973934 1.23 MB 2,079 34
662,027 662,027 00000000000000000007ddb5a03932d2f54a9f48393dfcfaf43d088dd150eaa7 1.24 MB 2,042 64
662,026 662,026 0000000000000000000149cf2ef26b2d57835e737cd723ee9f39d09776adb262 1.31 MB 1,781 37
662,025 662,025 00000000000000000003041cf59933fec6f6d6d5c6636422c9f2add1280c7bc7 1.17 MB 2,418 56
662,024 662,024 000000000000000000070f6a45c44fcc0a3e557b6cc9a54140bf3d42b9297b54 1.16 MB 2,189 48
662,023 662,023 000000000000000000078c77bfd6f53f2f6bb711d40bed23bcee4ca6e6abfd7a 1.30 MB 2,660 77
662,022 662,022 000000000000000000046db53ade201f6478433d47901b5270a67ddd4b8da31d 1.31 MB 3,118 144
662,021 662,021 00000000000000000004f6aef1a06f4216aa49558ce2a4a810a1335ce4f5bb28 1.20 MB 2,154 32
Previous 10 blocks ↓
Total Size: 660.67 GB

Node Information

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