Memory Pool Memory Pool Refreshing

29,598 transactions
32.98 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,094 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,081 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,093 (17,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
844,193 844,193 000000000000000000026d1decff739c0b84f3427d6ccd1e6a5fcaec7ffe35aa 1.52 MB 3,107 17
844,192 844,192 00000000000000000001468bb84f481eeb67986d037a3c97a5734d2088d09908 1.72 MB 2,069 7
844,191 844,191 00000000000000000001ecd7d88d8e721c57bf912c192a888651d0b569f4f620 1.58 MB 1,948 11
844,190 844,190 00000000000000000000ee4e964d21090adf83306f20367cc312343bb498d193 1.66 MB 3,520 9
844,189 844,189 00000000000000000002b09953fb1fb19e2b339738548848ccee011021fd812c 1.79 MB 5,773 7
844,188 844,188 00000000000000000001b993a37c4570456cd92baa614f8768fbf0ea14aacec1 1.58 MB 3,489 13
844,187 844,187 000000000000000000033ca23e8f04745d256b0fd1fb0cb02591242f3fc193c7 1.81 MB 4,347 11
844,186 844,186 0000000000000000000103515779cf19b862ae428b4ee138624af69e92867ec0 1.62 MB 4,296 11
844,185 844,185 00000000000000000001fe40ffd2f1d84bf388e49e76ef31c334b4d292db126d 1.72 MB 4,514 8
844,184 844,184 0000000000000000000019eb3cbcead269b5d6287501fb0835db8ce2fab41cc9 1.45 MB 3,365 8
844,183 844,183 00000000000000000002b09ec756109ca1b197235d37f1a2e0a94f587e118ac3 1.44 MB 3,453 7
844,182 844,182 0000000000000000000152a26c4877545005c13e5418603baa267080dd6a61ce 1.61 MB 5,675 8
844,181 844,181 000000000000000000011f8327d0ef8289d39381f83fdedb4705768beafad11d 1.66 MB 7,635 7
844,180 844,180 000000000000000000028fd02ad1eaec837751bb8ea194203d2e727f51bb6c5c 1.60 MB 5,629 9
844,179 844,179 00000000000000000002df528c3b1d1c616bf465b2d82d15ef8f5fdd98eda321 1.64 MB 7,602 7
844,178 844,178 00000000000000000001b82ed2ceee4915317b481bede23e8bd25d5345eaa435 1.66 MB 4,748 10
844,177 844,177 000000000000000000002bb52e280360a3dcb8362faf405a9df76a67c573c102 0.00 MB 1 0
844,176 844,176 0000000000000000000083925fa1911b18df92d0e50f1a5b9928b0a893a7b9be 1.59 MB 6,140 9
844,175 844,175 00000000000000000002490e6d588927fc43c7508cb60d5b51fd818ea173aeda 1.54 MB 5,794 8
844,174 844,174 00000000000000000000704f9dc9b345c9814035d9854d6d36ab506f34b67b2a 1.48 MB 5,625 9
844,173 844,173 00000000000000000002cb919270bb0c4ff7b92b4222e8ebd7ffd8cfec21ef12 1.44 MB 2,261 11
Previous 10 blocks ↓
Total Size: 684.34 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: 1,335.96 GB sent, 100.60 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.