Loading Tool

Explorer IconExplorer

Memory Pool

52,079 transactions
30.36 vMB
0.26474905 BTC
Random Selection Loading Transactions
Max Size: 160.17/200 MB

Candidate Block

Mining Attempt 79d958c29d53283a60b673ad4d7e8aa594527911ff31f270db23032018359016
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 5472b03cd9588b7d59c0c1ac008ad70d65b090cd79248c0ebcc0e177fda9f6bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,758
Size: 1.00 vMB
Total Fees: 0.08354132 BTC
Feerates: 229.15 > 8.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (234,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,114 680,114 0000000000000000000b3cab2470b8420705ec456255996175071e1c421d2c44 2,104 1.00/1.00 vMB 185
680,113 680,113 000000000000000000077aa89ae15dcdc8a9026d6da108e6faeb4b05f07f2769 1,615 1.00/1.00 vMB 201
680,112 680,112 00000000000000000005c788ff1cd7141c77f64ce04a3d9e9b988a35a85ceb88 1,669 1.00/1.00 vMB 270
680,111 680,111 000000000000000000099dd3baebe8bfc8b77ad8af4ae25c4eba93abf8282035 2,733 1.00/1.00 vMB 250
680,110 680,110 0000000000000000000b8d38b39ebbabf458aa24ae5dfc76e5049a320e863cce 2,729 1.00/1.00 vMB 271
680,109 680,109 0000000000000000000722d822d3a0cd253a1317f5f76a526d61aebb9d5f0020 1,991 1.00/1.00 vMB 199
680,108 680,108 0000000000000000000bcfa85de913fc759209800a2514a593cb9186ac08793a 2,477 1.00/1.00 vMB 245
680,107 680,107 00000000000000000002abd6f869815a94ab4b6eca1c15245e1b8a9c0a174220 1,969 1.00/1.00 vMB 213
680,106 680,106 000000000000000000099e8ebb630b39520647088c7d4b5be0acb3ba4c0bace7 1,355 1.00/1.00 vMB 263
680,105 680,105 0000000000000000000223265f05bd2f396eee7c1f1677843c4f590088f22524 1,599 1.00/1.00 vMB 280
680,104 680,104 000000000000000000098eb5f36bffed52258df2ea77c5d2f7da0cd033b455fa 3,084 1.00/1.00 vMB 321
680,103 680,103 00000000000000000001a6477b074f2f3062a6c879e8089877b13be9e6f8430d 1,939 1.00/1.00 vMB 173
680,102 680,102 0000000000000000000a43e160b091c4d96cba51978c9dca985e134cc6bc814c 2,718 1.00/1.00 vMB 203
680,101 680,101 00000000000000000000058218cac0c63e83dc9364d0049db1998d1e571e4d21 2,788 1.00/1.00 vMB 241
680,100 680,100 0000000000000000000728e90a23b2715e6144946e72357d53aadef0d66cdb81 2,481 1.00/1.00 vMB 245
680,099 680,099 0000000000000000000765811aa97fd312c32b7bfd4987ac72925d20ad3b0868 1,874 1.00/1.00 vMB 208
680,098 680,098 0000000000000000000ae1b43f1e72295802448663412a58914404f015578158 1,112 1.00/1.00 vMB 144
680,097 680,097 000000000000000000000eff6f641d8321183c32540fdc3c27cc8160211b37c0 1,107 1.00/1.00 vMB 145
680,096 680,096 00000000000000000005b921e0f9d6aaf78dea93f88e8809d2906ee78d729782 2,256 1.00/1.00 vMB 210
680,095 680,095 000000000000000000060f150d2c9d0ce36ec73dddc5ef17d2e8beee6bea727f 1,832 1.00/1.00 vMB 243
680,094 680,094 000000000000000000076d75ff08bb9aa5a2f569dfe62412ec158d09c612b32d 1,693 1.00/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 781.87 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: 644.17 GB
    • Received: 12.61 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.