Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

203 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,395 000000000000000000022b910000000000000000000000000000000000000000 0.04 vMB 187 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,394 (846,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,207 65,207 00000000033b54fa0cadf78201b5d369969d2fcc822edc5cfd64ae7705d4e5cc 0.00 MB 1 0
65,206 65,206 0000000002fdb29ca31f95d5cf49ce8d804095e1b664a2058451a75979af70cd 0.00 MB 1 0
65,205 65,205 00000000074e3c150e060787bde15d274fa8dce0a46dfaf09191b873d061379a 0.00 MB 1 0
65,204 65,204 00000000056d25aa4e4db052a4f97336073db44684e61025772cd9dcd30c45c2 0.00 MB 2 0
65,203 65,203 000000000a42d18526d8a00309046976f180afea09f0545cd0928a653f9073df 0.00 MB 1 0
65,202 65,202 0000000008604efed78bb1812ae274be9ec467c65dc2016a673d1fbb3d8588f3 0.00 MB 1 0
65,201 65,201 0000000006158ac598081ff30e3956a603dcb5968479e9d08d781950c6fb8488 0.00 MB 1 0
65,200 65,200 0000000002e09647ab8aa727368bb41e24c15a7062dc654ef3e997c78be47fad 0.00 MB 1 0
65,199 65,199 00000000026379096f9b29b6353687b71e51bc5e4c0b4061a264f86a685af956 0.00 MB 1 0
65,198 65,198 00000000087004f05bc43adbd6eb176bceea8531e193630310657aad1a6cc4ca 0.00 MB 2 0
65,197 65,197 0000000005db506d9d805c17ba5e1ee640d19ca28175d8884073e106164c1ef0 0.00 MB 2 0
65,196 65,196 000000000a604b308a74d8e5591764ae6b111cba0e5b539537aa49fd2109e93d 0.00 MB 1 0
65,195 65,195 000000000ac74253ca808d7cc579189c4ce6f61f212cbe663363205a1560fe6a 0.00 MB 1 0
65,194 65,194 000000000210a3ed6ce532143591b436a45ca66058046e835a7fd87de6f8fdf3 0.00 MB 3 0
65,193 65,193 0000000009ff57d3ee17ff88e6beb1fe69390b3830473ffab39462bbf6be3eef 0.00 MB 1 0
65,192 65,192 000000000534ce8cf907b627e3a6a3539ea82643a0f7af3b7b3385e29216b86a 0.00 MB 1 0
65,191 65,191 000000000462dd1d6922233d157338800b5513a8ac85c8e4966c721ddcd1a9ca 0.00 MB 1 0
65,190 65,190 00000000047a004b1a6b7a812f2cedf3e77182b300e2ef9f62dfa21e7bb75df3 0.00 MB 1 0
65,189 65,189 0000000009ee46cc64eb31c8f674a81dc5a7ba3bad0e6e377e893307b0735fd2 0.00 MB 1 0
65,188 65,188 0000000005971d3b3fda2f4f037cee210193173004bb8ff6dff89abe8f968bc9 0.00 MB 2 0
65,187 65,187 000000000549fdb62793d605d260bc6c2b3bb216b01bc5c61dd4f838a36ccc67 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.97 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,403.54 GB sent, 128.66 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.