Loading Tool

Explorer IconExplorer

Memory Pool

85,006 transactions
31.99 vMB
0.11766881 BTC
Random Selection Loading Transactions
Max Size: 195.65/200 MB

Candidate Block

Mining Attempt 8583d0e047e62a4ae8d112a2dc8716f0662c621c9734b2e36b1e9a71de66a720
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 17b03cb6124c9d1d4b6027d4b945fceee0e07d9589fe3bf0d2fdc4676ca3be7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.03829717 BTC
Feerates: 301.05 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (258,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,355 656,355 0000000000000000000bfffd7425834eb0fcc727746f8111bdb2462bbbe78ce2 2,000 1.00/1.00 vMB 70
656,354 656,354 0000000000000000001036e679697bf1cb54e66bf59d85c7b57ab5a184aeffde 2,109 1.00/1.00 vMB 100
656,353 656,353 0000000000000000000e5bdf59d122a71c96181fa009d3a706bff6a9397f5293 2,468 1.00/1.00 vMB 202
656,352 656,352 000000000000000000041de344f69dc30e8517a4280b69c700820a37bbd8464a 2,087 1.00/1.00 vMB 188
656,351 656,351 0000000000000000000f54be5f9cd3dc4a6abd479f63e180be9169cce11a26a3 2,447 1.00/1.00 vMB 142
656,350 656,350 000000000000000000030f50fd59b189b3296de96deb03923560fe28cb5706ec 2,376 1.00/1.00 vMB 164
656,349 656,349 0000000000000000000ffa410693540a14fc4fe81fb616ce476e6dfc76bfde6f 2,401 1.00/1.00 vMB 108
656,348 656,348 00000000000000000009f55b9c606d642c06792cb72c95efc9464334bcfa1ccf 2,447 1.00/1.00 vMB 128
656,347 656,347 0000000000000000000a63554174ee30c9ae8bee37a695fd631a4658048c1615 2,707 1.00/1.00 vMB 140
656,346 656,346 00000000000000000008079b308792c1d59ac69d7700ad6c3cc388c6b0db8945 2,227 1.00/1.00 vMB 207
656,345 656,345 000000000000000000053cdfb217b819113e08c2868c2971549b96623488b175 2,809 1.00/1.00 vMB 109
656,344 656,344 0000000000000000000dbd3fb79b56bb161199d84c1bcc00787b6b64b0dce727 2,564 1.00/1.00 vMB 162
656,343 656,343 00000000000000000009cedcfb788dc0e5134a794f8f8534deb9ad42eaf1119b 1,936 1.00/1.00 vMB 182
656,342 656,342 0000000000000000000d396331ba7ccb1522d4ea680e805e90eaba4bba64eccc 2,825 1.00/1.00 vMB 142
656,341 656,341 00000000000000000005a4570e2a84731eb8b0b064b8e294dea3f1215b78848f 2,664 1.00/1.00 vMB 133
656,340 656,340 0000000000000000000b41dba70043eaa2f333fcb50b6f02f71be7698a0da209 2,761 1.00/1.00 vMB 112
656,339 656,339 0000000000000000000388fd556993a34a488de17975664174ab2d31b3f8b61a 1,334 1.00/1.00 vMB 202
656,338 656,338 0000000000000000000154e3fe241c5b128a5d60a2138015e9b0d7ca44f31453 2,675 1.00/1.00 vMB 170
656,337 656,337 0000000000000000000485a58f8240d1cba81dd74b88d8fb2126af7ea5b4f2c9 2,638 1.00/1.00 vMB 164
656,336 656,336 0000000000000000000aa8f14942902f6fbf35d4b2536b4e8f845e9c594fc3d5 2,767 1.00/1.00 vMB 157
656,335 656,335 0000000000000000000c421dc0aaeab6452106f4135a6872a6536d65fccb1d86 2,623 1.00/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.