Loading Tool

Explorer IconExplorer

Memory Pool

73,708 transactions
28.49 vMB
0.06817352 BTC
Random Selection Loading Transactions
Max Size: 168.79/200 MB

Candidate Block

Mining Attempt b1a5a3a7b59c9fe8522aad98a1c2073d7983c7156418026253eff937ffb53a8a
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root adc4f3235e2d7d814b4fbd5804e33906f126825ebd6f120ead2129b60e31e6d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,620
Size: 1.00 vMB
Total Fees: 0.01097004 BTC
Feerates: 100.29 > 1.10 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (422,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,019 493,019 0000000000000000009b140fce4cfd67a1a8a3fa6b7f9e5ed8c1b20e59fe1b88 2,208 1.00/1.00 vMB 241
493,018 493,018 000000000000000000360d7cabdb59720d5ebc838bd754fc1b7863b11772dab1 2,382 0.97/1.00 vMB 179
493,017 493,017 000000000000000000887fb728da32a20aa9d02658a61ebdc2fc0a564bb08849 2,119 1.00/1.00 vMB 157
493,016 493,016 00000000000000000085de6da137ebe6130b35cef04e1272b0a7f2190d3a12f8 2,013 1.00/1.00 vMB 177
493,015 493,015 0000000000000000008e336692e1cc53247ae278277fde7d99dd1ae0f6df600f 2,077 1.00/1.00 vMB 278
493,014 493,014 000000000000000000176ab1ed61f1d81a61a605015f5b702b9a492fda7541f9 2,032 1.00/1.00 vMB 218
493,013 493,013 0000000000000000009b14196f6c8802f67a9d542574db7a21b86b6276df4dbb 2,394 1.00/1.00 vMB 169
493,012 493,012 0000000000000000005f0740ea72707cedfb6220c0658c284da02963297648f7 2,271 1.00/1.00 vMB 201
493,011 493,011 0000000000000000009d5f52718d7bf48dcd76ae05229edee3081335cb3e3484 2,380 1.00/1.00 vMB 233
493,010 493,010 0000000000000000006ad197be41de31939f751085d6ef33f592e8a9f930c851 2,612 1.00/1.00 vMB 230
493,009 493,009 000000000000000000615dae65554b07fb05d461ac86e2435b586691dac1add0 2,252 0.92/1.00 vMB 301
493,008 493,008 000000000000000000233f7afd5286f2466ca51b09e6048554adf8785f8cfb2e 2,668 1.00/1.00 vMB 253
493,007 493,007 0000000000000000004745856b96fd51842e63233431d69d2077db6b0484a835 2,831 1.00/1.00 vMB 293
493,006 493,006 0000000000000000006e9025adea101646428610c2962c5c353fe5eb8294ea42 2,441 1.00/1.00 vMB 272
493,005 493,005 0000000000000000004bd8ae7772cf2b020b5b8cc13cf2856ca11e737dc6e3e2 2,165 0.92/1.00 vMB 316
493,004 493,004 0000000000000000007d0180ad7037994dd3024faddca0fa8c881438ce92683c 2,520 1.00/1.00 vMB 175
493,003 493,003 00000000000000000095226b4da3ad059b9abf041ad063c8bc9f3b57ef5ff117 2,444 1.00/1.00 vMB 207
493,002 493,002 0000000000000000000763c663c8917c0239bac393ae8ee36c8dcea9c9a0d522 2,436 1.00/1.00 vMB 230
493,001 493,001 0000000000000000004197431330a069e96233b8a6bbd7aad4397b5d3b32eabd 2,872 1.00/1.00 vMB 231
493,000 493,000 0000000000000000009597e5348a4d78883667819d000662f82a910899aa6271 2,700 1.00/1.00 vMB 269
492,999 492,999 000000000000000000711829663b1eba1f2a8ae533ff6b2eed8dd141490b1903 2,334 0.92/1.00 vMB 275
Previous 10 blocks ↓
Total Size: 782.46 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: 667.92 GB
    • Received: 15.31 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.