Loading Tool

Explorer IconExplorer

Memory Pool

32,042 transactions
8.17 vMB
0.10687250 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.34/200 MB

Candidate Block

Mining Attempt 83f1a48d07193b47b6a2a6cd3de61bfb3a7ce1b06d25a40767c6684c214a14ea
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 5d48afbfa02bac4ed8adfc506f15e8ce40304b546100aeeb6345a985f7e66191
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,123
Size: 1.00 vMB
Total Fees: 0.06678076 BTC
Avg Feerate: 3.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (760,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,393 152,393 0000000000000393b732dfd25ef3887aa957d48757afe4c96da8addd5ff1bf1a 0.01 MB 4 98
152,392 152,392 0000000000000b6b10cede3ff77b0fe71ac9b168b7f60b4de7e4155d36272b1d 0.02 MB 67 14
152,391 152,391 000000000000037219ba4d90a107a1d8b3da2201c0e6074e7b998ab922678733 0.01 MB 22 83
152,390 152,390 00000000000007f3ab624390ce9e92adbea2eaee5c670bbbea9b29227cb85d42 0.02 MB 35 74
152,389 152,389 000000000000005497f479599fe35220006d884494f8d7f39ffb8a82c4bdaccc 0.03 MB 62 46
152,388 152,388 0000000000000241a8d75c5bc794a3155f60b8f552f8e659bfe17c3e95a154ce 0.03 MB 52 92
152,387 152,387 00000000000004573919287e15116072b4569b193bebd84e42e99059ef9b7bdb 0.00 MB 2 171
152,386 152,386 0000000000000723063490a3f066a888535084df12a0526a3441d4a11f53f681 0.01 MB 14 2,256
152,385 152,385 000000000000078fed377a26dbd62b147286dd3a546970a3fed9122c87d64771 0.00 MB 15 304
152,384 152,384 000000000000042f475574578db1f45bf485d87c620f66934c328286f7e3da00 0.03 MB 79 28
152,383 152,383 0000000000000bf6f2634e2877fa6d915e40c8c6a2236cbef1b3b4e0b272c3ba 0.02 MB 51 127
152,382 152,382 0000000000000c90803795a443450db2912a68e0348c5511025d544e21e3e6b8 0.01 MB 17 72
152,381 152,381 0000000000000d56e4ef811140fbfa6e7992b89824fe67006b320fd60411805e 0.02 MB 38 134
152,380 152,380 000000000000036b2157639139e6cdbaada9880252d633e2ddb17f8a97a17f08 0.03 MB 53 85
152,379 152,379 0000000000000b3e95b8fb92a2af5b35acbe33a7cdc2af85e6cc87e2631f9e39 0.04 MB 127 134
152,378 152,378 0000000000000698d6f4d91b754d1f7a8fc27f5e04621b4286ec843073cf689b 0.02 MB 53 41
152,377 152,377 0000000000000599c8a9f695fd9f4561aa55bc358994184aa70cbe7be3e186b2 0.03 MB 72 113
152,376 152,376 00000000000005a3f1967f9c8fdfe339d435ba503913b03a15a2d1f2c1674a39 0.00 MB 8 17
152,375 152,375 000000000000045aa0c046ea1a4bcbab1cb80264abe4a01c92778c91f3293248 0.02 MB 26 45
152,374 152,374 0000000000000db2faae8ecf75c74b516dac778a74aa16c57685626105617ff1 0.00 MB 6 86
152,373 152,373 00000000000005c02c6ef4b592bf91a2f398e41d573057bb7afb123390251ebf 0.05 MB 149 311
Previous 10 blocks ↓
Total Size: 778.87 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: 398.84 GB
    • Received: 3.57 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.