Memory Pool Memory Pool Refreshing

15,662 transactions
26.04 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,318 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 526 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,317 (665,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
197,338 197,338 00000000000003dae1ad6152ff5c9793d0e48f1c82fc3f71fa63ce2e66ecb353 0.09 MB 154 155
197,337 197,337 00000000000002776a96db0b5b00970952c383f768c1a0e0d51a6f7c43a030ae 0.13 MB 271 153
197,336 197,336 00000000000004f8ac37cd3b07062a6a8c488093815aad44ac351624d0ed6550 0.00 MB 12 0
197,335 197,335 00000000000003e1c7f116eb6d5e0ce6ce289de9f94634b835d094c50d69f713 0.06 MB 194 165
197,334 197,334 0000000000000594f91b10c21fda04571677b3b34e8ababb17ad5972fddf557e 0.11 MB 256 83
197,333 197,333 00000000000000af8e48bdd5256ab6e0e8dc6481dbe3e525e2f31f1070c43158 0.38 MB 1,024 96
197,332 197,332 000000000000023aae1669567a8c33dc1b4dc9cf9a2feb69847c8e955096ff3e 0.05 MB 134 78
197,331 197,331 00000000000006dd81004482764466399231d7b6db605c993892d5f272a8030d 0.04 MB 145 7
197,330 197,330 000000000000043468785070886ae3e14d86381ca473edd6e36da192d06a2ffd 0.07 MB 170 119
197,329 197,329 00000000000000951fc2bc7b32ec0606a09309eabe530f49df6708dd8342c7f2 0.01 MB 43 125
197,328 197,328 0000000000000119aba7e1714f7ab3ee8c838295e24407e7413e16cdb0451134 0.07 MB 189 144
197,327 197,327 0000000000000237974f1a76fd6027d8f1d92425422ece1f61fb0d1dfe16962a 0.25 MB 572 134
197,326 197,326 00000000000000c1d46e2abbd0bf4a7b7db051e9742bb640de3370e7e1255e85 0.02 MB 58 193
197,325 197,325 0000000000000322d2dfe77bb60d35fae52bfabba06f15c918ed8e8555efb6e8 0.20 MB 353 110
197,324 197,324 0000000000000366137cbdfbfe9e5cd2032228135ff56693396dd07a82e7f00d 0.20 MB 460 138
197,323 197,323 00000000000005d857e6639f2156e7b2fe0d95c5c542f278055a9aaec552e64e 0.05 MB 121 109
197,322 197,322 00000000000004b792122ae42d2b614d234d76b2804bed734c455c00b0523c6b 0.15 MB 144 81
197,321 197,321 00000000000006dbffaef24791a59450e83474da729e6f9e1f33f3c134a2eae7 0.12 MB 267 120
197,320 197,320 00000000000001ad5539e2bdc821e26d45421fc805182699eefae53dd8b47019 0.00 MB 13 44
197,319 197,319 000000000000031c4fdcfaf96fc60f88d18d80fedcd0eaf57318720bb0339340 0.00 MB 7 15
197,318 197,318 000000000000030b1dc999bcc10999f79dcdb0c344b6b7963cefaed32717361c 0.21 MB 507 139
Previous 10 blocks ↓
Total Size: 686.72 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,487.03 GB sent, 116.53 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.