Loading Tool

Explorer IconExplorer

Memory Pool

82,436 transactions
30.76 vMB
0.08453564 BTC
Random Selection Loading Transactions
Max Size: 185.46/200 MB

Candidate Block

Mining Attempt 5a7cb67c5747736da7cff47726661e8d149f1d530e34aef65c3feb91dad5fb53
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root e1ccd2e055af14822348313ab7988af5bcd4cd2eec1a06b1f9c9d8340096e510
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,204
Size: 1.00 vMB
Total Fees: 0.01907964 BTC
Feerates: 73.20 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (415,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,171 499,171 0000000000000000001a993edb87e8751f2357b548b2f61a7fca66405cdcf3d6 3,011 1.00/1.00 vMB 325
499,170 499,170 0000000000000000008ae1819ca329685c6113d1c78ed177d7c5d7940e7c4412 2,763 1.00/1.00 vMB 301
499,169 499,169 00000000000000000095ae3cb97394ab2fb61ae77d935a558e6678f4676722ee 559 1.00/1.00 vMB 117
499,168 499,168 000000000000000000237fd0d66a9316cddeedd104c6c18788147a03ee78ffde 2,466 1.00/1.00 vMB 381
499,167 499,167 0000000000000000003f4bc54b458caeddbdd5d13f548c899a253b7be9cbeee4 2,194 1.00/1.00 vMB 237
499,166 499,166 000000000000000000a0a0c8fd2bc722bb05e8c596844699c44a028ce75bfffe 2,596 1.00/1.00 vMB 363
499,165 499,165 00000000000000000085de7bbbba04801385ae037c4ca1fd1f20a4b547bf279d 461 1.00/1.00 vMB 112
499,164 499,164 0000000000000000002f45e22a72b0ad85a5c8b0c37960a8a9c2d4ba9f8b06ae 2,865 1.00/1.00 vMB 335
499,163 499,163 0000000000000000007cec110ce47ee68fd46b6ce727022e3ae698eafb210325 189 1.00/1.00 vMB 119
499,162 499,162 000000000000000000196d1df45980d930c8c3c72b42317e8e27eb5c70876435 1,949 1.00/1.00 vMB 292
499,161 499,161 0000000000000000003f968054a19da69b8087abfb2ae9d4a5544f7ba87d313a 1,334 1.00/1.00 vMB 242
499,160 499,160 00000000000000000050dd32c5a3f5623aec55b122516c8d9e6e3642be941189 993 1.00/1.00 vMB 223
499,159 499,159 0000000000000000004ae5942711de5e751eb0aecbcd1bde8e3d60de66f0ab7f 1 0.00/1.00 vMB 0
499,158 499,158 0000000000000000006b0dd4da18ac7669cf94b86356df6e84abbea45d3969f8 2,556 1.00/1.00 vMB 312
499,157 499,157 0000000000000000001deca91a62c1f0740b061b1178b17c60a60fee35d5f1c7 2,681 1.00/1.00 vMB 348
499,156 499,156 000000000000000000ab92061c37c94f9d59d410a88d64e26b30d149d505aac6 226 1.00/1.00 vMB 124
499,155 499,155 000000000000000000700e182764be61958cbd9705abbdbe2e6336c70f81b922 2,394 1.00/1.00 vMB 256
499,154 499,154 0000000000000000009dc4abb5ad2c50729b2d87887115dc6cc3dc60aa533319 2,466 1.00/1.00 vMB 345
499,153 499,153 000000000000000000a8df68279269ac843d5955cdd2d2e8ce4f37e5dbcdb493 2,789 1.00/1.00 vMB 272
499,152 499,152 0000000000000000006c2c1fb9841eda8e6facbd91229e60f9eed11e5fc4181e 2,576 1.00/1.00 vMB 358
499,151 499,151 0000000000000000003b92d0e9345eaa9463117c75d865ddb880c4c448fd0a91 2,694 1.00/1.00 vMB 325
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.