Loading Tool

Explorer IconExplorer

Memory Pool

31,303 transactions (5.09 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 42.20/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,587 000000000000000000022b910000000000000000000000000000000000000000 3,627 0.02720257 BTC 0.97 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,586 (719,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,352 193,352 00000000000007e4288511e41e5b191890cff5d028fd16131bd51b5adf270772 0.19 MB 648 26
193,351 193,351 00000000000002fcc396729b7bddc7fd6f2e88cb2f3507bbb4d715ce11f000c3 0.03 MB 64 214
193,350 193,350 00000000000007dab570f35c2960b8da6594a2bc4f7057973a3c718f7cc3e54d 0.01 MB 17 60
193,349 193,349 000000000000039d6901611e3465f62ab81d3931701c0e604944944f021b29dc 0.01 MB 41 107
193,348 193,348 0000000000000056d25ba4c34bb4be7baa1362b74284aabbb4dbaf363753d4c1 0.12 MB 386 172
193,347 193,347 0000000000000778d2e776d5210be0e85cf47854dd3c1ad6e948f770c940fcf5 0.00 MB 13 487
193,346 193,346 00000000000006ab41b3b42fd0f9c0991d734a2144536b2668ba9e0edb77395b 0.25 MB 155 76
193,345 193,345 00000000000006b17260260669927770a80774b13276d523223cb457d66b319d 0.03 MB 112 74
193,344 193,344 000000000000058455f57e3c850f87750c400d302b372292cb0c70bc05f8d8a9 0.01 MB 17 50
193,343 193,343 0000000000000535e6884ac1fef046dc28e3e1b968d8f85120b937911c76f156 0.00 MB 9 37
193,342 193,342 00000000000000f354f51a60eecdfa3f5a292cf7f167cb6b83e4d31dcd325e78 0.19 MB 497 154
193,341 193,341 000000000000057849af130f2929801f3113fe63ba570a1e9cd19e4620b0afa1 0.01 MB 29 172
193,340 193,340 0000000000000255becef5a990a3672f2e7cc73349891ad57325bc3331e4e32a 0.00 MB 1 0
193,339 193,339 000000000000081ae2f3666c5ebb87cb69c9fe73f617ce310f694e46f79506e9 0.05 MB 154 355
193,338 193,338 000000000000049deb70d36396055d3afffef8916a07ea0fa916de077337fbb4 0.13 MB 331 155
193,337 193,337 000000000000017fb68ab2d25a4e013eb73592ab7d90890f70aa0dfc132343c3 0.02 MB 33 203
193,336 193,336 0000000000000360e8181887b0e9afc5c56b4f0b45a94796abff784d3b017d15 0.05 MB 145 80
193,335 193,335 0000000000000249c833854a24f5fe4707b8591873d2aedf3242ccb95ca59bbb 0.25 MB 533 115
193,334 193,334 000000000000038254192dc1df0f3fc117b670a607913090a33b97124dbe6c4c 0.05 MB 127 192
193,333 193,333 00000000000002cb500a7f0674dedde9d66debcd4a5457220045b519ec00dbb2 0.28 MB 567 106
193,332 193,332 00000000000007dd92496fa2819d2e1c1de336a16b9b6f703b77b1d532920f78 0.05 MB 94 109
Previous 10 blocks ↓
Total Size: 778.10 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 50
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.43 GB
    • Received: 0.32 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.