Loading Tool

Explorer IconExplorer

Memory Pool

77,952 transactions
30.10 vMB
0.07174609 BTC
Random Selection Loading Transactions
Max Size: 182.45/200 MB

Candidate Block

Mining Attempt 754d0c6bc2ed149eeb4b6a907884136dec3a3661ff3414cce65b7bb76025ec02
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 35852536d084b31d1e3a944aeb564537efc7a067d6b3dc32673fd2a7b66a4dc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,405
Size: 1.00 vMB
Total Fees: 0.00779270 BTC
Feerates: 50.18 > 0.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (279,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
635,606 635,606 00000000000000000007e43e621531e1e9e7af5001d44207d8349f1616fa2700 2,914 1.00/1.00 vMB 27
635,605 635,605 00000000000000000000cbfc8e201b96881f25a8be5a811465bde397faa92bc9 2,779 1.00/1.00 vMB 5
635,604 635,604 0000000000000000000ecd319e7aada5467d084d8cb6480192cf90162d0a9dec 2,650 1.00/1.00 vMB 34
635,603 635,603 0000000000000000000e0c145df8885b3b45ecee5ac6907cfbb479a7c4739d96 2,823 1.00/1.00 vMB 20
635,602 635,602 00000000000000000004ed0749b8e6b0ca8bfc1fc60838534148a90ad039ca2c 2,706 1.00/1.00 vMB 15
635,601 635,601 0000000000000000000f46a947ee45f73af9b669d63fca4fac197024dc3ef867 2,983 1.00/1.00 vMB 43
635,600 635,600 00000000000000000001af95c3bc77ea6a68723e40cb186b610dd0471f7097e6 2,565 1.00/1.00 vMB 28
635,599 635,599 000000000000000000033251d9a7bf34c49029c5b20f56362eac4650f760bb4a 2,211 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 698.10 GB
    • Received: 16.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.