Loading Tool

Explorer IconExplorer

Memory Pool

39,789 transactions
31.08 vMB
0.07507359 BTC
Random Selection Loading Transactions
Max Size: 155.39/200 MB

Candidate Block

Mining Attempt fb466e44ae0c7c35d4beba1f015f54fc3798567fbd580103bfa5bcfba8a3a723
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root f215cfba7f22ed09fb31640fd18c5ba8e5d9e845053444c9253be79e26a65118
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,227
Size: 1.00 vMB
Total Fees: 0.01177637 BTC
Feerates: 101.13 > 1.18 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (337,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,273 577,273 0000000000000000002170bc04bf6e233114d3c1073b2e893737b576863f0113 1,183 1.00/1.00 vMB 42
577,272 577,272 0000000000000000000fcb045a3e48d3f3fe53fe72030eaa5cc7dfa181af4ad7 2,344 1.00/1.00 vMB 97
577,271 577,271 000000000000000000101ea195ee816873edcdde7acf042c65dbc536ce2f4217 2,880 1.00/1.00 vMB 130
577,270 577,270 00000000000000000021ab623681ec7ef473183e8246b26d81b1593e9b74f4e9 2,968 1.00/1.00 vMB 162
577,269 577,269 00000000000000000023d75ca21174bb18d4cb6e1850b9c9ebb5ef0ceee26618 3,021 1.00/1.00 vMB 159
577,268 577,268 0000000000000000000b53f04d348b976d56878f59ae2e6337c23f29ce1ae043 2,728 1.00/1.00 vMB 64
577,267 577,267 00000000000000000019fecd9795d39de03a573496f2ab29e279b97eb2199e2e 1,294 1.00/1.00 vMB 76
577,266 577,266 000000000000000000264080abc68dddddb4e8e63f09767b6b8b0a83cd236d5a 2,355 1.00/1.00 vMB 74
577,265 577,265 000000000000000000053c21f14f774839aef8d35b254c46e54cccd9aec1c0d4 2,838 1.00/1.00 vMB 139
577,264 577,264 00000000000000000008b5fde9ba17c804cb7a6a285e75a3bdd3da53bd193de3 2,660 1.00/1.00 vMB 95
577,263 577,263 00000000000000000001a1fbf096258f027baee0b5e3143b19876776c5640929 2,928 1.00/1.00 vMB 130
577,262 577,262 0000000000000000000351c4c1691dcefc3c2b8fac1e9209f5b36d6eb2e8c01d 2,279 1.00/1.00 vMB 153
577,261 577,261 0000000000000000000ca8c902aa58b3118a7f35d093e25a07f17bcacd91cabf 2,327 1.00/1.00 vMB 170
577,260 577,260 0000000000000000001dc2758360aeb48f28eb089c8d88495aacc528d30f10f2 1,924 1.00/1.00 vMB 104
577,259 577,259 0000000000000000000513094029a6a8f1f2738206c544e4a6dbbd20eed5226e 2,500 1.00/1.00 vMB 141
577,258 577,258 0000000000000000000502bb0f4802012387065f3894b569e07585250df1c459 2,239 1.00/1.00 vMB 122
577,257 577,257 0000000000000000000dd4626e7a5ed0e135a8dc126bac6185b95d28e8bd73ea 2,718 1.00/1.00 vMB 169
577,256 577,256 000000000000000000134878ade85fee98d4e1201593e619bd5444ece77ee1f5 3,007 1.00/1.00 vMB 152
577,255 577,255 00000000000000000017bdfcc9673635f9e6db35d6dab17053dcfa207a356644 2,661 1.00/1.00 vMB 182
577,254 577,254 0000000000000000001d138865f5de4bf4e497eef73ec692e1dce047297bee35 2,796 1.00/1.00 vMB 130
577,253 577,253 00000000000000000020df06e2b24b149725d7ddcf61e720aafd406b449a959d 2,794 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.28 GB
    • Received: 11.59 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.