Memory Pool Memory Pool Refreshing

43,829 transactions
29.33 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,293 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,775 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,292 (4,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,244 860,244 00000000000000000000845908a9e55927853b56fae8e6e819bda40712ef5f95 1.49 MB 2,905 6
860,243 860,243 00000000000000000000933267dbb3d8b7b9d414f3526aeba1dfb5a42a768c88 1.55 MB 4,716 2
860,242 860,242 00000000000000000002196c31f21cdefd24bc03e2ebf67fc0eecd0dfc3c8d37 0.00 MB 1 0
860,241 860,241 00000000000000000000110285c0a286b6deaa1a93d6ff27f03edc24cd5af36b 1.58 MB 3,639 6
860,240 860,240 00000000000000000000d517d234dbd12002ecaf110f310fae904efb9dd48337 1.59 MB 7,003 2
860,239 860,239 00000000000000000002901de131b1273b73a9fc15bd7382d6d34374c4de8f0b 1.68 MB 5,537 3
860,238 860,238 00000000000000000001701060e05cb387757ca13651d571ac1b90b0a7143281 1.74 MB 5,689 4
860,237 860,237 00000000000000000001dbaf185ea7b5520aa4ed51050c450eed976d220d42c8 1.51 MB 5,202 3
860,236 860,236 00000000000000000000e7fac2c59bb358df3dc557c0389362d6ef28ab0df327 1.65 MB 7,111 3
860,235 860,235 000000000000000000007564dc88e86b1cfa1faa5902712d149dcb461617c9ab 1.60 MB 6,175 3
860,234 860,234 000000000000000000010c78406d35876fa4213310797c51e00e2e9f79c72475 1.61 MB 7,380 2
860,233 860,233 00000000000000000000b814f46721d155a5f373abf1804f0fc0852fd3fc8f00 1.63 MB 7,604 2
860,232 860,232 000000000000000000027a1e108d5a42bd7d834199583270dfe06cf91e60fdc3 1.61 MB 6,713 3
860,231 860,231 000000000000000000019e446580e9aec9b47c749b3c795bd8d09561bec7cba9 1.64 MB 6,233 3
860,230 860,230 0000000000000000000211aaa9be00d9697f9a400a74fcf370235af507e1a2c2 1.54 MB 3,212 5
860,229 860,229 00000000000000000000acd6f94a9f954e636678416488e0337706e41ac058af 1.65 MB 7,935 2
860,228 860,228 00000000000000000001a39e925f97cf61876b290966e2912597dc5b2527e5ce 1.64 MB 7,857 2
860,227 860,227 000000000000000000010b5eaa6b214594fe2b58985326afb95eb79df96097b4 1.60 MB 5,863 3
860,226 860,226 000000000000000000021f2857350a13b59d47528350f068f6c3b2c26f988054 1.59 MB 5,170 3
860,225 860,225 00000000000000000000b0adfbc06d6ca24dfe7efda7d0ac25cb9ebdc93680b4 1.51 MB 3,533 6
860,224 860,224 000000000000000000005f27619f27820e1cae5143db8890d28018ae99b76a9b 1.70 MB 5,520 3
Previous 10 blocks ↓
Total Size: 688.59 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,629.46 GB sent, 129.29 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.