Memory Pool Memory Pool Refreshing

76,149 transactions
35.19 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,604 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,744 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,603 (166,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
683,275 683,275 0000000000000000000a638af7166e7dc250e0c5e370b662e88c85616a681d27 1.24 MB 1,796 54
683,274 683,274 00000000000000000000ac0e98d0ff16519d80fff952d2d12b77a6ba25ab7b05 1.23 MB 2,213 89
683,273 683,273 0000000000000000000cc09df69592553f00431741a9e49e540a3be66da541f2 0.00 MB 1 0
683,272 683,272 000000000000000000037c05d54e63858ddcd16c02f1a4fecfe4a1c15fe4814a 1.27 MB 2,698 50
683,271 683,271 0000000000000000000739e6cbf92cd92452feb74eed35f3054192971717f326 1.40 MB 2,180 57
683,270 683,270 00000000000000000006170cff471c9d12ffffff8fe2acf46e115b092e2d88a4 1.50 MB 2,832 70
683,269 683,269 0000000000000000000d6f4c00b0ab128e793c2751235f932a4da08d5b892bae 1.54 MB 2,456 55
683,268 683,268 000000000000000000000865c02a6efaab0aec6c67c69e1a396b8de9822c7c70 1.69 MB 524 58
683,267 683,267 000000000000000000047a07b6a8500eea0a3ff8b1cefffa8b181582f1bfb5ca 1.57 MB 1,197 61
683,266 683,266 00000000000000000005845c0f83486842bccd0b257cedd911d99384b21eb1e3 1.98 MB 946 57
683,265 683,265 000000000000000000076e4169cd0e643fb8f4449a3b9323a51efd7c456471d4 1.31 MB 3,014 82
683,264 683,264 0000000000000000000b0f7f371d848395dd6997ab672cab7f64bc92560ef26f 1.25 MB 2,281 73
683,263 683,263 0000000000000000000c35e75454c062c933ab8163dd3d52a716eaaa1c456074 2.18 MB 427 6
683,262 683,262 0000000000000000000cc0940d9510ecd5bacb59c4f19d5c8af71e6deaacee3a 2.27 MB 260 4
683,261 683,261 0000000000000000000cc6b85dd07f3e0f053f8f878a5f21b1b2afcf76abcb2b 1.88 MB 593 5
683,260 683,260 00000000000000000004f08be9eac22328e9fe0ff954201525f9021442addcdc 1.17 MB 931 15
683,259 683,259 0000000000000000000082a0026dfddd79f01ce0bd296ed2489074501ec5575d 1.25 MB 1,240 20
683,258 683,258 0000000000000000000903cfd389d45662528d72fe115bc8bfa699985cdf3ab5 1.06 MB 553 6
683,257 683,257 00000000000000000002e41e5fd1de3a4a503d40b171da926ad337a932ca1f3f 1.48 MB 1,534 23
683,256 683,256 000000000000000000052e95f7fb8b87b2bbc51b5c375413ec590bbb1b96db79 1.58 MB 2,017 30
683,255 683,255 00000000000000000004a5769a1ef05bdc64ab15a5de8fb1a0cfecb19be61e14 2.30 MB 142 4
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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