Loading Tool

Explorer IconExplorer

Memory Pool

37,796 transactions
26.04 vMB
0.05170590 BTC
Random Selection Loading Transactions
Max Size: 134.93/200 MB

Candidate Block

Mining Attempt e7f9c7f4181cfe7ac6c5ce69c82b4f3785b7f97c737903284811eeb2cf6165dd
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 4b988893240caae32bff233f78a0c4e0bc692ee7ccbe55d90d763361fee01084
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,931
Size: 1.00 vMB
Total Fees: 0.00430696 BTC
Feerates: 13.56 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (749,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,344 165,344 0000000000000010c2a6d679a876e529d7ab0f1b8a614464615772d90a238d05 12 0.00/1.00 vMB 62
165,343 165,343 00000000000003a44cfe412744d00331eba681c6a5fa8e1b7251ec25e609f76a 91 0.04/1.00 vMB 34
165,342 165,342 0000000000000887a49e6b5cd711e1403d1ead44882e8f40fbebe2f74728c01f 18 0.01/1.00 vMB 0
165,341 165,341 00000000000005486e0c4fe1c1382ee67d49ca838d8a3db035f3d75dae4a7648 48 0.02/1.00 vMB 14
165,340 165,340 0000000000000aaf60fdbe0457b702cb22ac75a3071c727ca8636c3a69e84ceb 11 0.00/1.00 vMB 263
165,339 165,339 000000000000028a26e04c6280cd12a07b986409628bdfd97a0ac6a618e5a11b 15 0.00/1.00 vMB 0
165,338 165,338 0000000000000ba3ee1c9c3a2f56c302712f7ff4a763fc196596e1e14763ff9f 38 0.01/1.00 vMB 126
165,337 165,337 0000000000000add8ae23d748a1cd28eb2f74d74bd9f47971971d3621079c8f5 5 0.00/1.00 vMB 554
165,336 165,336 0000000000000b23b558566410c85d82e43477b9acde7da6a15de885d9b7d8c1 5 0.00/1.00 vMB 526
165,335 165,335 0000000000000638d9bf8175d619f25a69f30dc11bc1e2fb0d9b475863a24dba 142 0.05/1.00 vMB 62
165,334 165,334 000000000000034f5a1611711e019f698fe459c06c8360835d35da3e006e0137 83 0.04/1.00 vMB 147
165,333 165,333 00000000000007dae0de72962af59aceb787d4728608065f2372071be8c33671 56 0.03/1.00 vMB 224
165,332 165,332 0000000000000102807a9392dbcb65c50d32b1c9ce05edf23c058a27cf0244e9 51 0.03/1.00 vMB 68
165,331 165,331 000000000000007eab2435b77abd131710e27cec84177862fd5b124585a7ba93 18 0.01/1.00 vMB 28
165,330 165,330 00000000000008a4f2794afe3c389bdbf455103b2373c2533a53be165d22853a 33 0.01/1.00 vMB 33
165,329 165,329 000000000000009338b1e039773f6ffd8444c9625de656c0588b84bcbbe6f4ec 133 0.07/1.00 vMB 98
165,328 165,328 00000000000002ea6e7885c081ce6ec1a97d2857d424797378f84dd00ce5cbf1 15 0.00/1.00 vMB 1,675
165,327 165,327 00000000000003fa3d473250bb4ff91cb0b3dca1e9f804e82fe2bd516d807a71 34 0.01/1.00 vMB 242
165,326 165,326 00000000000002a49cfb1b6beb1612744247bf0f438f040cde45a1d0c47ad95d 84 0.03/1.00 vMB 597
165,325 165,325 0000000000000bf87ffb2f63377fc8af9fbfac166fc2f1decb3c4664766b19d3 45 0.02/1.00 vMB 153
165,324 165,324 00000000000006de3c90a06de3ba888577e4135d2242b8b3472ccea2bdeaf5f2 25 0.01/1.00 vMB 324
Previous 10 blocks ↓
Total Size: 782.15 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.14 GB
    • Received: 13.82 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.