Loading Tool

Explorer IconExplorer

Memory Pool

78,476 transactions
29.96 vMB
0.08684544 BTC
Random Selection Loading Transactions
Max Size: 178.99/200 MB

Candidate Block

Mining Attempt cc451493d05ac428b684fe2d0a957cc665665575fd91e91e41771533029f1307
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 25ac46e02fe51cd119ea34f8999aa2659a6f16a86edd015a4c75631832475b61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,710
Size: 1.00 vMB
Total Fees: 0.01814110 BTC
Feerates: 100.69 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (279,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,627 635,627 000000000000000000081b4f69fa072fa84089955ea4e667dd7fae2fc806afb7 1,346 0.50/1.00 vMB 18
635,626 635,626 0000000000000000000710512b499c5d5a2b84c429388ec914ad80f00f63453d 2,502 0.93/1.00 vMB 21
635,625 635,625 00000000000000000007ff8070fa5a5f3ddc64896e30d24afcfe55f356d10a62 2,006 0.92/1.00 vMB 24
635,624 635,624 00000000000000000007d10783a635746c1082a9fb4b82c78ed97d0391471493 80 0.07/1.00 vMB 9
635,623 635,623 0000000000000000000e7dc97ab74d5b2ab3c448ee8d1c4537c42c37ad2444f4 715 0.36/1.00 vMB 13
635,622 635,622 0000000000000000000200a0c473966c9b223fbaa9b1d8e93c98f9a12bdd3730 2,828 1.00/1.00 vMB 19
635,621 635,621 0000000000000000000be968492c6f1e5c532cfb461c3a9a2afc4a17b6df8c4f 2,977 1.00/1.00 vMB 18
635,620 635,620 00000000000000000000c89394edf277ea28f24be7427b3d9187643ef2eb5978 2,429 1.00/1.00 vMB 36
635,619 635,619 000000000000000000019cfd66d29570e2c51b0c2679a61ce79aa98678fc8d64 34 0.01/1.00 vMB 21
635,618 635,618 0000000000000000000de456d26ac3e8360a6388529487dd07ff9e94417e50c0 1,342 0.42/1.00 vMB 23
635,617 635,617 00000000000000000004a54afc450f11529077ebe0336f0372131fab0df0097e 2,296 0.82/1.00 vMB 22
635,616 635,616 0000000000000000000c8d9f71fd5a3058a32845450912cf657de65ac1e66bcb 2,076 0.87/1.00 vMB 23
635,615 635,615 00000000000000000001fe7fb4421deb8a98a2eaef7851b48f1edda9210ffe8f 2,268 0.92/1.00 vMB 21
635,614 635,614 00000000000000000008d37e784f8a260684be68f0f56e9bfc78f2d34ee47323 1,199 1.00/1.00 vMB 8
635,613 635,613 0000000000000000000877d61187d9cae2774f8e080b02c526e4109458dfb056 1,713 1.00/1.00 vMB 5
635,612 635,612 0000000000000000000658984d12f1d96d5eb43b1b4c6b952a8ad5a3aaab6297 2,580 1.00/1.00 vMB 22
635,611 635,611 00000000000000000007a9cae16f21a8c80cd38c2f9ca89167377e30c429c7a0 2,496 1.00/1.00 vMB 11
635,610 635,610 00000000000000000009ca6e8d2d51684dc93f4b0e15207ff5245afb284b1988 2,565 1.00/1.00 vMB 11
635,609 635,609 00000000000000000005c0644cec1236be7d0eedb4a734fa989861330ed98966 2,654 1.00/1.00 vMB 29
635,608 635,608 0000000000000000000423ec0a2d66310c483226772e3b4f992f9b40e9ed991b 2,482 1.00/1.00 vMB 43
635,607 635,607 00000000000000000011a6e19b7caa8c211d0f7ea62556f52f87e701c7d4142b 2,760 1.00/1.00 vMB 11
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.34 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.