Loading Tool

Explorer IconExplorer

Memory Pool

70,313 transactions
26.68 vMB
0.07055477 BTC
Random Selection Loading Transactions
Max Size: 160.48/200 MB

Candidate Block

Mining Attempt 9586bd60bcb45cf13edce0f4a787123b2972699a2c6c34b3d1d9a9c19c44913d
Version 20000000
Previous Block 000000000000000000002d34d52a3addf89bc45d6d78c163bf39016440e5bdf7
Merkle Root db9f5624ac242626db4b589e3db2d1636649e5ecd9e8ec5c6eb08f12d5af6f96
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,065
Size: 1.00 vMB
Total Fees: 0.01352608 BTC
Feerates: 136.43 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,467 (807,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,782 107,782 000000000000cab2bf5e0a413b690d16c5f55ae5f212d1ce9d654e16963f7242 5 0.00/1.00 vMB 0
107,781 107,781 000000000002374cb73c7aa0d4c7c742446938dcd3857edda819a18cebef7142 8 0.00/1.00 vMB 0
107,780 107,780 0000000000022b492063b196a102fec8b25994e647199fd911d8b1498f70c138 10 0.00/1.00 vMB 0
107,779 107,779 0000000000000d1688dd46767dbadeffe3cf1a9d00aae92c0a23c4d4d899bbb2 14 0.00/1.00 vMB 596
107,778 107,778 0000000000003877663a2f90f0b016852d7696ef2830a6454c2a801960cb6bdd 12 0.00/1.00 vMB 0
107,777 107,777 00000000000104f756066c6be7d3261af0c9eb58e2677cf598435850f354dadf 11 0.00/1.00 vMB 0
107,776 107,776 0000000000017e684c5cba3beb46e5b5499cb563903eb94167be32568be13c90 43 0.01/1.00 vMB 0
107,775 107,775 00000000000106c54cb13799d1acd90d2d736ae615ef3aa8be1809a079e8d18c 6 0.00/1.00 vMB 0
107,774 107,774 0000000000021a7ec5d606564d2fb2547fb6b5dfdaf7434d2fccad4cd083ca46 12 0.00/1.00 vMB 346
107,773 107,773 00000000000006137ac2431f6e588d227614995326d8ba56cb392747cefbc3e7 12 0.00/1.00 vMB 367
107,772 107,772 00000000000234e4d652e0b4ef35ae5fd20235bb1078b3094ab297dc5d53b60c 2 0.00/1.00 vMB 0
107,771 107,771 000000000000b2ed31aceb2ffd06e91b8a02ac0cb55985259326c8e704dcd32e 13 0.00/1.00 vMB 0
107,770 107,770 0000000000007189fc68258b6e97122554ed4e3ca425a1bd2c2170f5506a33fb 23 0.01/1.00 vMB 171
107,769 107,769 0000000000006e6a3d858afafd279a809cf2fbb51da62fa12a35ba83f39404b1 7 0.00/1.00 vMB 342
107,768 107,768 0000000000012674ff42684e2dc6e33ea3e4e2b848117cd799d71d7c9a27e7ff 2 0.00/1.00 vMB 0
107,767 107,767 0000000000001c217c426d9cd43f4fbdaedc33415cb3b22c3989db7d817baeae 7 0.00/1.00 vMB 0
107,766 107,766 000000000000f87c0fa42c2dee8c51a70795698a18a8f3cf78910365abb4273d 5 0.00/1.00 vMB 0
107,765 107,765 000000000001b85fa1709c6824d19d5c7d20736b0b2ea5fd470705a9513c42ae 4 0.00/1.00 vMB 0
107,764 107,764 00000000000271de9d8b94afff543366e290e995f3e3e337bb86a0b7bf02e8d1 2 0.00/1.00 vMB 0
107,763 107,763 00000000000148c04e58dca8e1a2df251339c81e2dfe1ff0e9d655b7b4ca428d 13 0.00/1.00 vMB 0
107,762 107,762 00000000000135e0339b2628b7efafd33c7e0c07c412ff5e6a3457b9ba619249 40 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.20 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: 754.92 GB
    • Received: 18.94 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.