Loading Tool

Explorer IconExplorer

Memory Pool

83,034 transactions
30.45 vMB
0.14984861 BTC
Random Selection Loading Transactions
Max Size: 184.44/200 MB

Candidate Block

Mining Attempt e40a311a4b0d2e1c2830b321673472961f4bfbc523c2bf3c7c22aa1dd29f60c0
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 2c1a2b21ff38c029ddf9e5b345fa61e6978cecec3a7b7adfef13e8e34da24b57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.06767242 BTC
Feerates: 150.61 > 6.78 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (540,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,584 374,584 00000000000000000c5c627ed8e6e361a0863c52e76f6bdd7e5020172b781ecf 328 0.18/1.00 vMB 24
374,583 374,583 0000000000000000038da5b6d2e87b1c48f8d8664eae718602809e5193556bae 2,230 0.95/1.00 vMB 52
374,582 374,582 0000000000000000003670b2e1aea6b59d6633edecba52e861f3a024e29214b6 1,226 0.93/1.00 vMB 25
374,581 374,581 000000000000000000d2a2098f69a77eb2e90f18cf7924250f6ecbda9489f143 694 0.75/1.00 vMB 11
374,580 374,580 00000000000000000f1adcdd5af3c374aff80bce3ca3cfef8841341885c533e8 1,073 1.00/1.00 vMB 21
374,579 374,579 000000000000000005bd3c36e508a14ab0ac1de0226a54abb390f549148dbf9f 672 1.00/1.00 vMB 8
374,578 374,578 0000000000000000013ffc8dbe980b0c17d8c7c0b3f925e920dbefb170ef79fe 664 0.36/1.00 vMB 45
374,577 374,577 00000000000000000795fcd4490dd8baa220979a561655b82d820c5efe4311f6 33 0.02/1.00 vMB 35
374,576 374,576 00000000000000000131aebe1dd45a64a598b8ee5140c1b9ffa94b96227eed12 668 0.75/1.00 vMB 15
374,575 374,575 0000000000000000010e88235fc13c53820d0d80e0083675f19e7720eca17292 373 0.23/1.00 vMB 30
374,574 374,574 000000000000000002d2ca8cf1242280109a718b8626977c866f5fd1f37b8d39 2,096 0.94/1.00 vMB 45
374,573 374,573 000000000000000006233c8a9f4366412688404f6aca2ddbe5ae50b968ec71fd 435 0.25/1.00 vMB 32
374,572 374,572 000000000000000011bc1a453fd2e6e594583af63d685d97a4829c01a047b58e 399 0.31/1.00 vMB 46
374,571 374,571 00000000000000000cdc92c9e7f8eb344fb0d4d498edd89f90c13cacf56818aa 1,525 0.93/1.00 vMB 36
374,570 374,570 000000000000000000d2da5b89a2cfee3a8b633c6390fa7cdafb2a8b8e790634 1,036 0.75/1.00 vMB 28
374,569 374,569 0000000000000000039e76b79f16b621fcff7a5fc279967891eca0de8738789d 1 0.00/1.00 vMB 0
374,568 374,568 00000000000000000142d3d75dd9391b1fd7a77fc33fce3ced0f3216d4d8bb47 406 0.37/1.00 vMB 26
374,567 374,567 000000000000000003dc470e843af562b8b10b6bf6cc7f7250450ce74b0eba7b 1,124 0.51/1.00 vMB 44
374,566 374,566 00000000000000000673236fc3ef2907fc693f521a47f7d8f2a70473bd27a307 1 0.00/1.00 vMB 0
374,565 374,565 00000000000000000ca8a04824ade49a8ba57c2ead43b71599861b626c8f322c 480 0.27/1.00 vMB 37
374,564 374,564 000000000000000002386fcef48a80af87a2ac28ef619cf17741b8fa187f8fcd 1,151 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.