Loading Tool

Explorer IconExplorer

Memory Pool

45,405 transactions
21.65 vMB
0.11402136 BTC
Random Selection Loading Transactions
Max Size: 121.13/200 MB

Candidate Block

Mining Attempt 0b1f37f4ae8aed4042dbe1c35f7a49ca18f2290b69a88fa1910856305a99bd77
Version 20000000
Previous Block 00000000000000000001485150ed72276bf49d276afcb1238e097aa4c06b9c6c
Merkle Root b6864d2ba2a1a1232700a7a43130b9ffabbf18fe0744a588a108b8958f9058e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.06169861 BTC
Feerates: 202.69 > 6.18 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,101 (847,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,364 66,364 0000000009e5530d4efaa3cc7867ff97b11e27753c9c7fee4e6954e52b9c740b 1 0.00/1.00 vMB 0
66,363 66,363 000000000050fe39484fcf26b171530ab32e2131b16c457509df15d438792ea3 1 0.00/1.00 vMB 0
66,362 66,362 00000000032a63dd4eceb1e5de224dd3e9d23c34fb63577fe8068c3cf289b532 4 0.00/1.00 vMB 0
66,361 66,361 000000000430c95fc263d10162d92a050c2c2d703667e62a8be37cdaf44e14fc 1 0.00/1.00 vMB 0
66,360 66,360 000000000501659e4b27f5e85c5c45406e5775a80efea5cbb6ae559d704ec0f5 2 0.00/1.00 vMB 0
66,359 66,359 000000000600a37f98811aadaa89331c2388dda9d1a141d93d85806cb6127aee 1 0.00/1.00 vMB 0
66,358 66,358 0000000007caa60f2756247bb93a5548632f4255e425e310b1fc0bb010f4a2e1 3 0.00/1.00 vMB 0
66,357 66,357 000000000786491844fb792d267c50495ef07c9077d3bdda558dc677adae146a 2 0.00/1.00 vMB 0
66,356 66,356 00000000001c3e4f59d8843d40891e4acf9e2cd1a0c8607dd662ae97489a7aac 4 0.00/1.00 vMB 0
66,355 66,355 000000000a95a8270ef2b34aaf3d25f3c29163c487e6dc45a4ae4914a82115b6 3 0.00/1.00 vMB 0
66,354 66,354 0000000003a3b9f1239f2ecec34f992d7901059d44d4db78e6bc87f9bac4e4ed 1 0.00/1.00 vMB 0
66,353 66,353 0000000005f3325835cd061a524895a6920b64ba527faa9cf25c4f8299ca99f0 3 0.00/1.00 vMB 0
66,352 66,352 00000000058c49d2b9ee79403cab1e4b6022deca52a870f9c00c7acb8138fb9c 1 0.00/1.00 vMB 0
66,351 66,351 0000000004de05b289c5aa147397f2e356edd58f31a249cabd57491cd468ea69 1 0.00/1.00 vMB 0
66,350 66,350 000000000ac604c78b9d4263595fa6a35c3b0cff9e4dece3b1b126d79c3b06d8 1 0.00/1.00 vMB 0
66,349 66,349 000000000a303617e0cf78c0e7ba1ac4c7688f53ad6bed75adbd04fd67b14bf3 1 0.00/1.00 vMB 0
66,348 66,348 000000000808c95db72a2aeaa278e61acea75847e31d1ceca5560e5675473b4c 1 0.00/1.00 vMB 0
66,347 66,347 00000000016ee73bb6afd138535af2d34565ff8e5d9dad50c69f15f76d5504c5 3 0.00/1.00 vMB 0
66,346 66,346 0000000004df277e63a824dfdce98026e05963fbe49d372030b2f82ce121a410 1 0.00/1.00 vMB 0
66,345 66,345 00000000065284154fc98abc7e36e60fad16928d12994576bce1b4d30c2f4226 2 0.00/1.00 vMB 0
66,344 66,344 000000000a666e3065b382ec32fac0258b9de51919fa9a73a1416ac2a2823702 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.78 GB

Node Details:

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