Loading Tool

Explorer IconExplorer

Memory Pool

89,224 transactions
33.68 vMB
0.14768652 BTC
Random Selection Loading Transactions
Max Size: 199.89/200 MB

Candidate Block

Mining Attempt a9a3e0b78d2ff39d0d6c6492699c00e4c988e0827ff5a4988b135ef65193d4eb
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 5f021705738e1f168d1bf3a562055de56bbd637836f19c6184a86c0bbae73cb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.06026389 BTC
Feerates: 469.97 > 6.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (415,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,175 499,175 0000000000000000001c72b6029055ecc99a97c737ecb05e9caf52a769f45bb7 3,545 1.00/1.00 vMB 397
499,174 499,174 00000000000000000099c7b316df372745d50609cc8607452d0b1fa214d9b003 3,287 1.00/1.00 vMB 378
499,173 499,173 0000000000000000006b55f09dce73f1ec131dc21c2facb67f94a3854d49eea6 3,459 1.00/1.00 vMB 396
499,172 499,172 0000000000000000002e37c3a494d1a5216ba9f204bf9fe90c4e2d850450f563 3,400 1.00/1.00 vMB 406
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
Previous 10 blocks ↓
Total Size: 782.30 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: 658.10 GB
    • Received: 14.56 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.