Loading Tool

Explorer IconExplorer

Memory Pool

82,655 transactions
31.75 vMB
0.11571806 BTC
Random Selection Loading Transactions
Max Size: 190.78/200 MB

Candidate Block

Mining Attempt aaf61c67f1e46a83530abbd38b0d222ba6cacf60f4d6f944feecdd729bc55e76
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root dbb05978fda19c7921380947e2c9a0f63fd15915d610f700df2e44badc5a21df
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,487
Size: 1.00 vMB
Total Fees: 0.03050798 BTC
Feerates: 318.30 > 3.06 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (674,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,307 241,307 00000000000000e65d8115cc00b858b9f32f551e215e4ebaced7c16f3be1f31b 334 0.13/1.00 vMB 179
241,306 241,306 00000000000000537fd3ba775e71a0c0d4968952bb4f71243db1eea8c93f183f 392 0.15/1.00 vMB 172
241,305 241,305 000000000000004e3d2a2b2b049caa69247caa4b7ce0b94a46fe31d65845bedc 51 0.02/1.00 vMB 178
241,304 241,304 000000000000005221c49e21068f0493a9f5c3c3f652523e9a2353bf12dad12d 155 0.16/1.00 vMB 88
241,303 241,303 00000000000000f8c161db32996dd15231405c9d0db63488a88f089e90210031 268 0.19/1.00 vMB 106
241,302 241,302 000000000000008285184f6bf7c309c5d9240975ba9ae1ee1930176bdb1fa047 710 0.25/1.00 vMB 214
241,301 241,301 00000000000000d98c8eb5a374636c4f0f31da79c2b09407ce3969641c7b37ea 50 0.02/1.00 vMB 229
241,300 241,300 0000000000000083768de45278f5b8a962473049fa568374aedffa15be03a461 174 0.09/1.00 vMB 153
241,299 241,299 0000000000000068f6257d00c153673ff9b8f94ab85a42008e07ea7c2a6b32bf 301 0.13/1.00 vMB 155
241,298 241,298 000000000000005613d0a2c7691662eefbb0c5f022041dd1e006e63eef4a8a7c 222 0.09/1.00 vMB 194
241,297 241,297 000000000000007ebee4ef0bf3cc0d1b7e8415ddf24b875aea1859499d7db560 128 0.08/1.00 vMB 100
241,296 241,296 000000000000005b8db755317f68d72e2e955680e352cbb7a7f7e9039dc7eb41 118 0.05/1.00 vMB 175
241,295 241,295 00000000000000a9417e5061d9b76da84a8be3753163614d3ba1f38195808e3b 26 0.02/1.00 vMB 94
241,294 241,294 000000000000010085c57cfa4dd4349a4d4d6aedf5d38416aab2ff14ae3224b9 99 0.08/1.00 vMB 114
241,293 241,293 000000000000003b533559d5fe22dd65d114d6f9bf4eca4f3b6c892b5ca76287 114 0.05/1.00 vMB 191
241,292 241,292 000000000000003bb1ba5d33f57fb05b19504d832c8fefa7b6f1c1b7fe68a443 256 0.30/1.00 vMB 21
241,291 241,291 00000000000000982a0ca15452cfbe204511e395864ff9cb9f179a90429086ea 246 0.12/1.00 vMB 157
241,290 241,290 000000000000001a0668ca8312450dd7c7357a4571db713ebed300a5bdd7149a 332 0.16/1.00 vMB 212
241,289 241,289 000000000000010e3f3645978e7d14bdb2e06e69a20c1c8d46acee1ece9bf37a 342 0.10/1.00 vMB 50
241,288 241,288 000000000000002aa4895a61335f362ffe34db791051b4b784d5643c904b366b 322 0.15/1.00 vMB 182
241,287 241,287 00000000000000faa7f4419ba377e38d5715dbd2922351a71fcf1b565a7bddf8 163 0.08/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 783.00 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: 718.80 GB
    • Received: 17.95 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.