Loading Tool

Explorer IconExplorer

Memory Pool

36,572 transactions
25.91 vMB
0.08657661 BTC
Random Selection Loading Transactions
Max Size: 132.67/200 MB

Candidate Block

Mining Attempt 22e4d413b37fa9524a7706cae7a4d5a98a9b3af399fcf34a257f237ad42cdd2e
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root aef8621ac1a8d2a3c23935b17d054868a20276a4688fd3ac789dcebcbc3a5ee3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,769
Size: 1.00 vMB
Total Fees: 0.03902858 BTC
Feerates: 171.09 > 3.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (445,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,408 469,408 00000000000000000069071006b0bf386b554e146a44a92d9445a520a07505d6 2,441 1.00/1.00 vMB 429
469,407 469,407 0000000000000000017339b3b07db2189f4570f809083d870a6dbcd37c91777e 1,859 1.00/1.00 vMB 297
469,406 469,406 0000000000000000000afd9cfc7f55eb93dbee8c411aff957461a50caa8d4866 1,760 1.00/1.00 vMB 278
469,405 469,405 000000000000000000dd47ae544c413a2c92d6a3afcdd4173a49f2e12c09b8d4 1,664 1.00/1.00 vMB 365
469,404 469,404 000000000000000001ca42c442cb5307780268467b59e82553b4109293be72b6 2,403 1.00/1.00 vMB 400
469,403 469,403 000000000000000000ab15f2368f039ea07eea4b3a6c1409a97bb63eb387323e 1 0.00/1.00 vMB 0
469,402 469,402 0000000000000000007030440ebb110b415127076b8e7a0705d88786ea0193c0 1,922 1.00/1.00 vMB 305
469,401 469,401 000000000000000000daa183e88f6b660df1567e4d060807ed2eb52ff6bb9377 1,912 1.00/1.00 vMB 372
469,400 469,400 0000000000000000007fec49a5f0ab021a46e6d550eea6fa6e12613207e11fa5 2,600 0.99/1.00 vMB 407
469,399 469,399 00000000000000000116ede6af5b3f1d2adb1d35be5e4908b4c1fb1c17ae7f94 2,413 1.00/1.00 vMB 440
469,398 469,398 000000000000000000bf6e77b2a035c43710c14997f31ea7a41911effa4ea120 1,915 1.00/1.00 vMB 372
469,397 469,397 00000000000000000119e8ee1c65a12608ce7970e334eebb4515136cbade728e 1,426 1.00/1.00 vMB 258
469,396 469,396 00000000000000000102b5aedb60cdde6d5d323b2c06529eae5b7e5b065ed1dc 1,179 1.00/1.00 vMB 220
469,395 469,395 000000000000000001308b4b6f72263c1ff7832b0da10b9dfe32bec37ea47852 2,098 1.00/1.00 vMB 275
469,394 469,394 00000000000000000157b099dfa8bf6ce2cf511d13c5158eba70f4137c2db997 1,991 1.00/1.00 vMB 202
469,393 469,393 0000000000000000006562245d456eaddb3be380298e4509364068f50250ff04 2,144 0.99/1.00 vMB 268
469,392 469,392 0000000000000000014f46f059c511574be6083931d728406f2601ece09e8cc2 1,524 1.00/1.00 vMB 203
469,391 469,391 0000000000000000015261533b3fc98e4e09d6e74093478ac0278c6ef89d0bb5 2,249 1.00/1.00 vMB 150
469,390 469,390 0000000000000000003fd55c04eebca083c43f941b56d9ef0a26d4d610c13aed 2,272 1.00/1.00 vMB 321
469,389 469,389 00000000000000000038fe505c12ea71fb23ceca3e97484aa755884bd9b9a0f3 2,467 1.00/1.00 vMB 263
469,388 469,388 0000000000000000003b8acd22a2ab764abda69a8f64c614ef2251161ec73586 2,319 1.00/1.00 vMB 368
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.