Memory Pool Memory Pool Refreshing

64,068 transactions
24.82 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,254 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,375 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,253 (290,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
580,128 580,128 00000000000000000010df1b174b6fbc9b84089065326391928e826929f543ba 1.27 MB 2,833 80
580,127 580,127 00000000000000000010245b9c20180d3435fedff44cf0406a0c0e7f4046fc6e 1.33 MB 2,529 81
580,126 580,126 00000000000000000008973c67115adc55485827178c7a4ebb4426201a92bbeb 1.17 MB 2,491 62
580,125 580,125 00000000000000000012c1ec4942973a4400dbb6fcacb9304ffc7ef0ef620f09 1.32 MB 2,605 95
580,124 580,124 0000000000000000000d27cf7d792c8aba88d57642bb8a0b9f0094eec0250b39 1.19 MB 1,598 29
580,123 580,123 000000000000000000023164419f85697f92fcabcbde12fca572ffb9e8d38e4f 1.27 MB 2,539 70
580,122 580,122 0000000000000000001067a2b802d51f365408e9e31f9c2049100bda1ce9c8a3 1.24 MB 2,533 100
580,121 580,121 00000000000000000011c139df5df54f373eca684380bb6fcf2f13c945ad9673 1.23 MB 2,571 99
580,120 580,120 0000000000000000001a3f1bc41df01febe184a020551375944dacf219addaf3 1.15 MB 1,773 29
580,119 580,119 0000000000000000001100cc3e9f0d2c7ae220dc5a598bfc716b185523c0f0b8 1.26 MB 2,793 81
580,118 580,118 000000000000000000051e9a837e1d86f725014421e3906871fd39692dcdb091 1.06 MB 978 38
580,117 580,117 00000000000000000018eb23fd46eaf5c3e98bde3ab29c492fdc326e5012ad8d 1.11 MB 1,781 49
580,116 580,116 00000000000000000001e93cdf1327f5aeaf6502075b94f54f3b7cb32adb9912 1.21 MB 2,123 79
580,115 580,115 0000000000000000001d72aa7f98ad829b881ba0b1dfdd3327633a58b80be6b9 1.21 MB 2,058 73
580,114 580,114 000000000000000000060abcfb1bd13379e124f350b73c9ac8da3fccd43ae582 1.19 MB 2,417 86
580,113 580,113 0000000000000000000dd9ccb5f5596f51036cddd6fda9728c6b4ec38a96ddff 1.09 MB 2,242 58
580,112 580,112 00000000000000000022759a5ec9e66c2f03aa4d9d07d64d37833e19f376668e 1.32 MB 2,425 82
580,111 580,111 0000000000000000002212257c3defcbc75a5b2cd51bb4e07e017eccb11257fb 1.19 MB 3,228 107
580,110 580,110 0000000000000000000f65b3971f4f9328c95d0bb951ed574ad06f3eea792545 1.35 MB 2,246 66
580,109 580,109 0000000000000000001dacc82e9524d68455a9cc054cfed741294a179609caaf 1.27 MB 2,911 116
580,108 580,108 00000000000000000020762b2919d9aa37a2bc07bce21221adc8ea2d2d0e4a74 1.55 MB 1,633 79
Previous 10 blocks ↓
Total Size: 699.93 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,202.13 GB sent, 209.89 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.