Loading Tool

Explorer IconExplorer

Memory Pool

40,489 transactions
27.85 vMB
0.07164518 BTC
Random Selection Loading Transactions
Max Size: 142.90/200 MB

Candidate Block

Mining Attempt 6af7f8e25b822cc8d05e8734cac38b48074f19d5fd6b8a218a2c2b36ee3de565
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 5562e08d527c60fed0e94e8215e30bd05ddf339d39a0d1d695b68ae090814759
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,012
Size: 1.00 vMB
Total Fees: 0.01834546 BTC
Feerates: 101.49 > 1.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (426,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,455 488,455 000000000000000000566a9051d71499efbbf51e165064ca42d5a9f24a30b577 1,588 1.00/1.00 vMB 105
488,454 488,454 000000000000000000c6e03f51c33e1b1defa42dedaf5871e484e9492bc149e9 1,586 1.00/1.00 vMB 127
488,453 488,453 000000000000000000acca01a50526e7b25b9a8f19d04a631d9fe09e85b7473d 2,206 1.00/1.00 vMB 135
488,452 488,452 000000000000000000211de5eb2802860cfe49f1d074e1636cddfaa47b409632 1,892 1.00/1.00 vMB 142
488,451 488,451 0000000000000000004add76174511d81312c7697b054672397412084cfaf280 2,223 1.00/1.00 vMB 127
488,450 488,450 000000000000000000d711a9ecc9917e2bc04269f289d73799af87fd0a813879 2,096 1.00/1.00 vMB 143
488,449 488,449 000000000000000000ce86c8a09969d8d4810f3cdb2527acaa30d653a7834efb 2,901 0.94/1.00 vMB 133
488,448 488,448 0000000000000000005befc71a41b383a75e42900f8f242a2337aa7d30ca7c81 2,150 0.96/1.00 vMB 167
488,447 488,447 0000000000000000003424548aa545e5d850483647288705036aa5eff7a95e6c 2,239 0.97/1.00 vMB 181
488,446 488,446 0000000000000000009b0b917fecbd6b46fd36391085079459794616f75154b7 2,222 1.00/1.00 vMB 143
488,445 488,445 000000000000000000b80d2ea98d7781dddfa6d7b70860bb64cc4b675d5f3faa 2,269 1.00/1.00 vMB 140
488,444 488,444 000000000000000000997d8d2b97c21765e1bf0e9ecdadb3c871dd44992f1385 2,617 0.95/1.00 vMB 175
488,443 488,443 000000000000000000a9023ab03c6a5b0e9a9348116f2d00fae2a738cdcbdd3b 2,885 1.00/1.00 vMB 171
488,442 488,442 0000000000000000005ee5d10a1310c8ed25ba88745cd5ab346675379ac1b2e8 1,890 1.00/1.00 vMB 152
488,441 488,441 00000000000000000057641188b27d2f5142d110dbfe3cf2a7a119c465324e59 2,064 1.00/1.00 vMB 295
488,440 488,440 000000000000000000bbbca95da07307a5ad953499d7d0da19de0c6b01f59cc6 2,698 1.00/1.00 vMB 152
488,439 488,439 00000000000000000017f87be81cef18a03c6780acb3d7297a43c18053549f22 2,361 0.97/1.00 vMB 177
488,438 488,438 0000000000000000002391425726efd53e160c397e754743ee1e88fd664d69bf 2,829 0.93/1.00 vMB 175
488,437 488,437 000000000000000000bf1c935f8fbe6e962315603f1a7659a5fb49c4b79cdd6b 2,390 0.97/1.00 vMB 210
488,436 488,436 0000000000000000004ffd8751b6c2560e0b1332194297be1309bbaaf4f839c3 2,476 1.00/1.00 vMB 175
488,435 488,435 00000000000000000049b8971339ba4760c0558c295553ff432c8b3cec71e597 2,668 0.95/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 781.76 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: 632.52 GB
    • Received: 12.12 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.