Memory Pool Memory Pool Refreshing

59,256 transactions
27.68 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,360 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,774 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,359 (543,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
326,429 326,429 000000000000000009bfffb9ad725315771ed4db1beb1eb2ec2e57b2c784f1f2 0.01 MB 17 22
326,428 326,428 000000000000000019ca464959bc0bdaa32634d6b87d241ff063e4209c10d3e1 0.05 MB 82 24
326,427 326,427 00000000000000001ae9db6043caee6ecaaa36016a989777879e27ad504996d9 0.12 MB 202 26
326,426 326,426 000000000000000016b49b61ed8ba506868e36d30fed1afd828aa5d21b3883aa 0.18 MB 309 24
326,425 326,425 00000000000000001201df48ac8b6355aa1bf1241f2cf7742ffb7daee0ea3e1c 0.02 MB 34 27
326,424 326,424 00000000000000001384ed80f3068e17a0f0fb9ac89eba0a19050a3de93abad8 0.04 MB 77 27
326,423 326,423 0000000000000000072007a5d104d411d3607b90664177250a65f31cd011ecf3 0.06 MB 113 24
326,422 326,422 0000000000000000012c502eb3b513095a3f721161779774f63dc52c1d3ca38d 0.03 MB 83 35
Previous 10 blocks ↓
Total Size: 700.12 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: 2,245.78 GB sent, 211.18 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.