Loading Tool

Explorer IconExplorer

Memory Pool

77,367 transactions
28.72 vMB
0.06751938 BTC
Random Selection Loading Transactions
Max Size: 174.23/200 MB

Candidate Block

Mining Attempt 1cb0b07cfbe8c79589937de319c52987c501522f68d46e5fe8346a8442381e84
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root d21d5a4fd0517664bc0800421add2822c3093b06268c278231d16bcae7900183
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,488
Size: 1.00 vMB
Total Fees: 0.00787357 BTC
Feerates: 101.55 > 0.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (429,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,421 485,421 00000000000000000093297be91035ff5ae6d7f236f6947d6426d64d3f5a5a1e 2,035 1.00/1.00 vMB 147
485,420 485,420 000000000000000000233bf76d7fb9f955f8923c0674f1fdd2f8ea30dc288eb4 2,380 1.00/1.00 vMB 185
485,419 485,419 00000000000000000018036a4071dd04cadccc40bc725978ae7720729990f72b 2,224 1.00/1.00 vMB 116
485,418 485,418 0000000000000000000d085d68c609cd8e6c57d97bfab9caa7d1eb8d9c810bf5 2,098 1.00/1.00 vMB 156
485,417 485,417 00000000000000000028a3dcedebe296151c1e57b03d6cc8fa1aaf9dd20a5b4d 1,693 1.00/1.00 vMB 122
485,416 485,416 000000000000000000b1dbead70d29b7c397ae57dca1e6ae6cc7d403de5a9c97 1,757 0.99/1.00 vMB 157
485,415 485,415 0000000000000000001c01c864d47a9123706afd62810e0ddc676321ad5a0379 2,648 1.00/1.00 vMB 146
485,414 485,414 0000000000000000003de760af5f6fa1d130ea4cb34e9f715f12409fe8fb422f 1,293 1.00/1.00 vMB 190
485,413 485,413 00000000000000000130ebdbe231366f7f213e55d83c8e426610d2bcd65c442d 1,864 1.00/1.00 vMB 208
485,412 485,412 000000000000000000d8896770d10badd107300ac87c9430b7eac5360d8f5b69 2,196 1.00/1.00 vMB 106
485,411 485,411 0000000000000000012fc1f478612e20394bf676569de8bc6f93421367a68b93 1,603 0.99/1.00 vMB 100
485,410 485,410 00000000000000000077b9f02c927d4e366c1c69b42d7322dd0ee20d79f333a1 1,947 1.00/1.00 vMB 125
485,409 485,409 000000000000000000b7ccbe358b026dbd96ae65e383fe9ff9a1013147048b8a 2,153 1.00/1.00 vMB 200
485,408 485,408 000000000000000000d3cb1ca806daaa88c722922d80f84d40813e8d5acddf36 1,645 0.99/1.00 vMB 97
485,407 485,407 0000000000000000005d6d64763f80d4d0e7415c1b1916bc2284eb9aa78e28f0 2,045 1.00/1.00 vMB 92
485,406 485,406 000000000000000000b7e6705b4d6bf2581c1af7f37a5fba1caa0afc5919492f 2,384 1.00/1.00 vMB 146
485,405 485,405 0000000000000000002b02d1ac5bc7ee4068e47125c8b4db4fb1f1b778b8ec0b 1,914 1.00/1.00 vMB 75
485,404 485,404 000000000000000000a4a99d994692dded812bf9a541f6cad33fab986e38cf43 2,018 1.00/1.00 vMB 171
485,403 485,403 00000000000000000053fbcbad6119953e34e80ec169ec7fd5972cff0ab017f2 2,122 1.00/1.00 vMB 100
485,402 485,402 00000000000000000018f1c83ecf099e76b64f3655ac400ebc8b8780c9579392 2,411 0.99/1.00 vMB 197
485,401 485,401 000000000000000000634d6af92e10112b06487e61616ce41e7d12656990c04d 1,037 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.56 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: 669.97 GB
    • Received: 15.79 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.