Loading Tool

Explorer IconExplorer

Memory Pool

77,354 transactions
29.88 vMB
0.10455910 BTC
Random Selection Loading Transactions
Max Size: 178.56/200 MB

Candidate Block

Mining Attempt 66f9ebd1064a0f219f829e177242828ec2f4b3ee3fb4529436542ddc9c83703f
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 81a2a47cbf5ca6781a79551f6eadf0722d6fc1bcf1011be03c6b8a51c78a0616
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 853
Size: 1.00 vMB
Total Fees: 0.02250393 BTC
Feerates: 21.31 > 2.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (219,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,737 695,737 0000000000000000000cf481e505eab833300b298dbc27fb7bb43ad6095ac361 125 0.10/1.00 vMB 10
695,736 695,736 00000000000000000002d0335c52e4b0a3f11deb48eb26bb64195f4b811d84b2 461 0.15/1.00 vMB 12
695,735 695,735 000000000000000000113f1bb1bd08e65f8e375649cf404e967ab404a4af996a 231 0.06/1.00 vMB 12
695,734 695,734 00000000000000000006d4b9169952bb3238aae00db602f58a246e064bfc4155 1,157 0.41/1.00 vMB 12
695,733 695,733 0000000000000000000faa2deecfdeba3844d450ea0c3b4f9745dd7beee41d51 2,290 0.80/1.00 vMB 11
695,732 695,732 00000000000000000000cc9f0f66c54866bff2d1f50a8107739f437f3c54f178 3,406 1.00/1.00 vMB 3
695,731 695,731 0000000000000000000810914eb2c63ccfe2c6b1fdbaf79e956fad01f4a925c2 1,979 1.00/1.00 vMB 15
695,730 695,730 000000000000000000047782b9e2023e70b14c505e05954aae5487aa0e2505aa 1,772 1.00/1.00 vMB 13
695,729 695,729 0000000000000000000d7454810fb206c43f74614b3bf3ff76f0b7c45bc89aa4 2,661 1.00/1.00 vMB 10
695,728 695,728 00000000000000000008ab1fcf976f144ecf4f408a29c754319ad22c30b0d346 2,910 1.00/1.00 vMB 13
695,727 695,727 0000000000000000000dbba3a99b1200d5385c5f249028925d9e8c9618fb50e2 1,591 1.00/1.00 vMB 41
695,726 695,726 0000000000000000000ba0cc97e272825d5ae5f0ab39e03dcc6830ac8bdd7d12 174 0.04/1.00 vMB 19
695,725 695,725 0000000000000000000806bb77a48632086eae4eabeca94403aca37b72e886f8 359 0.12/1.00 vMB 10
695,724 695,724 000000000000000000089ee0537e56712c274be5f66f110fcb5e186d165d8a6c 1,102 0.31/1.00 vMB 13
695,723 695,723 00000000000000000011ca9effcc4954c1fa892bbd6dedb087dd0c9722db3dfb 956 0.37/1.00 vMB 12
695,722 695,722 0000000000000000000a1efebb7400b76f856cfe5b4a1a2047b787c74c5bb3f4 730 0.23/1.00 vMB 14
695,721 695,721 00000000000000000003f6739022c34e20f1a1a9a9efd6dd155e67ead51ccf6e 276 0.10/1.00 vMB 12
695,720 695,720 0000000000000000000d40e3c747d14f4ac7072a9f1cc3a79b5a8be5debae28a 752 0.24/1.00 vMB 12
695,719 695,719 0000000000000000000b2ac15be3e953f6d48bdb6288a4b81e0cbdcad5361548 208 0.06/1.00 vMB 16
695,718 695,718 00000000000000000003912a95838b20197f2c9d1e7578091d6762a959b32240 47 0.01/1.00 vMB 10
695,717 695,717 00000000000000000008e99526f8dde0fe8563f663c2363c422393469dea24c2 1,056 0.41/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.29 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.