Loading Tool

Explorer IconExplorer

Memory Pool

40,681 transactions
17.88 vMB
0.16132433 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.78/200 MB

Candidate Block

Mining Attempt 1bb2fc1bdc200272f170f02d19f37762f58c97cb5a7580d506eb2369a0570f3d
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 26617879a3e39e1b32dc801ffd96c548b983d3be15df78667928e761b0cd9b4e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.05035184 BTC
Median Feerate: 4.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (717,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,256 196,256 00000000000002b93ef7792ed1ce95967d731371946e541ba4e5a84c755dab37 143 0.05 vMB 921
196,255 196,255 00000000000005f450da3861e48854f25e19b0593cb736a59b0c62d32b67ddf2 263 0.07 vMB 168
196,254 196,254 0000000000000649bf702bb145ca3065bd9ebc53eb965d738ae1e17513cda70f 477 0.35 vMB 108
196,253 196,253 000000000000050613371c42d1895de8683236f6be2dbddff8f61a9bb369bc59 867 0.25 vMB 423
196,252 196,252 0000000000000042b7c43b1f211b8600f5fa67406b2e51b99afc1351cab385a4 445 0.22 vMB 116
196,251 196,251 0000000000000495f3e929653f7d94c05320ff99c0e1c7b9b554c0e940c7c2bb 49 0.02 vMB 814
196,250 196,250 000000000000020672eacbca09d21a719b5d4544ba8f862e3f7e517b85219378 7 0.00 vMB 34
196,249 196,249 000000000000033f48f68496c3b1d6d2243741ece3a69416049ec7f0dd089668 337 0.15 vMB 164
196,248 196,248 00000000000000b68c5f42092ed8ae9ab0254d2c08596e2e812247226b45a3d8 344 0.13 vMB 129
196,247 196,247 00000000000000c54385d27f2d35a3a0c2fc9813d0dbee960df3d22049a3ee3c 1 0.00 vMB 0
196,246 196,246 000000000000066fa3d731633ddcd161b9445ccbeba009904f85774ae759eb2a 304 0.19 vMB 86
196,245 196,245 00000000000006c719c3398618a7be9aa581826be753a494139b871cc8d93124 121 0.05 vMB 107
196,244 196,244 00000000000005a18620d1dd28605ea5b03454b3bafbb7e179141a051e990263 110 0.05 vMB 407
196,243 196,243 00000000000000c2a07605a635830c21ceee784c76085a11b6bab2e390b4c28f 109 0.06 vMB 110
196,242 196,242 000000000000000bb79e3ba3fce19d08399878b18a539e9ee9737a256773a560 915 0.25 vMB 184
196,241 196,241 000000000000006ea61fae3bf8155d38ebe651943feb9264c7491aea1a845119 132 0.05 vMB 302
196,240 196,240 0000000000000436a3539ad7e1da3eb4f361e0d097a269b35431adfbda20841f 400 0.17 vMB 147
196,239 196,239 00000000000004b626573de328113b859cfcf57b27f0da9e5b7487fc66a13f73 153 0.06 vMB 333
196,238 196,238 00000000000001b3aa01a6fde56d4022933f71a37b43473fd5a5fcb9cc9d06aa 254 0.10 vMB 213
196,237 196,237 00000000000006c0fecc50e6f268503aa55aed795e4c32b6b683350f2aba61d3 136 0.04 vMB 334
196,236 196,236 000000000000062d6d31203be48b00bee738419b1084da9992a24e82dabd8255 42 0.02 vMB 70
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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