Loading Tool

Explorer IconExplorer

Memory Pool

27,488 transactions
11.82 vMB
0.03176492 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.46/200 MB

Candidate Block

Mining Attempt 3fc1f925dfb341bf54756dc8ba877d277706e8d98ca2a4976915a2f757b51cf8
Version 20000000
Previous Block 000000000000000000002133544506fc506db902b4c2df1ef2da479a2edc5ec4
Merkle Root fa7d1a3010ff8e49899e394e814f72297dddc16367d7cacf4e349545d1d76773
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,664
Size: 1.00 vMB
Total Fees: 0.01110793 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,518 (143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,375 913,375 00000000000000000001f9198768abbaa671c6ed08ac500ed8e169a818a88777 4,091 1.00 vMB 1
913,374 913,374 000000000000000000011bab8835206eaca3c4ef5c316158790f9562b53d7feb 2,987 1.00 vMB 1
913,373 913,373 000000000000000000009fdabed9a99eb599d310ace3239eeac6142bdcead9ef 3,888 1.00 vMB 4
913,372 913,372 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d 3,551 1.00 vMB 0
913,371 913,371 00000000000000000000873e3929e2d473ca81472922080de8a15f594369c2b2 2,651 1.00 vMB 2
913,370 913,370 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0 3,732 1.00 vMB 4
913,369 913,369 0000000000000000000203884638a3a6062671eb947c188d0cf2d82b07622b4e 4,363 1.00 vMB 0
913,368 913,368 000000000000000000003fe53c6c85d24c661d1bf6794ab90b09db6d160aa581 985 0.41 vMB 2
913,367 913,367 00000000000000000001a59b19bf023fb7bdb32e416d3e95651ae6c1b380f631 463 0.11 vMB 2
913,366 913,366 000000000000000000003f4fd441e420869b2464272619e5dc7dcf6b6cdf7a43 3,578 1.00 vMB 0
913,365 913,365 000000000000000000015ae307bd47f416130c0e2248c0eee51f6323b7aff109 1,165 0.23 vMB 1
913,364 913,364 0000000000000000000014873da45e52d0fee5e93178812c8a0994ab0e43f074 4,182 1.00 vMB 1
913,363 913,363 0000000000000000000161a525f056865f03bb49f1c2bee19a36696da1c987ab 3,165 1.00 vMB 2
913,362 913,362 0000000000000000000032fb1a4b178c1a497a54efcccc9b090727a65339d031 3,294 1.00 vMB 3
913,361 913,361 00000000000000000000165d7af7be67c1e3d29b44f6d7a971e6c1f6d2b62971 2,398 0.58 vMB 1
913,360 913,360 000000000000000000002da2cfaa2c083bb22b8405282515da43f57834a1d7ee 4,216 1.00 vMB 2
913,359 913,359 00000000000000000000b71e5adc9170744598068c953ef7cd2dabb77254268d 2,635 1.00 vMB 0
913,358 913,358 00000000000000000000848297d069a552e48783668065dfb5e3a4946da610a6 113 0.04 vMB 2
913,357 913,357 00000000000000000002090a4fa4bd731e666dbf3fc4ff847e4c1489b3f43996 4,376 1.00 vMB 0
913,356 913,356 000000000000000000012bfc96a8979adc1a4645a73514d2a9b035f9bc4cf6ab 3,941 1.00 vMB 1
913,355 913,355 00000000000000000001780729c0d9ab0c7fd43034d92ca125a01d650fbaf372 4,949 1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.76 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: 389.44 GB
    • Received: 1.98 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.