Loading Tool

Explorer IconExplorer

Memory Pool

44,486 transactions
26.58 vMB
0.05820251 BTC
Random Selection Loading Transactions
Max Size: 140.58/200 MB

Candidate Block

Mining Attempt be17454eeda3ce546a316a17c746c3fc6e4551cb4fa7d27178b1d3a5d87336de
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 8bea3d7faf2394f99fcc438e8b74c7daeddf41b35819382e4ca8f5451e1b2404
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,494
Size: 1.00 vMB
Total Fees: 0.00937605 BTC
Feerates: 101.72 > 0.94 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (217,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,346 697,346 0000000000000000000a160cfe6ed1e3fdcf8e34ac02985c1bf591fef43b1748 2,943 1.00/1.00 vMB 12
697,345 697,345 0000000000000000000397cf7038402b294ec11501ed44c987f9153ce9b9a0c7 2,811 1.00/1.00 vMB 16
697,344 697,344 00000000000000000011d389398040dd4868f53eec7fd4bf9c5ce079aad96bf0 2,926 1.00/1.00 vMB 14
697,343 697,343 00000000000000000010fab17be227ff91ea59330bfec88d3c44e0394b94f2be 1,163 0.42/1.00 vMB 10
697,342 697,342 0000000000000000000c0dc2ee4808bdf314fcbc1372b9c75074e658439711c7 361 0.14/1.00 vMB 19
697,341 697,341 0000000000000000001096703ed266b91ab75715398f4d7e7d36bd6bee3f5de0 2,315 1.00/1.00 vMB 10
697,340 697,340 0000000000000000000ee1fd2c3779684d1e3fb869fd293cad4f51fa260de058 1,549 0.55/1.00 vMB 12
697,339 697,339 0000000000000000000ce3edb4a3602b3ec9fd7a4f41c1df36d84fbe7f7ae7af 56 0.02/1.00 vMB 7
697,338 697,338 000000000000000000053b272f1c66c2b5cb53cd3513eab02083ccf7d0f558a5 577 0.31/1.00 vMB 12
697,337 697,337 0000000000000000000103f8756b5618497e8bbe4f5f921c0125634640922d64 391 0.18/1.00 vMB 12
697,336 697,336 00000000000000000002741c359720700ac68ee3a92468617bf9ca52e3224889 340 0.19/1.00 vMB 10
697,335 697,335 00000000000000000006da672e80a7c500647d90e96d27d24e3d0f8b594adb7b 1,524 0.97/1.00 vMB 13
697,334 697,334 000000000000000000013fdc69a75ae9e357754ea5a98782fed378006a1f72fa 270 0.18/1.00 vMB 14
697,333 697,333 0000000000000000000c5268c4a33127b8de4b89da9b8dc0cfe8cb3013abd37a 1,753 0.88/1.00 vMB 8
697,332 697,332 0000000000000000000581988d9a2a0cc79aa7133e83b2963f61d94d5bc194d3 2,452 1.00/1.00 vMB 19
697,331 697,331 0000000000000000000474f0525dfe47fb67cd7b48d1bad322a2c57ac005cbeb 1,608 0.97/1.00 vMB 4
697,330 697,330 00000000000000000004e1ee7ffa5470eb0951c0a259bfb587d4d0df77dd5146 1,285 1.00/1.00 vMB 14
697,329 697,329 000000000000000000033950845478efacf30e649e28b00910d5a86580f68a84 1,129 1.00/1.00 vMB 6
697,328 697,328 000000000000000000031583366c4d36ffe471912c4d48c892a7151fa0171c9f 1,115 0.63/1.00 vMB 11
697,327 697,327 0000000000000000000f3be6ad0ff25dbc617294117154cff680b0d94291fe34 1,354 0.63/1.00 vMB 6
697,326 697,326 0000000000000000000fe2b41ce5f6c13ce72499796b4c0fb953d0088a772f7d 2,017 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.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: 648.93 GB
    • Received: 13.11 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.