Loading Tool

Explorer IconExplorer

Memory Pool

41,507 transactions
26.08 vMB
0.05723192 BTC
Random Selection Loading Transactions
Max Size: 136.34/200 MB

Candidate Block

Mining Attempt 326ae295044f9038064b3425b2842991186a4c1b4d50cfdcd023eb5077234a75
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 43d6c8f69f6d3d76f16da565e20607f4dab733ab2fa8a305a5fbfa8db7ebad01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,496
Size: 1.00 vMB
Total Fees: 0.00970532 BTC
Feerates: 100.00 > 0.97 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (196,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,165 718,165 0000000000000000000300c97f4b88ecec2206b6ac0751c777f67148ba115528 1,275 1.00/1.00 vMB 8
718,164 718,164 00000000000000000002a981de266ff51860bbc173ac77a7d55e6412dc8b2ce9 2,058 1.00/1.00 vMB 13
718,163 718,163 00000000000000000000a61fa3d5e5f59c21ecac560c2bbdf1a147e9865b51e9 1,512 1.00/1.00 vMB 6
718,162 718,162 00000000000000000003d602a3d0d4f319e0d8ef4ba4bb5220e7d12b6d318c29 2,497 1.00/1.00 vMB 11
718,161 718,161 00000000000000000003f9a05e9e4fed2bd9df9bdd8fd13d51ce48e7fde0d3ea 2,508 1.00/1.00 vMB 24
718,160 718,160 00000000000000000002a8958df788fe074c92d945f882634d3ab011dbff1b7a 3,022 1.00/1.00 vMB 15
718,159 718,159 000000000000000000086d4dca9a0747aefd739bdaf05369a28639d32b02b63e 2,190 1.00/1.00 vMB 13
718,158 718,158 0000000000000000000032d8ec9cf3df0ef1f7bd0165831133d2248b962f5e41 2,483 1.00/1.00 vMB 7
718,157 718,157 00000000000000000007fa9b3538ab9a695830eecb46a44f0ed3761ede190bbc 3,215 1.00/1.00 vMB 14
718,156 718,156 0000000000000000000568494553e89bf7222b484143fdc7d20358cd59ad9455 3,018 1.00/1.00 vMB 8
718,155 718,155 00000000000000000007796418362606db9a6f78ad5195ed6d60f2a8dd271b9f 3,740 1.00/1.00 vMB 11
718,154 718,154 00000000000000000000cbb1cfcb479df8eff1cf7737db910ad60537127bf89e 2,961 1.00/1.00 vMB 22
718,153 718,153 00000000000000000000a21e98a8b498625f8f0016c54fc12a8d1f5aca4be4a9 81 0.03/1.00 vMB 6
718,152 718,152 000000000000000000059c2f5d67870a6d392f12ddb33ae5b7235531da99299a 1,809 0.83/1.00 vMB 7
718,151 718,151 00000000000000000007355f3d4d8abae9be25ebb36b68b5aa175c95034480c3 3,157 1.00/1.00 vMB 6
718,150 718,150 0000000000000000000304c13d7d301974d738944795def12fbd740abe111c99 1,411 1.00/1.00 vMB 6
718,149 718,149 00000000000000000005e3852ac5652788bc9837e1cb2628b07a16788b9923fe 3,603 1.00/1.00 vMB 18
718,148 718,148 000000000000000000027dfcf7dd15ebdb20dfc27bae5b27c5c306cd8ddae71c 1,885 1.00/1.00 vMB 8
718,147 718,147 0000000000000000000b025884e41389ab8cdf0fe987db68620ac54966f76ac6 936 1.00/1.00 vMB 8
718,146 718,146 000000000000000000001a219ed5861e858c6157570ff120d52358c7aa7c8f25 1,271 0.41/1.00 vMB 11
718,145 718,145 00000000000000000007bf2839ae9abf09db153287f0227b3b429d312e85ade5 1,542 0.97/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.