Loading Tool

Explorer IconExplorer

Memory Pool

78,950 transactions
30.09 vMB
0.09149457 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 828e8d7ea8aa90f5d4ae26377889e991e154eecd01a4363e50a371cff1d78580
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 0ff6d3b14b9f895c59edf11824bef5023ea7af9a0acd5c37bd9202349a1190d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.02150455 BTC
Feerates: 150.61 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (341,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,302 573,302 000000000000000000165fbed0111576c4e3214260f9395108df3a57542875d1 1,421 1.00/1.00 vMB 50
573,301 573,301 0000000000000000000295d29f97f6ab72c10c1e1d9268f7567b7cd21747a6a8 2,511 1.00/1.00 vMB 88
573,300 573,300 0000000000000000001c99e6eb184e96f818d7e7fb726879d688e4b5ac55aed2 2,265 1.00/1.00 vMB 74
573,299 573,299 0000000000000000000cc36ab09e603bef2e997dbccba013501fc651fbfa7e3e 2,125 1.00/1.00 vMB 81
573,298 573,298 00000000000000000003e29baecc2de16f5e168e6294917e58d4b475498f76ee 992 1.00/1.00 vMB 18
573,297 573,297 000000000000000000180aff7900c7717f7c4fb4f97e8e8cda7c54407b3bc6d3 2,213 1.00/1.00 vMB 35
573,296 573,296 00000000000000000008317195a3be44faa6930485010a4cb30917a924cef8b1 836 1.00/1.00 vMB 13
573,295 573,295 00000000000000000011fbbac6a4ff3e525a6be8909b50255dd969ef370180a4 1,121 1.00/1.00 vMB 10
573,294 573,294 0000000000000000000f0b2c1ec72103415524e94e4350dbe3cd184b8b0ec359 2,932 1.00/1.00 vMB 55
573,293 573,293 00000000000000000006463275028068799478c32023143effbf4cf9ed1eda32 2,759 1.00/1.00 vMB 6
573,292 573,292 00000000000000000024abf386f8b32a42b7b368e38dc25703b68ec1f72a97d0 2,461 1.00/1.00 vMB 59
573,291 573,291 0000000000000000002c4c00db865add16809bc923d644624c5b953c81dcc9e3 2,508 1.00/1.00 vMB 35
573,290 573,290 0000000000000000002a622601a73c1e67df3bc04c275a605951c338e8616879 2,923 1.00/1.00 vMB 31
573,289 573,289 0000000000000000001dd85b8c8c56a40f51b9127c02dafff792b5243d60570d 2,981 1.00/1.00 vMB 28
573,288 573,288 0000000000000000001e5e501ff96c8cbea71462f5a17b403b75e64c97aed4c3 2,929 1.00/1.00 vMB 70
573,287 573,287 000000000000000000280d10c3fb3617ebe0ec19562b54f72d02e10486eec2cb 1,336 1.00/1.00 vMB 103
573,286 573,286 0000000000000000000857bf54013104edabf6ce8bc799a7a6152135bb3029bc 2,589 1.00/1.00 vMB 59
573,285 573,285 0000000000000000001f4c1f17addd817edc7d595fc9699bfd46b0abfb26ca2a 2,898 1.00/1.00 vMB 104
573,284 573,284 00000000000000000013a1a51a950352b863a17452221fb4f8dfd3e0e020c896 3,206 1.00/1.00 vMB 35
573,283 573,283 00000000000000000008404d6648f9ab80c8a0b759d729efdfc98d3da3115dac 2,930 1.00/1.00 vMB 105
573,282 573,282 000000000000000000038b2ec33552986fd4e386a910a98fc0508642daec4249 2,676 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.