Loading Tool

Explorer IconExplorer

Memory Pool

42,580 transactions
29.07 vMB
0.07561592 BTC
Random Selection Loading Transactions
Max Size: 149.40/200 MB

Candidate Block

Mining Attempt 7110fcc09d741076a7e506fbfbc790a248ffa8270dc5f2bc1cbff7a6c65ee509
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 641f4d759f30bf3ae9b416e855514ce4d1d8cf594023aa58650a3bb099f59376
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.01885500 BTC
Feerates: 150.75 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (392,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,320 522,320 0000000000000000004343f595f81b5ab61743bf575427d75cadaf0eaa01786b 200 0.07/1.00 vMB 34
522,319 522,319 0000000000000000002f5c464417754196ab7c0f40265a8fa1d5450c0f6600c5 1,547 0.75/1.00 vMB 28
522,318 522,318 0000000000000000002ee4709c4af253789bc9a20fe9eed804716965b42c1af6 1,061 1.00/1.00 vMB 22
522,317 522,317 0000000000000000000c66a092d47445ae1459c4a0ab59e280b945675a9922b8 1,230 1.00/1.00 vMB 8
522,316 522,316 0000000000000000002e85eade68561a901952bec2cffed4d3c1f58682007e03 2,426 1.00/1.00 vMB 50
522,315 522,315 00000000000000000028139314edfaa7a6d924af15e92811b9111ba8740d8e8f 558 0.31/1.00 vMB 20
522,314 522,314 00000000000000000023d2ec7f9a2f7909d0691ddcaf8ecf0d7d30b346ccda5d 1,621 0.73/1.00 vMB 31
522,313 522,313 00000000000000000030a78a4f88be7f1c5f4eda27fa7db72ecc0a8b923103eb 1,824 0.95/1.00 vMB 35
522,312 522,312 0000000000000000000395a21979eb47388d5144bc2fa91812bdacee99e9f63d 1,668 1.00/1.00 vMB 11
522,311 522,311 0000000000000000001ef11b318e6f8e61610ee0d02fb630cc0a0dd8366fc522 2,193 1.00/1.00 vMB 68
522,310 522,310 000000000000000000000c9a8ee65df945e79279530a06b38595a4fd24c08f48 1,710 0.80/1.00 vMB 18
522,309 522,309 0000000000000000002bc029d39df9f5bff7d00fa680867131e339be26ab2994 2,356 1.00/1.00 vMB 54
522,308 522,308 0000000000000000003b83e036447ac0a254668b13ad538285d13310d72339be 542 0.34/1.00 vMB 38
522,307 522,307 000000000000000000022d820cde37e6f32ad1d508e91f3479d5d76c28f0ce4f 1 0.00/1.00 vMB 0
522,306 522,306 0000000000000000001119c17f10ca80193128e7cd1661ee2eb0b7df3faca48e 2,058 0.83/1.00 vMB 46
522,305 522,305 00000000000000000023acc516d763a5c6f36f4671625ea6f7fd4d7c1b556a42 1,877 0.94/1.00 vMB 39
522,304 522,304 0000000000000000003442c26d7cecc38c739e361f4b0c4123d069c8c71b70b2 1,793 0.82/1.00 vMB 37
522,303 522,303 0000000000000000003ffaae2db0d589eed06235093e846d283fdacbcdf67b97 291 0.18/1.00 vMB 54
522,302 522,302 00000000000000000000ad7c2b4ac57f7684840540d66b70e05442d47b110893 465 0.24/1.00 vMB 25
522,301 522,301 0000000000000000002dac2ce75c0fd59a7d5bd912f0756ff655bd8e0031d7ce 1,569 0.66/1.00 vMB 35
522,300 522,300 000000000000000000121b6220f595f8a1bb6a1e8a7e6f2458dbcab7e98d2659 763 0.27/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.