Loading Tool

Explorer IconExplorer

Memory Pool

24,777 transactions
4.68 vMB
0.02219879 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.99/200 MB

Candidate Block

Mining Attempt 8ef0f586536a897a66b350b6fbc45d9466ba94f439f70f3dc0496f70c22ef8a0
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root 0aba61d3dd1b86a7d7f347ed6d8b83b75d60473603d63244b850d3f9c798d4f2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 631
Size: 0.65 vMB
Total Fees: 0.01171159 BTC
Avg Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (723,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,333 189,333 0000000000000515b8ee581d80f221f9035024e92468cd89f889f194780fc952 0.08 MB 194 235
189,332 189,332 00000000000006b4e0ad178e8a2730a76439d739b161fab9d4eeace42bce5ad0 0.15 MB 352 118
189,331 189,331 0000000000000025bc3029dee1c99e0bd08128387030e912e1e40eef2272707e 0.25 MB 518 111
189,330 189,330 00000000000003f38b3304b0d654bce7427b8e723b64c9454185c1737856ecc3 0.25 MB 475 114
189,329 189,329 0000000000000893a1254067939ae51a53abef62dd09d1926e1c2953b008ac73 0.10 MB 256 127
189,328 189,328 000000000000076ff01f56b7e001a3759d6251f0b9ca88a45f7403b10956f7bb 0.06 MB 184 129
189,327 189,327 000000000000014998dbb37f9ef7cf3bbce5854938afaa9c4ddbbf87fc6ff251 0.01 MB 32 21
189,326 189,326 0000000000000200f88ec40780484cc8964f1cc140518360e488418ba1ec6b04 0.04 MB 121 110
189,325 189,325 000000000000064a04035eb1e1c9d3c2a0d489feaceab1abb21f03624ed8b3cc 0.36 MB 798 118
189,324 189,324 00000000000001b2e37ac1ed26968494832564dec6135f0f63e4611143aff8db 0.04 MB 66 121
189,323 189,323 00000000000003b3e098d7bae3718f9c8ceeef0cac11a56858d6faefb3e2bba9 0.11 MB 151 126
189,322 189,322 00000000000007c1bf9b2b35a022a384f8002799e6fd1c9ebcb0bf55fcbcde00 0.00 MB 10 15
189,321 189,321 0000000000000258605523c90d87c55d7eb8e803121d79363f3864bce4ed0e6e 0.00 MB 9 91
189,320 189,320 0000000000000021bed672b8b9618cba89748210412f022b7f4bb97975822c1f 0.03 MB 101 75
189,319 189,319 0000000000000682d96fe9f0395749d28909bcc4e96b3286f450de6780fd8a66 0.04 MB 112 52
189,318 189,318 00000000000006a9f03c8589004ad7d987535f947de04d6b36f9d264ab5b318d 0.09 MB 205 135
189,317 189,317 000000000000090edfe20834750ef04d1859e4759b7622a6ef3d26de6b4fd59d 0.05 MB 128 120
189,316 189,316 00000000000003611bd27b7a456f552b8bcad5da258cf2f9730eba665c475197 0.19 MB 361 101
189,315 189,315 00000000000006f9878abfbf3f14dd78220cb64f29265a478aa6558cd25f96e6 0.14 MB 346 122
189,314 189,314 00000000000002004ccdeaa5cdb6c97c078ca7605fbb6b0b09b18f3fdac7a0ae 0.02 MB 53 61
189,313 189,313 000000000000014243a68edc11fbc7e22848c37e6c2e43382cb11dbe47784db4 0.05 MB 126 97
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 102
    • Outgoing: 10
  • Data Transfer:
    • Sent: 185.65 GB
    • Received: 2.11 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.