Loading Tool

Explorer IconExplorer

Memory Pool

51,933 transactions
33.46 vMB
0.12302684 BTC
Random Selection Loading Transactions
Max Size: 172.04/200 MB

Candidate Block

Mining Attempt cc930951ccfd36539a6a5f19a288c7d3500fb3fdfed15c9f98ed9412d5e4fd2b
Version 20000000
Previous Block 000000000000000000017a98b1c7d9052f1c2b6b85393b7fa5e5919d663547b0
Merkle Root 94b04c4231b7e9c12b7595201b36248b614d80611d728464d2335adac8a8d8a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,115
Size: 1.00 vMB
Total Fees: 0.04886903 BTC
Feerates: 301.37 > 4.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,395 (854,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,197 60,197 000000000e2cd38468efecdd6ecc6556a845816d637d1a2daec01bd77790b23a 1 0.00/1.00 vMB 0
60,196 60,196 000000000ddbbf6a93674d42bbc398338dda16175ab472f3bd70d6461a1a01e5 1 0.00/1.00 vMB 0
60,195 60,195 00000000075aae37f9fe712763f02f8351186641ab79e047adc41e301cc66840 1 0.00/1.00 vMB 0
60,194 60,194 000000000835e1181373a1ab3b18b287ad049181655876163020e988a871ae2c 2 0.00/1.00 vMB 0
60,193 60,193 000000000eb771b46a5e9f4d0b17c33af20bb89fa2b9d0055a141922324a8431 1 0.00/1.00 vMB 0
60,192 60,192 00000000034f4084540d162f91cd9988053cf80b8890ae34f50e3611f5072a5f 1 0.00/1.00 vMB 0
60,191 60,191 00000000055071d34159998c0f80964172d764ff558067f4a9543d6ff52cf0b3 1 0.00/1.00 vMB 0
60,190 60,190 00000000034609b12499ad326530b43d50fbe1f512e6353b6be113b88b1f1eb0 1 0.00/1.00 vMB 0
60,189 60,189 00000000046848c4e6f001eddbed7eaf9889287a87116db1ec281596e6026397 1 0.00/1.00 vMB 0
60,188 60,188 0000000002d9548af35833dc8b61482f2a65ac922cffeba7143136c4e9cfac63 1 0.00/1.00 vMB 0
60,187 60,187 0000000008608633e89451716f61a4625e699178a69e53fb97d57cabf76d5651 1 0.00/1.00 vMB 0
60,186 60,186 000000000431ab6ec4dee82eef3ca805a1c983a52798ff9a6a1e1749b0d44127 1 0.00/1.00 vMB 0
60,185 60,185 000000000a5360d1f74d86c6f65aca39e266c713d7c56f2f48ab349618f27b96 1 0.00/1.00 vMB 0
60,184 60,184 0000000004b2eab82ab404cef76da9e561b1c36d6b3099cd0a0601aea697a192 1 0.00/1.00 vMB 0
60,183 60,183 000000000adb9f42fc3beb0fc0de711ced84a60a39ef6c82100be179e1fd2343 2 0.00/1.00 vMB 0
60,182 60,182 000000000c84fa31451c5d833fade926c6642b08ee60d3f01ac491767c7afc01 3 0.00/1.00 vMB 0
60,181 60,181 000000000448c326d3e1c5dd0d7b66b7df24a566c884c835222308954f010c7b 1 0.00/1.00 vMB 0
60,180 60,180 0000000007853ded1bdecc3270d4cfcebffd4e3c8dbd90cd9b8d590068469ca6 1 0.00/1.00 vMB 0
60,179 60,179 0000000002fd6aa781b3534e9d60e3e994e58bc2f988441c1ad60f102dcc09f0 1 0.00/1.00 vMB 0
60,178 60,178 000000000da01f67851ee1b575749fa43e9dbcee3c056544ac9e9325895a414f 1 0.00/1.00 vMB 0
60,177 60,177 00000000071818c70ef9f8a4180d4c4add24c39ff53d541d8117713c4d20f5f6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.30 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: 598.83 GB
    • Received: 9.98 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.