Loading Tool

Explorer IconExplorer

Memory Pool

53,822 transactions
31.96 vMB
0.21054667 BTC
Random Selection Loading Transactions
Max Size: 171.26/200 MB

Candidate Block

Mining Attempt 103c12ce0e742e665dfd59119acd1e1baef222599cbfa2a794fd996781a961f3
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 3da3e4501864c2422c723ff25e100a644500d781eefb9de73c09597a87926cfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.11068122 BTC
Feerates: 101.66 > 11.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (911,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,160 3,160 00000000be00819985a9bd99096f8b5f102a55ec6a6a04f9db42b1e1615b1c6a 1 0.00/1.00 vMB 0
3,159 3,159 00000000269402b189261b69538fe8dfea4acac5370f772a83045b8ebb6293b9 1 0.00/1.00 vMB 0
3,158 3,158 00000000e5ae04b766a7d2773e7f6a0515cdf93d9143b6e0c7415fd46b785d85 1 0.00/1.00 vMB 0
3,157 3,157 00000000aff68c0afab037c2ec227bfd8356002fce510fa8b7c14419900e6ea0 1 0.00/1.00 vMB 0
3,156 3,156 00000000a74d9c54130b3088791be0d87d7f65a67fc29cca81d5aa30cbb3a109 1 0.00/1.00 vMB 0
3,155 3,155 00000000652c66e45a2ca664d646231dc932583f7a3291753d9308ef5b4c19a1 1 0.00/1.00 vMB 0
3,154 3,154 00000000b26a3295d00933c2aaa73bca19a3b643b0ad9c72545592527d10aa91 1 0.00/1.00 vMB 0
3,153 3,153 0000000092a762e2e74308fc7d649a52e8b60455d10429b417be16adf005c13d 1 0.00/1.00 vMB 0
3,152 3,152 00000000c7dbed2ee7e87f6aa4f139d1a8b47ed721aae6ef11b66872a3a81ad5 1 0.00/1.00 vMB 0
3,151 3,151 00000000a51617eee6b4a6e4e5ba4dd9f79aa59c92f7be03f4c4cca995995b51 1 0.00/1.00 vMB 0
3,150 3,150 0000000004b12b69f025ec124d120991d8a18a5df3cb66acf9b74ddfd689b35c 1 0.00/1.00 vMB 0
3,149 3,149 0000000006bbd39938ca25952dc97fef0da6068940059f044bcee1aa7771ec2c 1 0.00/1.00 vMB 0
3,148 3,148 00000000f6e878a39c360be327ee5409f547f317d3a6fada92923ecdbeac5e6c 1 0.00/1.00 vMB 0
3,147 3,147 0000000013e04165771b8944c41e88935c7b25222af1c6e9115dd33a6f16f8c3 1 0.00/1.00 vMB 0
3,146 3,146 000000008c49fe2a8cb83021565d77846d9e5776c0a492c1189b580fab7f3b2f 1 0.00/1.00 vMB 0
3,145 3,145 000000004054a6f0c361133d75d87810c11d6386b53454696037689824060cee 1 0.00/1.00 vMB 0
3,144 3,144 000000000a7500e6d85b71ebdc936820644b2dbb1152c026fc5969f3d6942059 1 0.00/1.00 vMB 0
3,143 3,143 0000000023b460fe30e798acb6e84814c8672e277305498f563c1eb213587b70 1 0.00/1.00 vMB 0
3,142 3,142 00000000d043f79aaf7c941940d42056f0709a592aa9354a2f65742078cfe33d 1 0.00/1.00 vMB 0
3,141 3,141 00000000b0ebfcf711fecc9de626c27ebb72e740d57e65353dcabd18e91bac6f 1 0.00/1.00 vMB 0
3,140 3,140 0000000066728fd7cb9bbf27a949f3868188abc7da649beb7be0596f7050581d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.07 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: 651.21 GB
    • Received: 13.48 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.