Memory Pool Memory Pool Refreshing

64,701 transactions
29.30 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,698 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,536 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,697 (233,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,171 616,171 00000000000000000005685f822924f07fb021a99294e0caf1ce44d3460d495f 1.24 MB 2,651 18
616,170 616,170 00000000000000000003bac504ded12e9d6fdf5200ec0b907a0e5e1d659011ba 1.19 MB 2,310 13
616,169 616,169 00000000000000000006415ec9a39f699a72036bf50c407804ea3cdb8452b664 0.93 MB 1,910 11
616,168 616,168 000000000000000000017ca7b63862f9d8b02a3c9ac8e2274c20a77bf2b31b24 1.28 MB 3,093 15
616,167 616,167 000000000000000000060bb472ff2c6fd7b64e9b48c6f4f04c0a0f3c02ff336e 1.29 MB 2,563 17
616,166 616,166 00000000000000000005175b0d529bbc16d8577539764678cbfee152667ef2f8 0.95 MB 2,064 17
616,165 616,165 0000000000000000000d198497112c0239b0810facd5e8a8256cfeb1339b6db9 0.01 MB 28 19
616,164 616,164 0000000000000000000f6636e1a16029b6bcba41fdf20f4fa09a300fcb173a26 0.20 MB 482 2
616,163 616,163 0000000000000000000e3377d365a3a4332e5917cd35ebb103f4db93ddf765c3 1.24 MB 2,670 10
616,162 616,162 000000000000000000012b343f4d0c1f0cbf22cfc5febb4c0d23820222558e74 1.30 MB 3,359 13
616,161 616,161 0000000000000000000d179aad36aa78a8e69bf6b3bba8694caa994d8c671971 1.31 MB 2,491 20
616,160 616,160 0000000000000000000ccd659f64e60dd470712d666e892197e22a2a2f696537 1.41 MB 3,617 8
616,159 616,159 000000000000000000023349fbe2e9fed188b696d6a942aba8684a591c2facf1 1.11 MB 2,319 7
616,158 616,158 0000000000000000000979067bb894e90f70c4b588965820ae612e93f8b83f8b 1.30 MB 2,463 17
616,157 616,157 0000000000000000000d1649fdf519bb846d822788a8c27ba60241d6c8da4f6c 1.38 MB 3,557 25
616,156 616,156 00000000000000000011d43f8d8e7d9ed479bb95523b00aeeb216b8e62d554ad 1.29 MB 2,857 14
616,155 616,155 00000000000000000005a57e514ea446624bc88991093a91091f4a1ca1c2ff1a 1.38 MB 2,573 7
616,154 616,154 000000000000000000108207f1cea960f21654f5708f954d626f0538ed3b8ad1 1.10 MB 2,416 8
616,153 616,153 0000000000000000000911151e56f382d0f8f8a4ca1019deec57ee8b8e43c88a 1.48 MB 2,247 16
616,152 616,152 0000000000000000000a35a270688c72c7ff0a043e4edba1e89534ac8a695c18 1.50 MB 3,274 21
616,151 616,151 0000000000000000000cda3a1e733a054dd6e1811873732a97ce698247817cef 1.23 MB 2,090 32
Previous 10 blocks ↓
Total Size: 660.94 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: 639.55 GB sent, 3.74 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.