Loading Tool

Explorer IconExplorer

Memory Pool

1,482 transactions (0.37 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.33/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,380 000000000000000000022b910000000000000000000000000000000000000000 1,470 0.01005040 BTC 0.36 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,379 (686,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,206 226,206 00000000000001b52887af1fd1f38ba99ee4db44140e428a38ab41d2d8f1333c 0.00 MB 9 122
226,205 226,205 00000000000000f80321468cf74380b7f03442c7f6fd6811797e05c3dfc9fdfe 0.08 MB 186 158
226,204 226,204 000000000000027847c93a4b3565b28fc73a1eeb625b5f1a92e270373ebb89a3 0.12 MB 266 169
226,203 226,203 000000000000001f7a79c13adfeb0848eab266f1176c2b9048102af8d7b88d27 0.14 MB 333 297
226,202 226,202 0000000000000118debe08fe65363cba2ae4518e0fcf825a6fb11c1f77597bd4 0.08 MB 182 194
226,201 226,201 00000000000002b414435f9489578e54d089a9aa9a805d97d36d763d2d68720d 0.02 MB 53 67
226,200 226,200 0000000000000287cc64c4469de825b17e7c8d90e3ecb942edebbd74a726f7d7 0.16 MB 365 178
226,199 226,199 00000000000001cbacdbabdecf2415e89c0e1b59266813913c7be2deb71ef668 0.10 MB 221 179
226,198 226,198 0000000000000295b44d976591991b889faf5407c621c961a98132b6bd529f1b 0.25 MB 278 192
226,197 226,197 00000000000002e795c6ad77bd81d9599147eda74b54c96bd841716020b2d3df 0.22 MB 268 111
226,196 226,196 00000000000001c64eaa6600ae80fc5f8f52d66110bb871a331b7327ac9d8c96 0.08 MB 77 85
226,195 226,195 00000000000001949cce79f40bb4bbba7821365d71c9b78684d00d5b222710dc 0.23 MB 493 199
226,194 226,194 00000000000001de783c8caff772887db3c384d0e7c91a13f5eb8f6dee8738df 0.09 MB 178 174
226,193 226,193 00000000000000ddb7ba5445166e6fb5e95d49b22430b18955f25e029bc489d1 0.41 MB 115 50
226,192 226,192 000000000000018f9c59bb0f1b6d72f1e7a1d6575c6d3d7545e4cd68811de5ca 0.17 MB 376 237
226,191 226,191 00000000000000629a09f4abe968cbe0de610cd6ad3751c4829f06c33bf729eb 0.15 MB 259 154
226,190 226,190 00000000000000adb5a01f23319d9bbf1682b1706fb75e6fe0dead0d5b53f16c 0.12 MB 225 76
226,189 226,189 00000000000003519231106b0edfabc7152cfcd4343d09ba725651923b8594e5 0.15 MB 260 165
226,188 226,188 00000000000000376343a84ab44beab701df7b1fa2596689666fb2e40cf73b1e 0.14 MB 318 189
226,187 226,187 000000000000015fe76bf27449101531f2efd93cb60e6d88a8289789f7f40aea 0.10 MB 220 173
226,186 226,186 00000000000000ea0a575c53cd44f918c31dce81ef1b0af56c71ed2cacd9376d 0.11 MB 249 176
Previous 10 blocks ↓
Total Size: 777.76 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,548.27 GB
    • Received: 137.14 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.