Loading Tool

Explorer IconExplorer

Memory Pool

77,101 transactions
28.67 vMB
0.09406997 BTC
Random Selection Loading Transactions
Max Size: 173.80/200 MB

Candidate Block

Mining Attempt 980026e4ff383cd133d95968f0fef659abfb10e0acbf28309fb17904453e363c
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root e261c0e1518cb65e3e4f84620519305f6321b80254935398c3f305de7f8ed05d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.03454021 BTC
Feerates: 101.64 > 3.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (419,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,368 495,368 000000000000000000704648c7f24599a0f9afde13a20985f92154eb1d392353 1,259 1.00/1.00 vMB 158
495,367 495,367 000000000000000000659e33087233a346eedd4fcf747f057b22b9475d28854b 2,105 1.00/1.00 vMB 216
495,366 495,366 0000000000000000000c9ad4fa5d81ca6f055fb75beb3be98ae855c0b963df79 2,203 1.00/1.00 vMB 381
495,365 495,365 00000000000000000074cf24c483128d9ea51cb77455964fa35626061e0e5205 2,609 1.00/1.00 vMB 331
495,364 495,364 000000000000000000b6456e5836f511c776f5f35ea0b5d66c248ef79fcdcf95 2,233 1.00/1.00 vMB 258
495,363 495,363 0000000000000000003dc82cf503eff702c89810741e8c81ea19a13f72bf2e52 2,531 1.00/1.00 vMB 273
495,362 495,362 000000000000000000b6e19311706e618ad1b723bfbf0ed8dbf36396eb4032d6 2,322 1.00/1.00 vMB 332
495,361 495,361 0000000000000000005f1f5ef946a613deb02022787293e7a61b7a1c97e851a9 2,313 1.00/1.00 vMB 306
495,360 495,360 0000000000000000009c9254dfa97cff95d6f7c4e17bacbe30334e4d8c6744ee 3,457 1.00/1.00 vMB 78
495,359 495,359 000000000000000000420d67d11661023bfb2b019fdda1cda748fc7a02af3bae 2,282 1.00/1.00 vMB 284
495,358 495,358 0000000000000000000c2fb3d16c653858bf1996e573f7fbb5c8ef8a7691192f 2,807 1.00/1.00 vMB 196
495,357 495,357 0000000000000000006f28bce79ff4397506c9ba0a449a794e221b09d4b1c3c5 2,101 1.00/1.00 vMB 289
495,356 495,356 000000000000000000a44b717118b40eb3fcd274eae942e1f6d89627f3e3727a 2,948 1.00/1.00 vMB 166
495,355 495,355 0000000000000000000885797a3a19d684af4575d2e8ad5762976505f761b64d 2,590 1.00/1.00 vMB 181
495,354 495,354 000000000000000000c802a461b823f5d4343d646fdbb7a734dab5e99822d01f 2,371 1.00/1.00 vMB 297
495,353 495,353 00000000000000000004598ddc942cddb1ff6b17003a1dd7f4108b806a8bf76e 2,189 1.00/1.00 vMB 233
495,352 495,352 0000000000000000003b96092b8ed4e8639b8c32c63c316fd143fe4b011f676d 1,561 0.79/1.00 vMB 125
495,351 495,351 000000000000000000a04f7bf2de2805a833a2cadf2777cc56cf1d48ed9b469a 1,325 1.00/1.00 vMB 185
495,350 495,350 00000000000000000053e9ff9ed35f968abec55b1c1da708b15a99dda46c8b00 387 1.00/1.00 vMB 33
495,349 495,349 00000000000000000035d976a977395f1f4b058fdff90eb30caabee7734c191c 682 1.00/1.00 vMB 86
495,348 495,348 000000000000000000ca58ec94fa876a10a0fc390d9f4b714611ca8fcbef7636 1,031 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.