Loading Tool

Explorer IconExplorer

Memory Pool

42,648 transactions
32.34 vMB
0.09557882 BTC
Random Selection Loading Transactions
Max Size: 161.80/200 MB

Candidate Block

Mining Attempt 46f303d5d83d31bba2b6fbc62e3d6d0f6e68badcb867d5dd59c6cdd4d7ad84b6
Version 20000000
Previous Block 000000000000000000014d09ba7a31a9df4561752127b3c25ca00855382b7a3f
Merkle Root 6dd18fc458a39adc03618ec53c545e2e8d2bfd39c300bad51b861c39454ad3a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.02434975 BTC
Feerates: 603.21 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,361 (840,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,443 73,443 00000000004a62c2d5fdc0527fd64343145cfa906aedb23c26915cc8d628d913 1 0.00/1.00 vMB 0
73,442 73,442 0000000000ac27a9e661401cc97a53d124a2b0de91031ee7d841d08326f60f35 3 0.00/1.00 vMB 0
73,441 73,441 00000000004e5547d9754946e78d8f654d06917aca2f4f2e92ae07af2616d2ce 1 0.00/1.00 vMB 0
73,440 73,440 000000000047f202fec7a968d6ef7651f5134adb7d6dba3e11b6b8f149a10f4c 3 0.00/1.00 vMB 0
73,439 73,439 000000000096175bed10ee9e0a108bd4490775e25dacbd21662085867c406dd1 1 0.00/1.00 vMB 0
73,438 73,438 00000000006877ba470cfba140960e5e509a19ebf841bf7b2abc85e78b8723d9 1 0.00/1.00 vMB 0
73,437 73,437 00000000001eb00cda861fcfcb3f3dd4453b136a0e0cdb5d34fa1099bb12b1e6 1 0.00/1.00 vMB 0
73,436 73,436 000000000015ec087122b7fecce31568d52e119fc02bd2f407334488091a7d24 1 0.00/1.00 vMB 0
73,435 73,435 0000000000676e484df5e93dd26c11f8d4ccf3ce78fe046a0d80e7ce02ecf928 3 0.00/1.00 vMB 0
73,434 73,434 00000000006ad244ac01fa56d26d60fb5ef62d6d1e2b574621de3ec3139bd6b7 1 0.00/1.00 vMB 0
73,433 73,433 0000000000528e2dd8ccf9353fa0957171c871333ce4cf72070e3aaea6ddba5e 1 0.00/1.00 vMB 0
73,432 73,432 00000000009e2b9b3ba053ffbf061e1f39a56ddf8f19c1d069b973254d2e81e5 1 0.00/1.00 vMB 0
73,431 73,431 0000000000425207eecb991d83d1f1cb6a11a3a76c2011b43f48670e4fed2dfc 2 0.00/1.00 vMB 0
73,430 73,430 00000000007cfcacd10c39dbc7efdf70a7186d9552ec41556a1b23e37e081b6f 2 0.00/1.00 vMB 0
73,429 73,429 0000000000824bb78c71806684f14e46d043a1c423089282dd6934ff9af7b819 4 0.00/1.00 vMB 0
73,428 73,428 000000000087e5ae183027e13a1a996057d8d977d639983b4329a331f5711e74 1 0.00/1.00 vMB 0
73,427 73,427 00000000002045bf4ebd69684d6557bb8161133ef80ecc94efc3616ff51226d0 1 0.00/1.00 vMB 0
73,426 73,426 000000000011fc192aad93be506c576b09d9b43ee8bcf9b34b58de48163ac7b5 1 0.00/1.00 vMB 0
73,425 73,425 000000000047192ea03d5f3819d4fc9ff687ffe532988889b13c6628fb75f14f 1 0.00/1.00 vMB 0
73,424 73,424 00000000005b1d46f2d90e142a3025dd940c40fc0d5690205470f2855370855f 1 0.00/1.00 vMB 0
73,423 73,423 000000000051c493bc19279d71f2d13d6a86caa6247f0e93062edfc6c8762132 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.24 GB

Node Details:

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