Memory Pool Memory Pool Refreshing

60,920 transactions
27.70 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,743 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,345 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,742 (114,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
735,315 735,315 000000000000000000064c38812e9d4e5082ceef1325c2def9ee72af043050a1 1.38 MB 2,298 10
735,314 735,314 00000000000000000006ff408cacdfed864fe1860aba118db96dc5b4ef1e2de8 1.39 MB 2,918 16
735,313 735,313 00000000000000000003649dc28070d42207dbdf9cdfb4bf48d6f62675245392 0.01 MB 20 18
735,312 735,312 00000000000000000007ad984c1b9597f9811419c5a8f527ffbaa6d1d2e3e2e9 0.90 MB 1,077 2
735,311 735,311 00000000000000000003d986178958976bea81f6fa8ce15ccf86bba94133347b 1.32 MB 2,104 15
735,310 735,310 000000000000000000002360b5850bc01bcc18d48dd6ab2ba80cd6222281c55a 0.83 MB 1,661 12
735,309 735,309 00000000000000000004a5fe7f1bf07aa829a7145d2db6227013c523952f553c 0.42 MB 841 8
735,308 735,308 0000000000000000000179b384e4f45f485f2cb342670aff27b5e7fe76e87ded 0.49 MB 1,032 11
735,307 735,307 0000000000000000000668c846da7d0e2f8a299fb6a1e1f513c147942c29e195 1.10 MB 2,021 9
735,306 735,306 00000000000000000002a225f9ff385790a218795869e65d586920c4921fa6e0 1.54 MB 3,043 11
735,305 735,305 000000000000000000067f75b5a17b986bc1b05565130aa00e289d73110e10e7 1.55 MB 3,400 10
735,304 735,304 00000000000000000005bf197c232028a8713b884bcbb108aaee48e0d151036a 0.34 MB 787 11
735,303 735,303 00000000000000000005130feca44859e5501c72e044ff4483fd91920c29f580 0.89 MB 1,694 10
735,302 735,302 0000000000000000000486a3a04a3c8cbb1ca3abb35d1e3cddae55fdb28d8ce9 0.39 MB 748 11
735,301 735,301 0000000000000000000358980b4728c8d714f0e39c48a3ad75698891aa111d83 0.05 MB 130 14
735,300 735,300 00000000000000000006295297040dfb924f1ef2ce5cbedea9142f93531aa411 1.00 MB 1,790 11
735,299 735,299 00000000000000000006f48de071fd843324edab20897a1c32b1281dc87e14c9 0.38 MB 544 13
735,298 735,298 00000000000000000005734d3508943d26c0881363a7c66b8489b5ef356a4d65 1.35 MB 2,109 12
735,297 735,297 00000000000000000006afb93e0cf67115a81d650b3426565d3d5ce01ad788c0 1.49 MB 3,272 13
735,296 735,296 0000000000000000000969301d134908d6a33d6984f541881151a625ae3487cb 1.48 MB 2,692 7
735,295 735,295 000000000000000000042e518d81b46be220b8a965661ea78b47c0e71af17250 1.52 MB 3,094 17
Previous 10 blocks ↓
Total Size: 661.02 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: 690.24 GB sent, 4.13 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.