Memory Pool Memory Pool Refreshing

41,255 transactions
17.77 vMB
Show Random Selection Loading Transactions
Max Size: 112/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,054 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 7,566 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,053 (672,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
196,441 196,441 00000000000004701410fe41cd38f9c75974bfe6553bf2f0d50da6b4ed1cd373 0.17 MB 440 293
196,440 196,440 00000000000001b8461c0f7295507fd5e1abb4fd78b7c7b72d47a48f7a336578 0.09 MB 163 217
196,439 196,439 00000000000004314e57afb52257fe7870b991a2002a6f16b6e1a1d006c41bcb 0.16 MB 397 333
196,438 196,438 000000000000019302ca31489b68b908bcb8ab1c8cdb4f41a8883c8ac54c057f 0.17 MB 514 273
196,437 196,437 000000000000037a12dfe9d4566bf1efdc04082c965fe43867fabcf24a758360 0.06 MB 148 147
196,436 196,436 00000000000005a98ef244f99c1cf2c2df9c49d94c840a30860f94c101d08009 0.06 MB 143 131
196,435 196,435 0000000000000520e23d0c4fcd037c671beb192fba564a0d8c10c4d0989b7a7c 0.15 MB 355 204
196,434 196,434 000000000000025f524f91227fec846c5e7a1b64077852f48e278a7fcefa51ec 0.16 MB 278 98
196,433 196,433 0000000000000346cd7475222e9c8bcdf23fc76d8adbea7821c53c594738af30 0.25 MB 773 223
196,432 196,432 00000000000003ea53ec2e6e54f90567469a370cb137da38950d922677900bfd 0.01 MB 30 138
196,431 196,431 000000000000056e0ff475d49ffa94ea4071e6486c229d6d0b5e3f99534c471c 0.08 MB 197 190
196,430 196,430 000000000000027f4e8b70860397d91d91650165151fe8fe251f628e72fe5c5b 0.19 MB 464 135
196,429 196,429 00000000000003b2e15b4aa17b610540c83966170fac499cc638e24b4c876eaa 0.05 MB 164 128
196,428 196,428 00000000000004104c65e0ce69328d0c633478dbd538ece6c622f49addebfe59 0.19 MB 417 123
196,427 196,427 0000000000000182957a38e75d3f8c875e3ba0f68398787ede96c77e449e48c7 0.06 MB 185 231
196,426 196,426 0000000000000257e903909a4ac1921e14eb10a794d996dd8c93e7743159ae51 0.24 MB 547 126
196,425 196,425 00000000000001e675cee1ef82878f4bfeaa132b8160851356860cd1025e91af 0.19 MB 512 166
196,424 196,424 0000000000000378a9ea403802ba2d9c952e85be61111fd35e67aff6745bb58f 0.05 MB 137 298
196,423 196,423 000000000000040df19e52c58b17f8a5ff6ded1490729f93db6b601746373b88 0.22 MB 495 243
196,422 196,422 00000000000002afb2a5cd4d27831fba90a38e9c0c2fa90fd0bc803cbf28e6f5 0.05 MB 142 222
196,421 196,421 000000000000004ce3b20c189d1811074438eddcc3b646f567c27bbe119c37c7 0.05 MB 130 120
Previous 10 blocks ↓
Total Size: 697.66 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,058.63 GB sent, 195.85 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.