Loading Tool

Explorer IconExplorer

Memory Pool

37,919 transactions
27.03 vMB
0.06467190 BTC
Random Selection Loading Transactions
Max Size: 137.56/200 MB

Candidate Block

Mining Attempt 11691fce493dc685dfab01c7206bce514006718aabec7d2b8a0219cc53ffb640
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root aaebcf81c3ca141e2c9d95bb07dbf5269814211807d6042341e44191ffd235d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,761
Size: 1.00 vMB
Total Fees: 0.01382081 BTC
Feerates: 100.28 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (456,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,381 458,381 000000000000000000ceeb959b2386c13438a30c5c971a9bad5be8d8eed61d9d 2,160 1.00/1.00 vMB 164
458,380 458,380 000000000000000000fb6ae8b57a139a9991e8d21c0ff326b09fb5b6cf829fc8 1,904 1.00/1.00 vMB 163
458,379 458,379 0000000000000000013040905adc5fd883c48faf04c513f915b33c718e038055 1,930 1.00/1.00 vMB 248
458,378 458,378 0000000000000000018474cf409a4b04f89d38c20b0e8d777454d0ca8d05a6ea 1,388 1.00/1.00 vMB 89
458,377 458,377 000000000000000000d184ef465c59ae4a82c9356ce5d5b1559b4e24b688ee31 2,297 1.00/1.00 vMB 193
458,376 458,376 00000000000000000011514d841c537948f0a43c0989d628ee5d36d62178ea74 1,131 1.00/1.00 vMB 89
458,375 458,375 000000000000000001d2cd49b2c98c4256eaded37f4d32610375c524dd225710 2,004 1.00/1.00 vMB 143
458,374 458,374 000000000000000000905b24717f185e3b7cb5e5872be859e07531828013115c 1,304 1.00/1.00 vMB 102
458,373 458,373 0000000000000000008843cfe3b17f9955f42108e8912d88f2c89692758ebadf 2,186 1.00/1.00 vMB 184
458,372 458,372 000000000000000001576ef671b8e1f6b5facd69ca7e5c74ed60b665d2a8733f 2,149 1.00/1.00 vMB 158
458,371 458,371 0000000000000000001b94937d817adaef3f551d15563481741d061c754de5b3 1,978 1.00/1.00 vMB 203
458,370 458,370 000000000000000001f7ff00614918267ecd07fe6f9cbd0d8a7d2a35a8056b17 2,299 1.00/1.00 vMB 173
458,369 458,369 0000000000000000011be7f397983a2e0edeac04d88a961809bff7f063d8338d 2,571 1.00/1.00 vMB 216
458,368 458,368 000000000000000000f1a9b55e6a4dc570b140de72b18f5dc47d9ea485b90277 2,163 1.00/1.00 vMB 111
458,367 458,367 0000000000000000013e587d3f39a789a93533aa6da047c347d146f0588eadea 2,080 1.00/1.00 vMB 192
458,366 458,366 00000000000000000209f0d7f85329386e9f1e12e2b300a366afc1ad1ba8f297 1,125 1.00/1.00 vMB 98
458,365 458,365 000000000000000001a5b1c748a44ede4d984f41683896e2e108c3203e4d3341 1,114 1.00/1.00 vMB 122
458,364 458,364 0000000000000000004ea7511169786d577435622823638dfcaf7cc76b613af7 1,932 1.00/1.00 vMB 142
458,363 458,363 0000000000000000023743de0e52fab9c3b7238824d5341f9b021623d6638dd9 1,767 1.00/1.00 vMB 165
458,362 458,362 0000000000000000000104b3c2dfb2a508879aed3683e866ad05c6555d07b888 2,017 1.00/1.00 vMB 180
458,361 458,361 00000000000000000047c4ae168de907d00949980510435a6c91be27e96003a9 2,114 1.00/1.00 vMB 237
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.