Loading Tool

Explorer IconExplorer

Memory Pool

78,250 transactions
29.16 vMB
0.07792010 BTC
Random Selection Loading Transactions
Max Size: 178.52/200 MB

Candidate Block

Mining Attempt a334329a91894186331480d4e96d2de0d4e3cf3a01141dc67d286c580cc9a4d5
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e0e1b7209eea9346e9e2533ef2a227ad42555a8b54d13ed9d6491f46891529df
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,401
Size: 1.00 vMB
Total Fees: 0.01407459 BTC
Feerates: 157.34 > 1.41 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (437,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,230 478,230 000000000000000000eb4bef6f604c3b177b7eea47f8f92779d2375b1bf4ebc4 890 1.00/1.00 vMB 145
478,229 478,229 000000000000000000127f111498e4ccf803bb6fc68089b2b8e47784dd2bc557 1,320 0.67/1.00 vMB 100
478,228 478,228 000000000000000000ab42dbace1771dabb877fd090194c3100649e11f6018d5 1,894 1.00/1.00 vMB 143
478,227 478,227 00000000000000000019a3f04ed7f01f89dcb4bfa2f6d280d7261e0f79b4827d 567 0.27/1.00 vMB 136
478,226 478,226 00000000000000000000952ea9138d7ca3a091f9648e63b86782a2c337ec6aaa 762 0.47/1.00 vMB 56
478,225 478,225 0000000000000000001eea88702daf7ded5e8263e4f9d8b571f9140c1a0e070f 1,521 1.00/1.00 vMB 91
478,224 478,224 00000000000000000078b2b586a1196c17361d95a59620ae292f583760b32b14 1,796 1.00/1.00 vMB 181
478,223 478,223 0000000000000000001493fa91e00bf444b6273df17abb84c22c6cfa16be3ac1 707 0.44/1.00 vMB 115
478,222 478,222 0000000000000000006dd1519dd6e01ea34e601266f47d15c07fec10dabd0f11 312 0.35/1.00 vMB 26
478,221 478,221 00000000000000000037da3b7675f2c8c4c67a4a7670429be93156248e7563f4 1,923 1.00/1.00 vMB 147
478,220 478,220 00000000000000000089de193682be10ce7d13fdf8b4dcfe7d4b22ed4a89441f 1,995 0.99/1.00 vMB 124
478,219 478,219 000000000000000000825e98434afb51784b9aa813b5c24268a06b68dc169f8a 249 0.11/1.00 vMB 196
478,218 478,218 000000000000000000fbacfa66f193d5f76afe64eff62ce0c49fe5de967a0943 1,550 0.99/1.00 vMB 91
478,217 478,217 000000000000000000f5ef768cacf5af167396f5a5d54a6576e5dc0b574d9250 1,735 1.00/1.00 vMB 184
478,216 478,216 000000000000000000ddb8015bc068f9a33c735168b5f96f44cb3bfc31dda345 1,525 1.00/1.00 vMB 125
478,215 478,215 0000000000000000012908b91bb91f8342d127c1fbc023d2964e5ecd9ded42c8 1,498 0.99/1.00 vMB 136
478,214 478,214 0000000000000000014156140b8f52b2e72e741474a4f837464295cef590d07d 514 0.94/1.00 vMB 68
478,213 478,213 0000000000000000009110ff1b4d2da52ca411834ba1837954d0d1f7b22c226f 32 0.15/1.00 vMB 33
478,212 478,212 000000000000000000c06f670b12f6893db22d0d852dd296131ef7de574b4b0e 626 0.97/1.00 vMB 72
478,211 478,211 00000000000000000018f03c63476133f4c2b222c7a6c70703acf611d920efd4 52 0.11/1.00 vMB 65
478,210 478,210 0000000000000000001e17ccf52797ab6461bca8af0ba5ddd2d50e5f3496a46a 697 0.79/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.