Loading Tool

Explorer IconExplorer

Memory Pool

80,746 transactions
29.43 vMB
0.10051038 BTC
Random Selection Loading Transactions
Max Size: 179.29/200 MB

Candidate Block

Mining Attempt 9504baa01e2f8dd61f8377c907e896e047b3908123d6d77d0b7b2bd57a4e56ca
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 1319ae71ee33f587821af256a29328be17d1ef13b966308e15d2539c828b2742
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,361
Size: 1.00 vMB
Total Fees: 0.03871253 BTC
Feerates: 146.36 > 3.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (423,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,506 491,506 000000000000000000bef75227120f564b96df5095c2363afd688645a5eb3681 2,536 1.00/1.00 vMB 124
491,505 491,505 000000000000000000849cb6e007f794da7309ac74d7ed47a6b61f86f89f441c 1,961 1.00/1.00 vMB 81
491,504 491,504 0000000000000000001b5c68e1284798c6d80ba92c8646df764c0e0e1eff9766 1,698 1.00/1.00 vMB 132
491,503 491,503 00000000000000000015423d203b474bac9423af4b1ad4d3b12fde77fda75a38 2,100 0.95/1.00 vMB 152
491,502 491,502 00000000000000000064bf30413a07540769e89f4b757a5e6832bb5b884f6361 2,321 0.97/1.00 vMB 174
491,501 491,501 00000000000000000017ad201fbc7cde6d43eb43bea50c229e89b6c4c8f8e456 2,763 1.00/1.00 vMB 74
491,500 491,500 00000000000000000009710f689a96b65d213b04afd7a3bee32263ea63cbe234 2,507 0.96/1.00 vMB 138
491,499 491,499 0000000000000000007f1f5451c2459db7e4ad81ed97283dd4c366edc5552997 2,474 1.00/1.00 vMB 120
491,498 491,498 000000000000000000105820a2538a82bc0bf02175b2848c9b8165055612ef37 2,472 1.00/1.00 vMB 165
491,497 491,497 000000000000000000198f2f737ee3a86cd8f6ee088c1f1eec0e6b04bd4053ed 1,509 0.71/1.00 vMB 151
491,496 491,496 0000000000000000003cae3ca43bc211c9b32df29a03482f5811c349ed58d3e9 2,331 1.00/1.00 vMB 78
491,495 491,495 000000000000000000bd50be88216c9994075d92662860ea08a6a16a7126a50c 2,428 1.00/1.00 vMB 86
491,494 491,494 000000000000000000dacb2d47812247535c80182fbe3505d0f2a5df2c44b0bf 2,299 0.96/1.00 vMB 156
491,493 491,493 000000000000000000a8d86300c6c8ddf496457f57a6e4a0600fb237e12a4ca6 2,679 1.00/1.00 vMB 91
491,492 491,492 0000000000000000006d859f0264e542a24d86755a4379d0621e73acdf2cd1e1 2,250 1.00/1.00 vMB 156
491,491 491,491 0000000000000000000c92cf746ec864769b41be1c1492ea23a06e9e89824920 2,505 1.00/1.00 vMB 90
491,490 491,490 0000000000000000007dc4a1a0cb1bcda24224aa4a118dc7365022bb1c0420f8 1,912 1.00/1.00 vMB 128
491,489 491,489 000000000000000000a197a4ebfb53ad9681165fa55a4f41cfe5070df75e9e07 2,596 1.00/1.00 vMB 148
491,488 491,488 000000000000000000d089e0e10614cbe23a4427634d07faa93035f04d3282e4 2,481 1.00/1.00 vMB 155
491,487 491,487 0000000000000000002db2473147daaaa3c1385eff72aa7a0d97e081ad65346a 2,559 0.94/1.00 vMB 138
491,486 491,486 000000000000000000d42f5a6fb1740c46d21bf24ac701646a47fab22d9ec3d7 1,995 0.96/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.