Loading Tool

Explorer IconExplorer

Memory Pool

81,749 transactions
30.98 vMB
0.11549613 BTC
Random Selection Loading Transactions
Max Size: 185.38/200 MB

Candidate Block

Mining Attempt 2f5aaef479a04876e37369f6742874425accc2f9418691e5755e05002651132f
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 89687960e9bfc42a4c3d465fe6d7a7542a1b0ffa3d97f3d7eb420bfd687221e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03292802 BTC
Feerates: 101.42 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (286,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,596 628,596 0000000000000000000841e68bb52862d51101722e59e91732d494c2ca6a893d 2,327 1.00/1.00 vMB 76
628,595 628,595 00000000000000000004f34887dffb05871e75e268e2d6b073cd41b8e3bf4718 2,651 1.00/1.00 vMB 76
628,594 628,594 0000000000000000000eda2343e57e084b40239d501e61adf30cdb7194306cfb 2,291 1.00/1.00 vMB 100
628,593 628,593 0000000000000000000a338bd80cf5802c5979c06081ff90c5a6c5b2e59e523c 2,776 1.00/1.00 vMB 107
628,592 628,592 00000000000000000001214ee3576ae5e057167db67f43b1f006ec178462d618 3,797 1.00/1.00 vMB 129
628,591 628,591 00000000000000000001c6121dec0ad00228726808fc998591db364d2d1ad3a3 2,784 1.00/1.00 vMB 21
628,590 628,590 00000000000000000002b57377af01c253fa9e8cc154e223dac44f4e4f66750b 1,750 1.00/1.00 vMB 58
628,589 628,589 00000000000000000003cb0b65f232d10b9b0f8b1fa5e3cf5af8412c0344b56c 2,157 1.00/1.00 vMB 64
628,588 628,588 0000000000000000001047b4a52e60eae597aaa3214a3f19db3efe298bbfdd3b 2,379 1.00/1.00 vMB 48
628,587 628,587 00000000000000000009412c3a5f24fc8c9158eaa4a2083863b0380f30f03517 2,872 1.00/1.00 vMB 102
628,586 628,586 00000000000000000010a124c0940b398b993882b9b766480543a6c18742f505 2,102 1.00/1.00 vMB 47
628,585 628,585 0000000000000000000b3382a0666bbce7b2178f83e890c772e9326b4e12226c 1,685 1.00/1.00 vMB 10
628,584 628,584 0000000000000000000ca5bdae0275403c10b1287dd6daf2f894b1cd3c79d597 2,306 1.00/1.00 vMB 50
628,583 628,583 00000000000000000009d92dd7c8d18f91f81bc50eff15b47d0a34b1968f5130 1,155 1.00/1.00 vMB 20
628,582 628,582 0000000000000000000f1abdbd861cca48d91d6c6a1c0c37da158388ee9981b1 726 1.00/1.00 vMB 12
628,581 628,581 000000000000000000069271542b9b6a5b90be2754c4b5449820d8c68e9e0252 1,133 1.00/1.00 vMB 6
628,580 628,580 0000000000000000000c838fdede796f91986003922531d459c89d7f27a9b76a 2,036 1.00/1.00 vMB 29
628,579 628,579 000000000000000000075166bef2e9b4d2b3144186ed2a99ef791d3b6984e151 2,304 1.00/1.00 vMB 35
628,578 628,578 0000000000000000000c423762a7ea95fb19900921f9f4d330eeb427e9ced55a 2,689 1.00/1.00 vMB 48
628,577 628,577 000000000000000000096e4a76ed054bbee0627e4f4c4d4f21271b4b4d336b18 2,562 1.00/1.00 vMB 18
628,576 628,576 0000000000000000000a20beb3a1458f53966413f0183d0686ba5c3e6d98baf9 2,507 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.