Loading Tool

Explorer IconExplorer

Memory Pool

81,534 transactions
30.30 vMB
0.07593786 BTC
Random Selection Loading Transactions
Max Size: 186.08/200 MB

Candidate Block

Mining Attempt bfab3d0ed36bb7b363c4994cbb3b73eeb8d2301e2b8a44cb36006712fa937501
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root bca19959a48689ca1a673918cb8411ee4f9fc59208eb2795fdee76bd71f8f704
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,857
Size: 1.00 vMB
Total Fees: 0.00853007 BTC
Feerates: 150.77 > 0.85 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (124,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,170 791,170 000000000000000000036a4b01aeda6c68f4567abdafc5ee7dce214468e51f70 3,398 1.00/1.00 vMB 42
791,169 791,169 00000000000000000003e4e86952397ec5c613c9f69db6fe9ad0cd7d8d468d64 2,844 1.00/1.00 vMB 35
791,168 791,168 000000000000000000053819be131b5de0763594d8aa4c3a03c85d486735f314 4,205 1.00/1.00 vMB 56
791,167 791,167 000000000000000000025f413826d400a4342d7e1ab2f826db4138f34d747ae1 4,293 1.00/1.00 vMB 55
791,166 791,166 0000000000000000000562344ead16fd4b2987bb3498e0292afea4ab1ee64d83 3,937 1.00/1.00 vMB 36
791,165 791,165 00000000000000000005971eadb3a90285d6fe48cdd14d96d605ac26447f2697 2,966 1.00/1.00 vMB 37
791,164 791,164 0000000000000000000317594e6a29bf3430a344777757e4122983455801242d 2,978 1.00/1.00 vMB 42
791,163 791,163 00000000000000000003d4fa5c0105f3914388283a14acfd808fe8330f8a7860 3,486 1.00/1.00 vMB 52
791,162 791,162 00000000000000000001e9a8e5378789f6a77eef4a6ab14c76211557f497e60e 2,482 1.00/1.00 vMB 36
791,161 791,161 00000000000000000001674c77a821faab74d9a638b005cf7ffaffd77df1d5bb 3,286 1.00/1.00 vMB 57
791,160 791,160 0000000000000000000590adbe3b29e454262a273da40311f7fd84afb9b58eec 4,290 1.00/1.00 vMB 27
791,159 791,159 00000000000000000003176a7c2bf5fe53bd524b904aa1c91bab0c8e93fb9f56 3,206 1.00/1.00 vMB 39
791,158 791,158 000000000000000000036ec42be6f12b7ceb4ca23beb6e11a09f94c8d000db0e 3,480 1.00/1.00 vMB 21
791,157 791,157 00000000000000000004782d04721d46054eaa3155f5a2c16caf228efabf6d19 4,510 1.00/1.00 vMB 27
791,156 791,156 00000000000000000005240262446c673a0360372ac3eff2f19a9f127df515e7 2,966 1.00/1.00 vMB 34
791,155 791,155 00000000000000000001105251e7864fb0dac2ee94568dc1cb844e5bbbad3090 3,501 1.00/1.00 vMB 46
791,154 791,154 00000000000000000000dff93d5f35680f851361816aaa3b7406595bece0462c 5,524 1.00/1.00 vMB 27
791,153 791,153 00000000000000000001f6c7f08c33ecbb0837438111991a96f090f47ab32360 4,270 1.00/1.00 vMB 31
791,152 791,152 000000000000000000014a0b50e03e6cafb0b687cfdda6ec68c972b2ded1d426 6,713 1.00/1.00 vMB 21
791,151 791,151 00000000000000000003be5f9c4b2245ac9e2a1fe79ccdcefb3c4d8148cf27da 2,535 1.00/1.00 vMB 26
791,150 791,150 00000000000000000001417520683f9d032883772c121e09ac53145d46529317 2,779 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.