Memory Pool Memory Pool Refreshing

81,079 transactions
28.25 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,531 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,125 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,530 (101,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,227 748,227 00000000000000000001735e13b2d170bee3110c73e41b092f9fb879a1ecf465 1.43 MB 2,456 21
748,226 748,226 000000000000000000067a5b4dab52c257f042fc1d1f577c16d58cfc51d3714e 0.10 MB 136 14
748,225 748,225 000000000000000000091757687449b3790d6e25e031d397c9cf261575ce2614 0.18 MB 315 14
748,224 748,224 000000000000000000046d564117df245ac9ffef79145ab73c05682ae081131b 0.21 MB 448 13
748,223 748,223 000000000000000000084f59e163d2a5e3c255f88cd8178748c963fb1b5c874c 0.03 MB 87 15
748,222 748,222 00000000000000000000d9a7041ae790d7fd47e97ab58c8299ad5aeac7ca3e78 1.20 MB 963 11
748,221 748,221 000000000000000000063f9ee3c84d03b9cfe2889dc16b20fd46ef818e2a4233 0.10 MB 223 13
748,220 748,220 000000000000000000004314d8c4484d703ada58b521e8188116684339cab667 0.08 MB 226 15
748,219 748,219 0000000000000000000927a86fe289e40612d579e84e903d4ccea4e8f9a04253 0.19 MB 451 14
748,218 748,218 0000000000000000000435847d8e80a1b19836dbe50800c09779285ff7c47a3e 1.01 MB 1,765 13
748,217 748,217 000000000000000000002e04a2d064cba5d0ec876c5b65843fc14b46a4583c18 1.65 MB 2,673 13
748,216 748,216 00000000000000000009d1cb948237f64a3e8a1a58a8c75f1a3a1e52ca1ddcaf 1.52 MB 1,868 5
748,215 748,215 00000000000000000002b271dd40068d44ded334c56bb340412a7e12e43cd10a 1.26 MB 1,924 17
748,214 748,214 00000000000000000006d678b66a4381cfbb9b6efa200b3e949b4210a9b3e4a0 1.71 MB 2,579 4
748,213 748,213 00000000000000000008eceeab0c0b8708d8a44fa1eff2ef1b9902a0e62c28c1 1.47 MB 2,905 17
748,212 748,212 000000000000000000075f139a67dbff48a794ddb50b4caff15407b5d3730bad 1.63 MB 2,353 10
748,211 748,211 000000000000000000003d642a4f7fadbf67c01c79821b7b7e8c299c46423204 1.57 MB 3,190 18
748,210 748,210 00000000000000000009227316ba1a96e5210d3d763e14077492a24afa02d332 1.12 MB 828 14
748,209 748,209 0000000000000000000979b5221ddba23ee342a03142077164501bb90fb78e87 1.33 MB 2,318 22
748,208 748,208 00000000000000000006f8d5118edd4efaf3c280ee847edacfc7572bc9230cfc 1.49 MB 3,194 18
748,207 748,207 000000000000000000081f5825acfbf924ff5f38f65b6885c924a556fb5fe30f 1.08 MB 2,384 14
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 93 incoming
  • Data Transfer: 485.43 GB sent, 2.37 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.