Loading Tool

Explorer IconExplorer

Memory Pool

74,928 transactions
27.76 vMB
0.07646067 BTC
Random Selection Loading Transactions
Max Size: 169.12/200 MB

Candidate Block

Mining Attempt ae14d28e4c876b9475f4e13a57ee1c9eb4390d3ef008ad2c184f0938b7d960ef
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root d939a1d41bbd3e712597d976f19491599ee3ed2b2be7b2ea000e0029f439ea21
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,889
Size: 1.00 vMB
Total Fees: 0.01697722 BTC
Feerates: 480.19 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (354,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,246 561,246 000000000000000000201896ca81c0f0ddd81f677fd8333e4c3ac3202b45a2cd 3,184 1.00/1.00 vMB 32
561,245 561,245 00000000000000000026f1482a9ab2a19a8eda8cb935181ebc2c0949ade48d3a 2,952 1.00/1.00 vMB 17
561,244 561,244 0000000000000000000a2ab7fd9a738d62a4b0aa97d726047ed443f3d7c8aafd 1,190 0.39/1.00 vMB 12
561,243 561,243 0000000000000000000bc6eabcd90a84f0e7de15f6c12777567183c74d556d60 2,004 0.65/1.00 vMB 12
561,242 561,242 000000000000000000078f01f5ebe2454d31065696cc1afba416dd5b9416a24d 2,361 0.85/1.00 vMB 15
561,241 561,241 0000000000000000000059041342d7948473f688a844e8df6929332d19b259fa 2,414 1.00/1.00 vMB 10
561,240 561,240 0000000000000000002e6de3581f74529b2c88f8f0270478f302f5078c0e8e82 2,671 1.00/1.00 vMB 5
561,239 561,239 00000000000000000018b0dbc18d6e5002ca480a4b648ea6e97ab59c5259e194 2,610 1.00/1.00 vMB 11
561,238 561,238 0000000000000000000354177cb0a7bbeb25e209a16bcc61d57f3fd44e04a93c 2,686 1.00/1.00 vMB 30
561,237 561,237 000000000000000000273aa83408bd5def5df529af11fdffd8405bec1f7294a3 2,977 1.00/1.00 vMB 7
561,236 561,236 00000000000000000005dd350c989cb5af128245a46b6a82f8bfba630bda3015 2,703 1.00/1.00 vMB 23
561,235 561,235 0000000000000000000a867083e5e090cfd3f0c5c0ba8368778ec423d85af334 2,798 1.00/1.00 vMB 13
561,234 561,234 000000000000000000300c9883b15852a6a8592ec9a80edf0ee470b88ec8f5b2 2,710 1.00/1.00 vMB 11
561,233 561,233 0000000000000000001b477ae3cde848ff361385d072d9086b7686ef52bf11db 1,747 1.00/1.00 vMB 9
561,232 561,232 0000000000000000000387d454c222faee61ddee6500919f7a3403034917ff6e 2,502 1.00/1.00 vMB 9
561,231 561,231 00000000000000000013e9de78881d4d16bfa2970b433bd19cddbd85cfdac01e 1,993 1.00/1.00 vMB 21
561,230 561,230 0000000000000000002c19ff78a0b39b6a3b295b57a110a69ece333613a2a9dc 1,962 1.00/1.00 vMB 16
561,229 561,229 0000000000000000001db1bda71434ff734a4821e24e4380301bef698d34874c 2,843 1.00/1.00 vMB 18
561,228 561,228 0000000000000000001b6afff17658a87bbc974a57f2ba7e837225b012bebdee 2,354 1.00/1.00 vMB 12
561,227 561,227 000000000000000000166a97ed9e2979854d9a8ccf1a4a026c755e201f0d60f5 2,059 1.00/1.00 vMB 13
561,226 561,226 000000000000000000153cb8b145c8012fb6c2bafbf90f116080e6085357f64b 2,597 0.99/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.85 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: 712.56 GB
    • Received: 17.19 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.