Loading Tool

Explorer IconExplorer

Memory Pool

2,193 transactions (1.00 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.27/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,303 000000000000000000022b910000000000000000000000000000000000000000 2,162 0.01265099 BTC 0.99 vMB 1.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,302 (755,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,190 157,190 000000000000090009bec933d40f5fb1782dbea7b3f3798ea546287062cd325f 0.03 MB 38 158
157,189 157,189 0000000000000a66dbd05921f88e9577ad72848e7c1c759e9ba0cfde9d17baf3 0.00 MB 13 167
157,188 157,188 00000000000001017ea61765a4da9a647d059a7605cf3948b8c2a0e3f3393ea4 0.01 MB 25 212
157,187 157,187 0000000000000a1f0b8f3c98ecf110fe9dd0a717f2e1f793a2ab20dba847c085 0.01 MB 15 29
157,186 157,186 00000000000000acadee9975923f051fe262c6ad20ef705b147aba891b6cf4b7 0.00 MB 8 461
157,185 157,185 000000000000085418ddbf64848d6f163e03b8e15ef2bd0a91fc88a80a38dcf0 0.02 MB 90 2
157,184 157,184 0000000000000cb40dddb07c30830309a3e02ab26b8be54787cc468130786a6c 0.02 MB 35 180
157,183 157,183 0000000000000e8d3b33fa58e18204c65288c4cfa69b4681f322b0c9859216f1 0.01 MB 24 93
157,182 157,182 00000000000005de683c78874c9856a0fdb6dc9066c7c2369f37532a461c5965 0.00 MB 8 29
157,181 157,181 00000000000008a88af514645ac56aff4be6c252a01ace8924609a17d1fd0a1f 0.01 MB 38 251
157,180 157,180 000000000000066c413cd6144e7135fe3f5ab2494c51c52ee9ddda0da30a4bec 0.01 MB 16 58
157,179 157,179 000000000000056c46f20af8fc38080a33320c4a6ec6d1f96095ae8881820d65 0.05 MB 171 0
157,178 157,178 0000000000000bde6ff4bec508424bc2c32f7034a8a3812f90f9b3fea3a6014e 0.03 MB 87 90
157,177 157,177 0000000000000d426c6c27d5b385f2f28d0e72195d6a60e469ab60e646a0495c 0.01 MB 13 50
157,176 157,176 0000000000000d62fabcf1d113a4661d7d77a8fdaeb8ae8abd5353aeea2ebfd9 0.03 MB 23 81
157,175 157,175 0000000000000c6e3fe31d35fb18be5edc0cbac8bc5acc41161a8668692efb9a 0.01 MB 15 367
157,174 157,174 0000000000000a01675d68e2f8f480db9b2c70fb4e20c1e12ec537fd787d755a 0.00 MB 2 193
157,173 157,173 000000000000072d9705a6fa0c4567cde0760d96e95b40a918227a5a121a1484 0.00 MB 11 323
157,172 157,172 0000000000000e12392a7a34e68ae046fa700e90bc07a464da291d737e8d2e48 0.00 MB 12 52
157,171 157,171 0000000000000e5260eda3893ac983b142cfba73e2298263512ccaab7b9308b1 0.03 MB 39 46
157,170 157,170 0000000000000576503e29924f7bbb9217e72df35adb467cad7cf559e18434bf 0.04 MB 76 163
Previous 10 blocks ↓
Total Size: 777.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.12 GB
    • Received: 136.54 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.