Memory Pool Memory Pool Refreshing

72,357 transactions
35.59 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,455 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,066 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,454 (519,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,450 326,450 00000000000000000722a27a7a1bf5c656ab85daefcae986bc403aef8c1f62da 0.75 MB 1,408 33
326,449 326,449 00000000000000001594fad6d7f1ff5fea4ff08ea6268271c40a783ccdca3db0 0.10 MB 95 12
326,448 326,448 000000000000000017bea8c25135068ca96b93a5848120b5eba63c6fd802ef7b 0.60 MB 1,050 27
326,447 326,447 00000000000000000898b6d7e23fd5e42cc4374ab4d054a3213691ffb5d98c38 1.00 MB 1,840 26
326,446 326,446 000000000000000019f4fc5fe37591282e70ba1cc70306764ab7d6bd31cb0e4c 0.32 MB 475 25
326,445 326,445 000000000000000003f6455da65ada92d0f4e092559b996faab3c89a213ca33d 0.67 MB 752 19
326,444 326,444 0000000000000000193c39dc3b52c7307b417960e36f73bd8fcdbe796c124fb7 0.75 MB 1,191 26
326,443 326,443 00000000000000000a8be21cd392d4b83bd4075306f082066ea6e493d541bdab 0.20 MB 340 21
326,442 326,442 00000000000000001c2467dcd862134a950d07edad6695d47bb0c6b3a5a5aed1 0.26 MB 257 16
326,441 326,441 0000000000000000173858672370e6bcf2a08f742b2f5f4732310b0815a46a2c 0.75 MB 1,282 26
326,440 326,440 00000000000000000e3b702c2a117456512dec384a4e66578b50f22905bde5b6 0.37 MB 768 30
326,439 326,439 00000000000000000b08bdf67c1558582ca613059b8d04550747bf6fd64d82b5 0.23 MB 456 26
326,438 326,438 000000000000000004ea33ace3a759cb3d02be78da6c4cbcf445d3a8090ef5b7 0.43 MB 408 17
326,437 326,437 00000000000000000573bfbcf84b05f6bec5685489ec24aa1d69650677f9ea79 0.75 MB 1,616 31
326,436 326,436 000000000000000003dfe60d5659927e4eae04422b3243c812eefa1bb40d0dbb 0.01 MB 18 19
326,435 326,435 00000000000000000f61c00246f1439e9eee29b0fcd156e7a3c1dc5f8ed9e249 0.09 MB 138 21
326,434 326,434 00000000000000001de24694e9e1bf939b9e411495ce096fd93847a2aff30efd 0.08 MB 127 24
326,433 326,433 00000000000000000d6e056d814029fd16cb069aaa1d0fabe6a6def0f94cb435 0.12 MB 196 25
326,432 326,432 00000000000000000f7b275f57d1038540619a8cdbbd00b010ac904d736a66f3 0.02 MB 58 29
326,431 326,431 00000000000000001cac2c3900c8c9031d645f45b36bcf901290c6b0ef7cf179 0.29 MB 550 27
326,430 326,430 0000000000000000139ab21341111fbb0d4956c101b5d63c0fb7f4550e5f2764 0.09 MB 149 26
Previous 10 blocks ↓
Total Size: 653.25 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,305.87 GB sent, 80.33 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.