Loading Tool

Explorer IconExplorer

Memory Pool

41,675 transactions
30.45 vMB
0.07122969 BTC
Random Selection Loading Transactions
Max Size: 154.10/200 MB

Candidate Block

Mining Attempt fb08ed71937554f78d37e67b7d967e1be325d45fd56da99b32c9b5f194d4870f
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root f5efd12d4c4d0662866aeab84e6ec3e31aa20cfdc5083c6cac770c27c6e8633d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,961
Size: 1.00 vMB
Total Fees: 0.01039614 BTC
Feerates: 40.21 > 1.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (464,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,463 450,463 000000000000000001688ffd869cd7160e0a1218949b6cfa6f654be6157f8635 658 1.00/1.00 vMB 98
450,462 450,462 0000000000000000013b2a7fe8c9d81073b563bcf84f3150241848cbbab91f59 2,033 0.99/1.00 vMB 136
450,461 450,461 000000000000000000da43d40ed16fa5cce5d0827ec48b16b4c6e2e9950831bc 2,283 1.00/1.00 vMB 73
450,460 450,460 000000000000000000374dff4fef2f3966ae1870fe8286d57cfb987fdc3297a1 1,143 1.00/1.00 vMB 102
450,459 450,459 000000000000000001f480fc1e6b9403048fbd8965ac1602b9fc69575ec57bc5 1,230 1.00/1.00 vMB 115
450,458 450,458 000000000000000000b4a9bda06d084ce343586cda7f6120ff81bb8a3ba71157 1,792 1.00/1.00 vMB 95
450,457 450,457 000000000000000002a9554ea768a81ebaa4cf0b0855e3d5753b15caf0a6adc4 978 1.00/1.00 vMB 110
450,456 450,456 0000000000000000011c5dbedc3b50f2c023dc61ce2256509cab23cc11fbdcf5 1,130 1.00/1.00 vMB 111
450,455 450,455 000000000000000000947f3f17c9b366ca7201d33e014abcfb564c6728d8cc56 563 0.27/1.00 vMB 125
450,454 450,454 000000000000000001b9e1d594fcdd1f0778acf34b3e3e7e2cb9ea73a112cceb 952 1.00/1.00 vMB 107
450,453 450,453 000000000000000000c6a627a74b18465054b0847a123c72a3bcb719aa663711 1,007 1.00/1.00 vMB 112
450,452 450,452 0000000000000000015a43f592d3c330a5bd9e465e6a6cb5b2fe0b5469cb8a9f 1,828 1.00/1.00 vMB 120
450,451 450,451 00000000000000000165b1666cdcd5ac345398c74d66648a7b2c9efeeedac65f 1,968 1.00/1.00 vMB 78
450,450 450,450 000000000000000000b37df4b886b633a31f1f849ba2691d1caf585c5f20ab2c 1,341 1.00/1.00 vMB 137
450,449 450,449 000000000000000001e898e6c539be3f98fbcf2b627fc75609ea121b12062ad2 1,692 1.00/1.00 vMB 85
450,448 450,448 0000000000000000020b2d409242555502d4289af5e418153338ebc1d8777563 1,981 1.00/1.00 vMB 96
450,447 450,447 0000000000000000029c74b2e4f4018b6abe5b074e39f6a8a82df84245c56938 926 1.00/1.00 vMB 99
450,446 450,446 000000000000000002bc8bc77e6d74d13631abe997270a8a59e393ccc5415e27 979 1.00/1.00 vMB 107
450,445 450,445 00000000000000000195509e830041d9d6a65a0b0a7eb644338231ec221ebe71 1,906 1.00/1.00 vMB 111
450,444 450,444 00000000000000000255a7e75540df7487e303a2c009f3b6b91736b45fcf4a39 1,679 1.00/1.00 vMB 102
450,443 450,443 000000000000000000e53dbaac6f6f1f23e4c22985481ef142eb8907522905ad 2,142 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 781.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 609.02 GB
    • Received: 10.67 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.