Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,192 transactions (0.44 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,326 000000000000000000022b910000000000000000000000000000000000000000 0.44 vMB 1,185 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,325 (675,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,564 235,564 0000000000000049e79453cd0c35fde2cbf9d1fbd542f17bce12b28a917c25fb 0.02 MB 65 212
235,563 235,563 000000000000008cbae8e1a1d952fdff3a4ae9236b1df4a8ecbf114b561e6750 0.10 MB 178 126
235,562 235,562 00000000000000e3059b241def7f50f6542f3b45f61232faa0238fc066fe3754 0.30 MB 678 187
235,561 235,561 000000000000002744b711c6b529e4932ecb53720db0c6460d5b797a4f303dbc 0.21 MB 379 128
235,560 235,560 0000000000000190b4ffe929d096769f7f2e0f57b86a4813d87e22050adb1502 0.47 MB 952 1,105
235,559 235,559 0000000000000060a63fb61ed3ba80d99c24e7f7c94ee29b243f688ebf92a183 0.25 MB 692 210
235,558 235,558 0000000000000039e49118426bbe6739360d35116e920d6502dcacd8e51bc74c 0.16 MB 393 218
235,557 235,557 000000000000000358824b4c83e3e98c29eea91f66b0cdc6775376c67ced641b 0.25 MB 515 169
235,556 235,556 000000000000012a8615082f155cbc737cd1231c40cbbe87e4a29b977e7a9522 0.12 MB 237 108
235,555 235,555 0000000000000191470e55feb69b3b43c8ecbc873757a18a85117d4613e53fc9 0.13 MB 323 197
235,554 235,554 00000000000000e3cd11e0a2314adbfafd4ec557ee3bc6e71a138e2b085e2504 0.15 MB 153 77
235,553 235,553 000000000000003c64d1a0857685fbff989df105e60bfa860fcbf4e020dd1691 0.10 MB 176 155
235,552 235,552 00000000000001299f92c39f5e3f36c5566d0be902af6cef93df383c126ee99e 0.15 MB 133 47
235,551 235,551 000000000000000cfb5045d91acbfd27defeed0335c5bdc08b3f8795ad6e50f2 0.25 MB 612 1,954
235,550 235,550 000000000000015070c62e6aa2d3d4a2968c4da5efac3567146119fbfa786938 0.15 MB 350 223
235,549 235,549 0000000000000100c4ad8e160f1ccff4fb64a65e5ff65e3584fe93029e7d57a2 0.13 MB 252 203
235,548 235,548 000000000000014d56f784981b0a7871b69de0dc60b55b0c2f3557056044a8c8 0.10 MB 206 153
235,547 235,547 000000000000005766938a5a5fa9291fa2df088f90fdd6371abc0f4434234127 0.21 MB 447 169
235,546 235,546 00000000000000bcdc2f34d279bbe75989aa10c0cf36589676891713204eb404 0.05 MB 127 192
235,545 235,545 000000000000017321f0411640e86cb5dc99078bf6529f40a97cd8c4d815841d 0.15 MB 154 68
235,544 235,544 00000000000000991b90dd3c9c30bf7db7aa3bfb8ebd73a07d34ac3bfe76882c 0.15 MB 213 52
Previous 10 blocks ↓
Total Size: 775.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,399.72 GB sent, 128.05 GB received

Notes

  • This page updates every 5 seconds.
  • 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.