Memory Pool Memory Pool Refreshing

70,791 transactions
27.70 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,999 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,123 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,998 (150,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,395 694,395 00000000000000000002f0ab18803ca035d1d0f9f547475457d1f6434d848320 0.27 MB 673 17
694,394 694,394 00000000000000000004fd6dd1f9cbd97404d23d59da41c5bc7e360f1c720ea7 0.18 MB 197 12
694,393 694,393 000000000000000000014ea86da1787feab69ffcb16fd32572895ea76c24a4e1 0.39 MB 716 1
694,392 694,392 000000000000000000003957d0a927c910bb42f33de14d4013d3aa6a2d8e281b 1.25 MB 2,006 5
694,391 694,391 0000000000000000000c9b6aa49335cee208372db303cc1a43d2a79c22f93773 1.50 MB 2,628 9
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
Previous 10 blocks ↓
Total Size: 652.40 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,256.34 GB sent, 74.37 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.