Loading Tool

Explorer IconExplorer

Memory Pool

37,337 transactions
26.44 vMB
0.05947285 BTC
Random Selection Loading Transactions
Max Size: 135.36/200 MB

Candidate Block

Mining Attempt 81b8f727d390cac44685bc2972ff5a6b9235f6ad11772e0294f546ba1e95a367
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root a3ae1b0545b8642c7a3ba096987f3e728462857d88128f4f3235f367898f83ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,825
Size: 1.00 vMB
Total Fees: 0.01028643 BTC
Feerates: 100.53 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (902,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
11,739 11,739 000000006e5f1f31aa81b2da8d5316e8b4612f2e2efc556859fae785e8bd0937 1 0.00/1.00 vMB 0
11,738 11,738 000000007e75b3be09ecf921118288dc188ba000dca8e8be26cd22c396c45878 1 0.00/1.00 vMB 0
11,737 11,737 00000000f26a18b0b609b71a33fa39bc4de2265997607a70b1dddd60150d49a3 1 0.00/1.00 vMB 0
11,736 11,736 000000004b635a351a215df81916356dad0d7b317cd7ebb840082fe31d3eb15f 1 0.00/1.00 vMB 0
11,735 11,735 00000000a9a5916f3876ad06fbcfc595cc40abac37fd2042ccaa6c417bbf15ef 1 0.00/1.00 vMB 0
11,734 11,734 000000005aac7a9af76dbf557ce5ae09d4a4d371c4b0b6a02160c80916717d5c 1 0.00/1.00 vMB 0
11,733 11,733 00000000e6b4fad2310b42cc03c722f29275c2b99b51bc6cb8abe8af67791759 1 0.00/1.00 vMB 0
11,732 11,732 000000009286f7008b48e997e5bc8206fb508f0393cd321dcfcd086650377a52 1 0.00/1.00 vMB 0
11,731 11,731 00000000d3f935cdfda407c6329739c72dfd28187389c371d33223871be9b9ff 1 0.00/1.00 vMB 0
11,730 11,730 000000001c1719655bc1674cc690ba8de3a868603facdb0b0c8bc931e6a43625 1 0.00/1.00 vMB 0
11,729 11,729 000000005a2a21db30c434b7ba7805960ef260d156d60e334f31179855d97a28 1 0.00/1.00 vMB 0
11,728 11,728 0000000020aed432b322eef2e51cd49aa3f6b1ce74c89548a99edc768018fc41 1 0.00/1.00 vMB 0
11,727 11,727 00000000b4487a97f9670fdc8e51968bc9178990706e6832a3b893062320dabf 1 0.00/1.00 vMB 0
11,726 11,726 000000000843e568f1d5a79d82565326f9362d2ace3b4f2d2e1c1c686d057ced 1 0.00/1.00 vMB 0
11,725 11,725 000000005b9f3bf1d8ce817ae307d912a0f5fcf8ffb6a8e70c3340ed656f8b61 1 0.00/1.00 vMB 0
11,724 11,724 00000000e27b8d66e9196ed2b3862b1cce57433da20808551dce1e948745aad2 1 0.00/1.00 vMB 0
11,723 11,723 00000000e51c0098263e2a49c518d7ca5f64c6a43d037067368305e90cf55d56 1 0.00/1.00 vMB 0
11,722 11,722 00000000546962802ea81fad0f8f9a9d9ee1094084dd2b580d50276b717b815e 1 0.00/1.00 vMB 0
11,721 11,721 0000000034254ae57b45be40241e7f061cf66cc9ab2fa4f8e830b6755b5b7d73 1 0.00/1.00 vMB 0
11,720 11,720 00000000ff7d3be9d3830717f85b1a0f5ab86af056be0f6dd28800f19b1a14b0 1 0.00/1.00 vMB 0
11,719 11,719 00000000158ac87ae8fff861dd41c58f09a6acde0c8f1c5c4f566e9de4e74c59 1 0.00/1.00 vMB 0
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: 10
  • Data Transfer:
    • Sent: 633.63 GB
    • Received: 12.20 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.