Memory Pool Memory Pool Refreshing

84,372 transactions
34.19 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,928 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,488 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,927 (381,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
468,214 468,214 0000000000000000013aa229743993802ac9e0fbb7eaa4552d899795be3cd10f 1.00 MB 1,449 120
468,213 468,213 0000000000000000018da434e97ddbe7b7d875cd43846d4ae0b17c03804f02db 1.00 MB 2,508 370
468,212 468,212 00000000000000000043877db3d1470e2229c9fd33377ade1b1ce4f0f99f6015 1.00 MB 2,135 274
468,211 468,211 0000000000000000018099d405640d5444f1228dfe80a6d0a1c6822e61303e9f 0.00 MB 1 0
468,210 468,210 000000000000000001abc3bd2f1be86c43a8c25803d3b12edbd207366715eb3f 1.00 MB 1,537 371
468,209 468,209 000000000000000000794b581348f4c1bff095f19f30c13787b5f0a2dd6fa63b 1.00 MB 2,726 284
468,208 468,208 00000000000000000008f2bdd3d70d2d5090dfa35dcd7408d691009b68429b67 1.00 MB 1,510 253
468,207 468,207 000000000000000000473220ce26c7187d9db1f4d61cf2495c8600f5a90045dc 0.99 MB 3,057 291
468,206 468,206 000000000000000001d21c597d076231753aaef83313d74e8566bd76dc526ce1 1.00 MB 2,262 330
468,205 468,205 000000000000000000e6cb1a1569e345318a0f0152ab66f0026e80e404c2f4c3 1.00 MB 2,094 346
468,204 468,204 0000000000000000013f147a0967fd2a6a736bd16cf8144f9a2e21b86ed18682 1.00 MB 2,076 120
468,203 468,203 000000000000000000e4a625456729e32e157e341b0e63543d7690e102a611b9 1.00 MB 2,817 408
468,202 468,202 0000000000000000001fd38faca4c26473ec2f40f77794c50cd34f363befa7bd 1.00 MB 3,342 275
468,201 468,201 000000000000000001a62dea06b98d3c8584e7f268727418de0b1d18bbfc4e95 1.00 MB 2,152 305
468,200 468,200 0000000000000000011898529f0d8ebfbd25b93611844fdbd7c3a03a224b9a62 1.00 MB 2,588 326
468,199 468,199 0000000000000000008d3c80527c00647caf6e4c36643210530b090eca6843bf 1.00 MB 2,381 372
468,198 468,198 0000000000000000004775168d60362501f5ccb760ea72ac74fab858b50a8640 1.00 MB 2,632 410
468,197 468,197 0000000000000000012851e3c0b77d573269f3978d8ea30d0f488c234553496a 1.00 MB 2,571 324
468,196 468,196 00000000000000000116619474f426fe065103dd8dc687a8914658d5f3e7e122 1.00 MB 2,521 351
468,195 468,195 000000000000000000166bf92dd6aca1e3daa7e2072fa633ad4ba129fd0616a6 1.00 MB 1,955 395
468,194 468,194 000000000000000000099472a9d3291084521d0fa4677b69343595e616f2cab0 1.00 MB 2,981 120
Previous 10 blocks ↓
Total Size: 661.37 GB

Node Information

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