Memory Pool Memory Pool Refreshing

60,104 transactions
29.92 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,503 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,012 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,502 (150,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,390 694,390 0000000000000000001207c7842206e2c0d7553bde4891e42c5203a398d8b46b 1.37 MB 2,164 27
694,389 694,389 000000000000000000075d2b8da538dc1c32c48fbea380440f03ea98ff657374 1.47 MB 2,589 27
694,388 694,388 000000000000000000110a24c745e2f16172d5ef6ffaacab885fb5bca681031b 0.36 MB 738 11
694,387 694,387 00000000000000000007d0e372270c002f3910f1c8d04661324f6146279082f8 0.12 MB 227 14
694,386 694,386 000000000000000000105fc96f5cd2cc295e35f072ede409ebc8a7984dc40c68 0.25 MB 451 4
694,385 694,385 0000000000000000000451898e09068b69ca072ba14d3c3a507f459ea7133b3f 1.51 MB 2,632 17
694,384 694,384 0000000000000000000e47b8ce46be31ee759975e834ec4bc4b6ab667038a0e2 1.44 MB 2,587 21
694,383 694,383 00000000000000000002099cdaffc77cb86740a8e17ec158ed9ed28f6ea0caa3 1.41 MB 2,533 16
694,382 694,382 0000000000000000000683002a321fd9a32f5e68a19ea070ba344f54433f4345 1.18 MB 1,435 2
694,381 694,381 0000000000000000000f1344c6248f7bc8cb51efeab250ad9af6df7c7f3daef3 1.49 MB 2,313 14
694,380 694,380 00000000000000000009a8054843a20ff826eed5d89be66fb4911215b2ce0825 1.52 MB 2,250 10
694,379 694,379 00000000000000000004d934db8bf35a922a6f30064a009ff8a891c4bff33af6 1.40 MB 2,298 10
694,378 694,378 00000000000000000005fca6f389cf7531f51705332858785f63166db6237893 0.49 MB 816 18
694,377 694,377 0000000000000000000dbda1abddad2b4048e20340a51835555a25291385cbfe 1.11 MB 1,846 9
694,376 694,376 0000000000000000000c37496522360e1a6bf5eecaa8ee75b000df3af69f97cc 0.74 MB 1,342 21
694,375 694,375 00000000000000000001936b482db0055b7cd12d3226cbf786ab6562def259e8 0.46 MB 447 2
694,374 694,374 00000000000000000010c43730f8513f7d801f8c13e44c95d656764a4e33b121 1.48 MB 2,618 17
694,373 694,373 00000000000000000003d78c6f681988eab6048037be9e819fd93f9371002d62 0.31 MB 582 10
694,372 694,372 000000000000000000081e6cea99ce71009dd22ff0178d243242158a3f93c2ae 0.54 MB 848 11
694,371 694,371 00000000000000000006ca1c163adc70b6598a7f9bc6a4f701e41acdb473143c 0.59 MB 1,154 11
694,370 694,370 00000000000000000012de22636ea54cd5e753eed9f254a499806940175bb15f 0.68 MB 1,375 14
Previous 10 blocks ↓
Total Size: 651.46 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,134.84 GB sent, 68.72 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.