Loading Tool

Explorer IconExplorer

Memory Pool

41,924 transactions
27.61 vMB
0.07105712 BTC
Random Selection Loading Transactions
Max Size: 142.90/200 MB

Candidate Block

Mining Attempt d5e000442ca0fbfc170ef9ef4ad77079b8b28b2962c8e872e50c4ecef0a55ed0
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root b0ceb6a956514d1dc562c2bae4d0f14942096dd0ef2769f6178dc73545e690f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.01629165 BTC
Feerates: 100.53 > 1.63 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (518,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,241 396,241 000000000000000002efad97e84526ee3c35f7777a495db4f787e3908b81c3b4 1,798 0.93/1.00 vMB 28
396,240 396,240 00000000000000000715f10c36c1442e6fc3b925b56435241d1608b8914d544b 2,513 0.99/1.00 vMB 39
396,239 396,239 00000000000000000567225ff568a27cb85eea12613a4ac57ab3dbec829651fe 2,874 1.00/1.00 vMB 57
396,238 396,238 0000000000000000089114cae109deb2893fac92b4b3e7ad7cd63bbbf4450c34 2,319 0.93/1.00 vMB 42
396,237 396,237 000000000000000007b83db47c74cc42dea71f091b7f982e220953d1967fd543 2,690 1.00/1.00 vMB 70
396,236 396,236 00000000000000000919290d678660f74aaa3435a17ed67fd8848a16fcbab309 2,129 1.00/1.00 vMB 44
396,235 396,235 00000000000000000586dcf774a671739780c6fa3f50cb63cccb6c68e06e19bb 1,083 0.93/1.00 vMB 19
396,234 396,234 0000000000000000042e37f7704065366a1f4f7196e097973fb7f4b75ab0f53e 1,375 0.93/1.00 vMB 23
396,233 396,233 0000000000000000072e748443ff5cb61384440f9de5e2742cf365a4ba81e534 1,883 1.00/1.00 vMB 36
396,232 396,232 000000000000000002ebc09c09b37487ef04e0fa77b009726f2212c76eeabfb0 1,524 1.00/1.00 vMB 36
396,231 396,231 0000000000000000029921f99db097dfd0d86887284933ae612570141349178c 2,145 1.00/1.00 vMB 42
396,230 396,230 0000000000000000025fa285a189e4057e277fe76182b5db3184bf5a03e2b7ee 324 0.16/1.00 vMB 34
396,229 396,229 0000000000000000091e5f1e6050b67ee5230755b846dd2ec6dbaba9dfdab9bc 669 0.95/1.00 vMB 17
396,228 396,228 000000000000000008c13b010915678c91f0c486e74479d011260a53a8f6e4f0 940 0.95/1.00 vMB 30
396,227 396,227 000000000000000000f956b049113f8a2e94cb222b39e312da37c2daad66a1d8 2,131 0.99/1.00 vMB 49
396,226 396,226 00000000000000000154444d33e8fa4f84c336aeba99f7b6b3e8b1889435be2c 1,842 0.93/1.00 vMB 37
396,225 396,225 000000000000000003f94d7826fe0a6d2dbcfc4ceec2db4740e612536128d36b 1,961 0.93/1.00 vMB 36
396,224 396,224 0000000000000000009180ba3eff35cf6d368afc5cf55135a2a4b4f339742322 1,918 0.93/1.00 vMB 29
396,223 396,223 000000000000000000a85a5513161e212e3755d9017a9d0b09f81239c336271c 2,701 1.00/1.00 vMB 55
396,222 396,222 0000000000000000000ab0b5873de89fe438def82286ac01e929096fe07adf95 1,997 1.00/1.00 vMB 40
396,221 396,221 000000000000000000cd7b824e2dcf2ec1e6c859022b6a2c62ca7337d8ff97b2 1,756 0.93/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.