Loading Tool

Explorer IconExplorer

Memory Pool

38,414 transactions
26.15 vMB
0.06169262 BTC
Random Selection Loading Transactions
Max Size: 135.22/200 MB

Candidate Block

Mining Attempt 08ee1b01192f0a4096ab395deae97220e51774d35896dc8fa1d5ed747b4f2a22
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 63708fb081a96ba73a9a47b3664fb9e6942f82382eec935e91b407e3c7b742bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,356
Size: 1.00 vMB
Total Fees: 0.01375557 BTC
Feerates: 265.25 > 1.38 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (806,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,155 108,155 000000000001253163fdb50c740c9c06b787d82eb25e2f67cd30aae3d788c006 5 0.00/1.00 vMB 0
108,154 108,154 0000000000015dd08476244da7f4d43d35972f1775068410e8b90acf8a1eabf8 3 0.00/1.00 vMB 0
108,153 108,153 000000000000c8d27a1b02dde032328b1bd7e9e03ce321f9c5e0ac1f2dffb7a4 1 0.00/1.00 vMB 0
108,152 108,152 000000000000d6c1f89f77557486968d41f012b8d7abd3c31b9c71d33f7dab15 7 0.00/1.00 vMB 0
108,151 108,151 000000000000bc9740d602fcc4d31fbaa5d8cca416b5a0800f8ba32680b6d401 3 0.00/1.00 vMB 0
108,150 108,150 00000000000266faa594b79d0cf9e68e2e67016b9abe92b9085e19cca77786f5 2 0.00/1.00 vMB 0
108,149 108,149 0000000000020e5e9d20982cfd95c27a39c6aab0f84641d96dc7b3e027ba632f 4 0.00/1.00 vMB 0
108,148 108,148 000000000001712523d808629011b349ca26cdf0597380c70559b7602905da32 17 0.00/1.00 vMB 0
108,147 108,147 0000000000015485e36fefd7dd0a68798282417438e82c8a16f85c76583172e1 3 0.00/1.00 vMB 0
108,146 108,146 00000000000174748a0053532a26e3c47647bbb64701facf2cf4cba926e8bc31 5 0.00/1.00 vMB 713
108,145 108,145 000000000000e638406c339103a9c96402b76760b93b5471717e0f962332cacb 1 0.00/1.00 vMB 0
108,144 108,144 00000000000183862c0653e19dccc1cb9843045dc77b14c9fab956c97cf39df7 4 0.00/1.00 vMB 0
108,143 108,143 0000000000008ff2a2f0f9489c230f47317ce06cce51013419e204bd6e903346 12 0.00/1.00 vMB 0
108,142 108,142 0000000000002b8d5c252c30d8b6d4443cc1c1bc3549ffab4e48931f461ecd32 13 0.00/1.00 vMB 0
108,141 108,141 000000000000e6f64867b766fd6f8f12283b65a0a66c5d8d81116be7848804f3 12 0.00/1.00 vMB 0
108,140 108,140 000000000000308d30f232b1d1d7dfdeabf6543bed6fb6e22963528c2a27affe 2 0.00/1.00 vMB 0
108,139 108,139 000000000001d0ff933eac8fd2dd58d33d72a0e7f342bce9abecc7dbe4d8c733 13 0.00/1.00 vMB 0
108,138 108,138 000000000001f028134ed9b42624d13f161062ee7315f0f6a1f9da138c4d85af 12 0.00/1.00 vMB 0
108,137 108,137 000000000002257c5f4dd012cf183103931e784625fd894b1ae9f7756fe1e891 13 0.00/1.00 vMB 0
108,136 108,136 0000000000002fc3f3ea9d480fd3ac0c1b37d45dfafc2ac95bcb5266f5e5c5fe 12 0.00/1.00 vMB 339
108,135 108,135 00000000000177b96c81c5d1280f559201dd66a240df592b09be83c3d186ac00 19 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.