Loading Tool

Explorer IconExplorer

Memory Pool

79,318 transactions
29.10 vMB
0.11950750 BTC
Random Selection Loading Transactions
Max Size: 176.46/200 MB

Candidate Block

Mining Attempt 9bf8a81331b6d42636d83a48a00f2bf05d44a6622ae8d5da8a8c39ae4774f47b
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 87f80c06b5fe8ae68307886f5020ee8856237ead1c388b15e6bd69db0454b347
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,426
Size: 1.00 vMB
Total Fees: 0.04390858 BTC
Feerates: 602.26 > 4.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (442,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,642 472,642 000000000000000000ccb94f7ecc9bbfe43cc2e1ee66e425bf1f74f6517f2d02 988 0.99/1.00 vMB 135
472,641 472,641 0000000000000000015d3d64d4cb567a89eab5d6bc15bc559b5272c17403f76a 1,379 1.00/1.00 vMB 201
472,640 472,640 000000000000000000c1882b97de4af1e67bd649782e7590d2c682badba1c1ac 1,225 1.00/1.00 vMB 121
472,639 472,639 00000000000000000037a07e724eba7bea5499c8b5dd045ddd3ae778c5309475 1,948 1.00/1.00 vMB 29
472,638 472,638 000000000000000000e14e810b11e13cfecfdfd34f37e6b3c1534fd30c334cd7 2,534 1.00/1.00 vMB 172
472,637 472,637 000000000000000000592686e302fe2241848e739b0be817b7c9fe663e4e3f63 2,045 1.00/1.00 vMB 368
472,636 472,636 0000000000000000008dbda38a29ec6403510357c4a0dcdde0b2cb9112f099c5 1 0.00/1.00 vMB 0
472,635 472,635 0000000000000000007fd7d76e50426edcd34494eda7318565f1570c76631baa 2,468 1.00/1.00 vMB 114
472,634 472,634 0000000000000000006fad920832bb017abfb6462ea60650619be255218a1e14 1,885 1.00/1.00 vMB 330
472,633 472,633 00000000000000000061231f8728268e206ed16935de8ca43cf2acdbce3b8eae 2,308 1.00/1.00 vMB 230
472,632 472,632 000000000000000000ae36d1ffd7e8f898382fcaa17d7dae8075b330cc5ff614 1,895 1.00/1.00 vMB 131
472,631 472,631 000000000000000000601b3ecf7ace8805708d8e7f1f10c3c0514cc062bdf7a5 2,064 1.00/1.00 vMB 323
472,630 472,630 0000000000000000001846c581195191d25456461b64222fda692c18749e14e1 1,733 1.00/1.00 vMB 345
472,629 472,629 00000000000000000128c2921028ca019542781faa25e1d8acf511c817636574 2,233 1.00/1.00 vMB 428
472,628 472,628 000000000000000000288fd707ce7761662274f3aef87a0c129c39a839e19ee1 2,061 1.00/1.00 vMB 165
472,627 472,627 0000000000000000010154e31aa0ef1cd2ceb17c818c676e5d1f185ae4047d1d 1,931 1.00/1.00 vMB 254
472,626 472,626 000000000000000000a4ac36d1240f6cfa293f04485fe32adb9d707e3450fd3b 2,018 1.00/1.00 vMB 277
472,625 472,625 0000000000000000011094e2e3f61b7e298aa53d8d05ca6bdd17d4eb55c61f23 2,056 1.00/1.00 vMB 295
472,624 472,624 00000000000000000002749089df7b6ee80f5cd5a41c8e64316c1a7e067273fe 2,397 1.00/1.00 vMB 330
472,623 472,623 000000000000000000ccdcc2247bae0f4ad0fbe125c9dd5f46f96f77dc891ae9 2,458 1.00/1.00 vMB 365
472,622 472,622 00000000000000000059a78c30e5c6b1a2b999868fee6676ec75da2f2437b54c 2,069 1.00/1.00 vMB 389
Previous 10 blocks ↓
Total Size: 782.92 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: 714.43 GB
    • Received: 17.54 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.