Loading Tool

Explorer IconExplorer

Memory Pool

44,748 transactions
26.80 vMB
0.06579509 BTC
Random Selection Loading Transactions
Max Size: 141.45/200 MB

Candidate Block

Mining Attempt 3a49a61343114c0ad4ee9944bf695880c4e5e714533610f6536d44e6c17d0697
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 3f57a35aa71e31697d7c7f8acc63e46adb45a2276104be17eb2c0485ce2ec36c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,412
Size: 1.00 vMB
Total Fees: 0.01641317 BTC
Feerates: 100.36 > 1.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (447,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,962 466,962 000000000000000001ba7cd22826119814dfbe279cb828e9733720878015dfe7 1,853 1.00/1.00 vMB 157
466,961 466,961 0000000000000000007611fcaec4acd427ffb858a446d24787810993e22ab6ab 2,426 1.00/1.00 vMB 229
466,960 466,960 000000000000000000fe8b0879e4c5f73f2e06198428a679ce6ce722daf883d7 2,115 1.00/1.00 vMB 303
466,959 466,959 000000000000000000b24823589406e9905b1cf2f3afbc31dd810d2cf3ffb4f1 4,636 1.00/1.00 vMB 157
466,958 466,958 00000000000000000169dc0e589717b3dfa0677c5ba2c73df466f893013aec71 2,960 1.00/1.00 vMB 181
466,957 466,957 000000000000000000e9c4aff12a8a9c3c7833ba50486375a89111a31ced4af8 169 0.06/1.00 vMB 384
466,956 466,956 00000000000000000027dbcd159bd23600a330795d04d06562fac1b0f09050f8 2,403 1.00/1.00 vMB 288
466,955 466,955 0000000000000000017ee7076746fa19433a1cf43b6026b87f787b4616804bdf 2,220 1.00/1.00 vMB 173
466,954 466,954 000000000000000001b85380e6130068944ea0af6b43f941234e4be7b7a962e9 2,322 1.00/1.00 vMB 268
466,953 466,953 000000000000000000b4154f01e1f2ad189a9d9a275ebb8e156cf7355e1bc94f 2,399 1.00/1.00 vMB 303
466,952 466,952 000000000000000001a36cb9b4d22cd7b6d21d2a6e30e82f976f427e11c9117e 1,326 1.00/1.00 vMB 151
466,951 466,951 000000000000000000b2be6c6defb34b9b42dd112c99acbdb3a6cb29b5d2ab00 790 1.00/1.00 vMB 159
466,950 466,950 000000000000000000f826c91a8f7b563da230d8b521dd4899c9828ed2fafa2e 2,685 1.00/1.00 vMB 344
466,949 466,949 000000000000000000637d483daa19ae236cd31239ed20716ea62333d397fd88 2,437 1.00/1.00 vMB 309
466,948 466,948 0000000000000000007690a9dddcc2fe189cf3eeb31bc02d93346447eed3f13d 1,787 1.00/1.00 vMB 204
466,947 466,947 000000000000000001e5c2a98a237b817a6c0bd35481c8b18e5959626f12da75 1,426 1.00/1.00 vMB 237
466,946 466,946 0000000000000000019266e94f88fc95463aff4cf3f6d29982b7a79be03911e6 1,280 1.00/1.00 vMB 128
466,945 466,945 000000000000000000500dfaed71f371aff6a38dce7ba45ba436e6efa54249b0 2,507 1.00/1.00 vMB 209
466,944 466,944 0000000000000000016ecdb4cc08937336a6027d01926859b1cd166187328ce7 1,711 1.00/1.00 vMB 195
466,943 466,943 00000000000000000045abd0b5bfbbe4c276410a8a7c0631ddbbebc51ac6e9c0 1,764 1.00/1.00 vMB 291
466,942 466,942 000000000000000000ef28601a5383ee01e2690ff2882f8cf099be715aedf44f 2,092 1.00/1.00 vMB 296
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.76 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.