Loading Tool

Explorer IconExplorer

Memory Pool

30,755 transactions
25.01 vMB
0.05908353 BTC
Random Selection Loading Transactions
Max Size: 124.68/200 MB

Candidate Block

Mining Attempt a3fb51d2056b5d66a41601bf624e1665746f975fa17a0799b4507ef7971ec40b
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 5c7ac1cffb5aad4e53b4693926fb08e56261d1be50e6cc0a93ec3376e49b7cd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,214
Size: 1.00 vMB
Total Fees: 0.01427923 BTC
Feerates: 100.24 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (337,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,197 577,197 000000000000000000194f0340cad2840a9bfe03c3cadab0491c59dbde7c28ca 2,091 1.00/1.00 vMB 34
577,196 577,196 000000000000000000196a9524cdf3b8d43a650cc8a88dec36b39b77df47800c 2,882 1.00/1.00 vMB 117
577,195 577,195 0000000000000000001f4e3311e02dce20e381200048510630b37b11081666e3 2,529 1.00/1.00 vMB 66
577,194 577,194 0000000000000000000c0b3325765fba15fec7444cfd45ac627af8b0b7b247d7 2,890 1.00/1.00 vMB 80
577,193 577,193 0000000000000000000f8508f70d1b609785c4eb76fee627f73046d3ca123a95 2,547 1.00/1.00 vMB 162
577,192 577,192 000000000000000000138dc9b79ca016153b90c559fadafb34f425245057bf84 2,337 1.00/1.00 vMB 45
577,191 577,191 0000000000000000001bc77c41f720520b684fea9259e17de3999f848e34694d 1,855 1.00/1.00 vMB 67
577,190 577,190 00000000000000000012b0d705ce4c0ecaf96656db3fb95032daa2ee0192020e 1,735 1.00/1.00 vMB 101
577,189 577,189 0000000000000000001fc5b8999ef95a0db3462c3be61d4c61da3dc29eb72671 2,320 1.00/1.00 vMB 115
577,188 577,188 0000000000000000001755dbbd33c31b842022cd83dcd8cbcb4e88c18467fb01 2,418 1.00/1.00 vMB 143
577,187 577,187 0000000000000000001e6c76d37f6dd46c5419d28b438686c256bdcc7db71fbe 2,596 1.00/1.00 vMB 155
577,186 577,186 0000000000000000000e4eaef524b85470ab0917ee66eff59a62d885f3c52ee6 2,585 1.00/1.00 vMB 40
577,185 577,185 0000000000000000001e0be4971840184bf0bca2c39b59d361783b035969c54c 2,501 1.00/1.00 vMB 30
577,184 577,184 0000000000000000001e16a2bd459c9725c69446c7c67ca3e7bcdb5ba05c531a 2,755 1.00/1.00 vMB 83
577,183 577,183 0000000000000000001168d5737424a2b53af30d8872f728669f97f5dda3a75f 2,571 1.00/1.00 vMB 153
577,182 577,182 00000000000000000008d3c8565b702c30b60d76bf93deef44e4e7d6567a18e1 2,888 1.00/1.00 vMB 137
577,181 577,181 000000000000000000123441d4b8a737444f3f89ba4c143da909c4c61d8b00f3 2,442 1.00/1.00 vMB 155
577,180 577,180 0000000000000000001172764d97670a3a88060b869949dc71b2d55290cc139d 2,615 1.00/1.00 vMB 92
577,179 577,179 0000000000000000000a9f9f97bd5cadd9b24b7559155ff4fca68325453ff41d 2,425 1.00/1.00 vMB 53
577,178 577,178 00000000000000000011909725dba0357f79e2ca4a1983d7cad00f7bfa7eb1e6 2,584 1.00/1.00 vMB 86
577,177 577,177 000000000000000000268393b9b24eacd1a21ceeeb39a471c92c5c5e4c960bc9 1,401 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 781.86 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: 641.98 GB
    • Received: 12.53 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.