Loading Tool

Explorer IconExplorer

Memory Pool

23,131 transactions
9.89 vMB
0.07653413 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.87/200 MB

Candidate Block

Mining Attempt 020a7fb8b7939ac4914f6474163e40c4d0aa934a64b1ea08e232617c80729672
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 1aab302cff0489237424700f6c5af4f3a5ea5793152e1247295bc7d331af50a8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.04840493 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (660,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,304 253,304 0000000000000047c6ec6b8272fa559e53a7a391c3b919312d9c7291633da056 407 0.18 vMB 79
253,303 253,303 0000000000000031c8fca8038ed94e758dfe579ff81590283a04394d21c2f27d 527 0.25 vMB 130
253,302 253,302 0000000000000027de1f64d38861d3b996ccf4232baf5981979367baa3855998 590 0.29 vMB 95
253,301 253,301 000000000000005094c6d6af73935a7cc57f8bc8a71aad2bc78e906851726c56 266 0.13 vMB 61
253,300 253,300 000000000000003f56c9f58946d3fd0fdd50a03ee09a179d0f2454759987475a 192 0.10 vMB 90
253,299 253,299 0000000000000020255f6135eee66bf8bf0d81e3dc2c86118a37e79f3c864d52 322 0.14 vMB 113
253,298 253,298 00000000000000295a0b01d209b149f919870a43ccd99194d21eca238dd2ca31 799 0.34 vMB 113
253,297 253,297 000000000000000ca179e925d822b2575d5a135238e50c719478f317905ea9b0 240 0.11 vMB 99
253,296 253,296 0000000000000031035ea708dc6590ac04030cf5e5c357470a5c2f3b451e285a 38 0.02 vMB 78
253,295 253,295 00000000000000247c0a14c32a9e480555e99e68405e8767fa6844893aa6182b 326 0.12 vMB 122
253,294 253,294 000000000000001da22d14899d6d9cf611367e48a760aa01cfe7d498a2f0558b 112 0.04 vMB 140
253,293 253,293 0000000000000047ef1de542343a9fbe19d94d490fbbc2e8843b3b1f3677d868 147 0.06 vMB 187
253,292 253,292 0000000000000048dfc85a8a5993cac5ec728ea084c5a9dc22de6eb1efb92c1c 20 0.01 vMB 29
253,291 253,291 0000000000000024b33e12bb6eca8c1b3c6e9a033b8f78bd1c92856c3973bd66 301 0.13 vMB 107
253,290 253,290 0000000000000025dcfc90e4c965cdf33edec87b49b41cf4bef35ea87756e408 584 0.24 vMB 116
253,289 253,289 000000000000001a6ea620bf5b003d7b77e56f3e6c370479ec5fcefb4238ef1f 219 0.09 vMB 101
253,288 253,288 0000000000000017d02f83baabf943f8f8635846110819dd8dee3dd175a2b8d8 108 0.05 vMB 115
253,287 253,287 0000000000000011b26a41131706f4b79a73e57795d378806f9468b69fb9614c 80 0.04 vMB 94
253,286 253,286 00000000000000398efc59d3f27a72cf519196e66b4e8545ba8cab3a4825cc47 336 0.13 vMB 138
253,285 253,285 00000000000000323d8e23e07c721dd62aa7fd85dbb214ae89548bd0a3d700b8 234 0.10 vMB 120
253,284 253,284 0000000000000000dce4bec36e1133ead445a43668a2e7d36c35e689a682abd8 139 0.06 vMB 164
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 277.14 GB
    • Received: 1.08 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.