Loading Tool

Explorer IconExplorer

Memory Pool

53,032 transactions
30.66 vMB
0.28039946 BTC
Random Selection Loading Transactions
Max Size: 162.02/200 MB

Candidate Block

Mining Attempt 064fb97b2678f73478d7e5264f0c3f3a3d5f7bed9e5b700d72cb8f7cd76417b0
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 998bc67439616a4775f8a05c7f045e06d9e5d446a8db8377a8087a3f2b06a9dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,711
Size: 1.00 vMB
Total Fees: 0.08782179 BTC
Feerates: 229.15 > 8.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (815,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,226 99,226 00000000000194dae2f972b9ddc258711eab5f5d12c933146d0d934bc6f79c96 3 0.00/1.00 vMB 0
99,225 99,225 000000000001bce6954fb20aa54413b3d3758897d38a851f25f2ed09a158e450 2 0.00/1.00 vMB 0
99,224 99,224 00000000000354de25f7aed50be0822fba1c7a855f74be9b3550ef08a6e13230 1 0.00/1.00 vMB 0
99,223 99,223 000000000004376c53cd5543c19c097d47d97eaba0b1a4b91255b33c91336303 3 0.00/1.00 vMB 0
99,222 99,222 000000000002ba8d1f3c60f795bb094dd55c868f024c8800a5bf07830ea25473 5 0.00/1.00 vMB 0
99,221 99,221 000000000001565b62f7685eb46f715e3b794daa03ab074ade26824620bc7fe8 4 0.00/1.00 vMB 0
99,220 99,220 000000000001dcd305a763599b4e397e712c1eed85fe34fcdaf285492c398ecb 4 0.00/1.00 vMB 0
99,219 99,219 000000000002de2cff1cc996362f9e13bcbe7c3e01edd6f3f38768ef36690750 1 0.00/1.00 vMB 0
99,218 99,218 00000000000426f80d78cf6549c508964ed90015e533d62c98bad68ba7a22ffd 2 0.00/1.00 vMB 0
99,217 99,217 00000000000080abf2b2b6a78b7e9602473cd2fedd2f4967d414797c274bebfc 2 0.00/1.00 vMB 0
99,216 99,216 0000000000001984023b9ecffc742df6977dc16aa2b14867cfd0d5b483a4f198 3 0.00/1.00 vMB 40
99,215 99,215 0000000000014f1045aaa0f92fc887bf7b917a002a41310cae6f607b2c20409b 2 0.00/1.00 vMB 0
99,214 99,214 0000000000011731797ccad9ddcedd77308b67c19c8ab48d5ed348cd2df41b1d 6 0.00/1.00 vMB 0
99,213 99,213 000000000004073677722ee71fe68602fbd9af8a3825ebb2f32ed2a9ddfc9ed2 4 0.00/1.00 vMB 0
99,212 99,212 000000000002b592941ba82c6b4b1fd33bd2adc29df06bd819f76df00e836353 12 0.00/1.00 vMB 0
99,211 99,211 00000000000459e15e95c35f3e1622f2574b9a15f140bbfbfcfcceaf2621bcec 11 0.00/1.00 vMB 0
99,210 99,210 000000000001577b6969643b79fb4710f3ca2381008bec3429039e686f0464b1 2 0.00/1.00 vMB 0
99,209 99,209 0000000000016786368d1bb6e300c2c77f2a38b538765efde9704c899138746f 3 0.00/1.00 vMB 0
99,208 99,208 00000000000472056b1a1e1889b85e3f434eff3ffaf050fbb4a09a20593930e7 1 0.00/1.00 vMB 0
99,207 99,207 00000000000354c2a5f3a796c83e1f173600075dd99ec8ce5f49c56a1acabb4b 8 0.00/1.00 vMB 624
99,206 99,206 000000000000c82ba7c3960a0b60be42c0b5185e86f33479ec738607a9e00658 6 0.00/1.00 vMB 0
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.25 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.