Loading Tool

Explorer IconExplorer

Memory Pool

25,099 transactions
6.81 vMB
0.04349149 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.14/200 MB

Candidate Block

Mining Attempt 7844e765b2e545986899b7a6cfdcb019268e1f3218aa401ab4147f54c1f9a5e9
Version 20000000
Previous Block 00000000000000000000959c0308c4656bdb7b0822aa4e9eacb8878a36969eaf
Merkle Root b1219f480f4298b6c6d251f52f5de997ce7efe8b25077a1ef93bb03d39ea0c03
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 591
Size: 1.00 vMB
Total Fees: 0.02169563 BTC
Avg Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,114 (725,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,263 187,263 000000000000041f4aa813ec7899003def9508415b07624222ba99a0183182dd 0.17 MB 308 298
187,262 187,262 0000000000000526be84256a164f095f1b71fb1b4507d63e2305f38fddbfca24 0.04 MB 94 47
187,261 187,261 00000000000004aab4f0781c14b8e6a14e447291495ab3f6cbb1bbed0aed1181 0.08 MB 177 118
187,260 187,260 0000000000000247aae495abc2d893dc00c068949f63530dafef8e93f2afd1d5 0.25 MB 704 145
187,259 187,259 00000000000007c0b64af5e4a51e3ed8e383cdd050e3c0e74065977052679209 0.05 MB 140 7
187,258 187,258 0000000000000735aaf7e4de10cf454f04442d1e5a86cddc091ba859d9d9c3a8 0.25 MB 294 325
187,257 187,257 00000000000003bb121d82c5bcb1c16faeec0bd8b9f05cace9779d67dc50c318 0.07 MB 225 6,880
187,256 187,256 0000000000000080d352c89ae9e0660d38702cf128ae139d76d012c38310a4bc 0.00 MB 7 5,968
187,255 187,255 00000000000003ce0e8a9751ce68c4754a9dc192bd1cffb6a8bfaca4cd0c20f8 0.05 MB 125 55
187,254 187,254 00000000000007bf18e8f55128c42d396e3afc30f110c003ee610155d4776945 0.07 MB 84 127
187,253 187,253 000000000000051c265f73a583fd721035fdb0e233a82ac128d54dd9f3e3d952 0.07 MB 136 74
187,252 187,252 000000000000063d8e252419c3f6d90b91c33c6c2549f386101b8e81618889d5 0.08 MB 162 89
187,251 187,251 00000000000003c6ce9e9007fb9bf953f391e02f6053b53a2bc235b6605762c4 0.20 MB 395 123
187,250 187,250 00000000000004ace3b1d0c2608e54e03f087c499159d67b662e6247bc7ebe1b 0.05 MB 113 116
187,249 187,249 00000000000004e19773435e965c66a673ebed9dea6ca39ebdfc8c9408329d60 0.07 MB 189 113
187,248 187,248 00000000000007543c0dddebaee76fff8dfdb25acc54acd53e1266d4ac8959c2 0.00 MB 3 0
187,247 187,247 000000000000096b447b4dc72e40c662f00c0c4afabc18c834365210a6fbf4ab 0.00 MB 9 14
187,246 187,246 000000000000095014e8dda69d5df6c73f2f07182afa67280aae33ddec85c65b 0.06 MB 116 83
187,245 187,245 0000000000000375e9b14fe794ad2fb475742f5e7a13ea9ad6915cfa5c4acac5 0.07 MB 138 89
187,244 187,244 000000000000061cb8143c64436ab169cb9a410680cc53c912b3ec38d3548f64 0.25 MB 566 148
187,243 187,243 00000000000000b96779fbaac79276ceb403fc3eb0906a978579a8cc1503f198 0.09 MB 327 53
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 10
  • Data Transfer:
    • Sent: 116.79 GB
    • Received: 0.47 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.