Loading Tool

Explorer IconExplorer

Memory Pool

33,643 transactions
7.31 vMB
0.06325039 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 7 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 3 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.03/200 MB

Candidate Block

Mining Attempt 00390d14689ea3c77e724de2d3dfbd2c37a6648761d32fbfe7906c272ba96bcf
Version 20000000
Previous Block 0000000000000000000037b6cd2e99f467cad33ca46a035bb727622c029e619f
Merkle Root cf7fc0029eba046f027f359bfa84b8f819d8cac23246b28e2960c673b8cdd7b2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,585
Size: 1.00 vMB
Total Fees: 0.02701124 BTC
Avg Feerate: 2.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,764 (713,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,420 199,420 00000000000000fd203ec0a32aa36d03f89567b38755e73dabecd9ebffb759bd 0.14 MB 334 416
199,419 199,419 000000000000033f16f73aba3f0de1a180c5507d59962fb0121c5e5300ca4c54 0.05 MB 128 197
199,418 199,418 00000000000002a2ec693bca56f32ba65219b1675d677d371c889d8f276bb281 0.19 MB 440 85
199,417 199,417 000000000000031012b5fb3fc5be8fdf33ac5c93d085b0d84bd11ace78867db2 0.25 MB 409 87
199,416 199,416 0000000000000052c6f44f70ed9795efd07707ca0a6f87b283f2e9c5471bb920 0.25 MB 634 136
199,415 199,415 0000000000000099ba95c9f6d58b1c2a4cb361f9f22c91308e2a5a6f74bff16b 0.05 MB 143 114
199,414 199,414 0000000000000388e20c2b936bdb50100fd7c7ce73a783cf78342e7807b7422c 0.02 MB 46 111
199,413 199,413 0000000000000415b108e62605ef57000742c0411d8e376b27eb915391e7fd15 0.10 MB 231 126
199,412 199,412 0000000000000440abdb71d60b9321d89ba03d85b6dafdbe79e526e1c8b70855 0.04 MB 64 75
199,411 199,411 00000000000001b103b62c83e69e5864024cfe8310b9ff61f20c00ab9f9d613f 0.03 MB 40 85
199,410 199,410 000000000000009f6083290bf45f5610a0bc82109a261c10d39801071d62df88 0.05 MB 119 127
199,409 199,409 000000000000062107b911700dfef63e11bb4b8b394164e35268b7045e90f5f5 0.08 MB 196 133
199,408 199,408 00000000000001d8a643ea107bdec87a08536951c12f070c8a51e32e4be8f7f1 0.01 MB 26 219
199,407 199,407 00000000000002cb9b9eded42dd2a76f044cbeedfaf50a0205146e94b9d8156a 0.31 MB 743 25
199,406 199,406 00000000000001921596950968abfaae20e9c40129b711d39834e9b5b24ddfe8 0.05 MB 129 41
199,405 199,405 0000000000000294f24113436b3b04e86b0b844e704b1690732d3583ae5817a1 0.20 MB 449 133
199,404 199,404 0000000000000109567e7032a5d320707231f71405c022a4d30dc0265cb27889 0.07 MB 236 79
199,403 199,403 0000000000000137430a2fff62a41e3ccac05551322b19cef207786ad8453271 0.05 MB 129 321
199,402 199,402 00000000000005e7d9c561902b8646a9b9382ea3f65521be89f5d19e71f35783 0.05 MB 79 85
199,401 199,401 0000000000000579c1239d8f3e994376c84d4f5e049244679c470938a219e734 0.02 MB 39 17
199,400 199,400 00000000000004c6d590deac7297c57c6f303022fb047c9cfdfecbc400a7f0b7 0.13 MB 225 159
Previous 10 blocks ↓
Total Size: 778.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 88
    • Outgoing: 11
  • Data Transfer:
    • Sent: 146.05 GB
    • Received: 1.56 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.