Loading Tool

Explorer IconExplorer

Memory Pool

25,536 transactions
24.75 vMB
0.07401883 BTC
Random Selection Loading Transactions
Max Size: 119.56/200 MB

Candidate Block

Mining Attempt fd39e0801b13322821f18e800b9f8868969c6dc8247192d8f901572fdc5912fc
Version 20000000
Previous Block 00000000000000000001bbb571411c36339be05e3c18dda8ed251363ab729364
Merkle Root e90e93f764038087771065e802e4d0c0889f4b415bb01248b88c1a65052bc9a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,952
Size: 1.00 vMB
Total Fees: 0.02936005 BTC
Feerates: 101.64 > 2.94 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,177 (888,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,072 26,072 0000000091e859df15bdcb24d38fd10260f21fcbcd3210ae076e1fd9ccc79ac0 1 0.00/1.00 vMB 0
26,071 26,071 00000000296d5333a6cbd7c59435b901d2db904aa60d10381421b0e7478a6733 1 0.00/1.00 vMB 0
26,070 26,070 000000006f52f2a8c7039397d77b4b319b65358a58e9f6a6c8ceb94b9f4dcd2d 1 0.00/1.00 vMB 0
26,069 26,069 00000000d505dbca21e3ba6f734ae5d0cc768c96cdc3360377c8d1b574a426c0 1 0.00/1.00 vMB 0
26,068 26,068 00000000a8aeddfed3ba502e0ceba22079b7ac13e225be05e76ca9633ab143da 1 0.00/1.00 vMB 0
26,067 26,067 000000001da4c467b08077eb12daf128a72468e679ab51f196f40579c407785f 1 0.00/1.00 vMB 0
26,066 26,066 00000000208ee136c12755f1475545b7ca5436ce5cc08125186d0b4fbdbef4e4 1 0.00/1.00 vMB 0
26,065 26,065 000000000c3f6c8d6e33957aaae7e5663b674e25203f6f04ba3e2efa1292efc3 1 0.00/1.00 vMB 0
26,064 26,064 00000000c094123b1a9e3160c775d3b22ca011ff88024d2258e03ed938689187 1 0.00/1.00 vMB 0
26,063 26,063 00000000d725ca1d0db0a7d75605c17906a15941fc58af752e8f234978786d71 1 0.00/1.00 vMB 0
26,062 26,062 000000003529ebef84c1c3ff0be724563f733944aabb2ad7f5f6d64d4b909a84 1 0.00/1.00 vMB 0
26,061 26,061 000000009c2d9e6447b60425e6c59d9b111b2c023ab09615a9433a10cf5f0fba 1 0.00/1.00 vMB 0
26,060 26,060 00000000af379dd163595946f43027cfed6aa9dcb15d984d14820a7422115be8 1 0.00/1.00 vMB 0
26,059 26,059 00000000f25dca7fb7dbb50b9506d79c38af066ed7bd85ed38568205dc89a771 1 0.00/1.00 vMB 0
26,058 26,058 0000000003bba3ac1a9e7b1559148bc58b996ac4fb706680ca09455f7410daba 1 0.00/1.00 vMB 0
26,057 26,057 00000000c6a6988992020d1de38a98721f72e5607bb6eaedea50309a50c68cb7 1 0.00/1.00 vMB 0
26,056 26,056 00000000782f3d2571884c1c6fb1d4c4c0647686af0ad3b0c228d00ff3f787f2 1 0.00/1.00 vMB 0
26,055 26,055 00000000a06b1d78f8bdd3af9bcd7c804bfa90011cfc64e6798df721dd985f12 1 0.00/1.00 vMB 0
26,054 26,054 00000000ca92c0ea7abf639d649fc9202a63e2ec5c5c6d4208244bffbacd37f5 1 0.00/1.00 vMB 0
26,053 26,053 000000002ebe4921fc34dc49d5a8096a9c0daee871586a092878a7965fd41c74 1 0.00/1.00 vMB 0
26,052 26,052 00000000ba6ad9f826fed1aa85351dbe21ef6fce520ee10b6965f10a338a2fd2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.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: 571.86 GB
    • Received: 7.80 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.