Loading Tool

Explorer IconExplorer

Memory Pool

80,163 transactions
29.56 vMB
0.08917645 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt 961f4d7e7c624111e95f3f1db4418a8e93f481b5e5a37a52864a38a892e07466
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 72355af9ba6a1ab30c12166532f14ad0c87ed90e5608075c0e2d68c4520e4243
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 1.00 vMB
Total Fees: 0.02676942 BTC
Feerates: 278.95 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (890,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
24,735 24,735 000000009319dfae7ed98686e2098e6e76125bec34505d43fc07c792fccdee1d 1 0.00/1.00 vMB 0
24,734 24,734 00000000f597f56049369af2b80a8969399285f70b9d945b2e6c8ac604fdb97f 1 0.00/1.00 vMB 0
24,733 24,733 0000000065c6004727548cd9485009653d899e427a43aff86dbd612933fdd4fc 1 0.00/1.00 vMB 0
24,732 24,732 00000000dd87395454fa1dc827140e1e31ff96ab0c53be63c13bc9554ab94074 1 0.00/1.00 vMB 0
24,731 24,731 00000000bdeb876d127952c145f7c3884caddb9cf9a28e0a7a62192a701449ec 1 0.00/1.00 vMB 0
24,730 24,730 00000000b87d63d05fe5b3043b68c4fbcd3aafeec0c64a2038e1ea76779d330b 1 0.00/1.00 vMB 0
24,729 24,729 00000000074803dd01640ab6722f99d4d6a04f721d3b6e582e4cd01fda934d17 1 0.00/1.00 vMB 0
24,728 24,728 00000000c5e570611e14884c4ddb9f8f0fce574d2c250af4a5361a56752d0c56 1 0.00/1.00 vMB 0
24,727 24,727 0000000030a35d2c79465c68e5d8f2cbcf01270ee1acf824c4cb762c0945a5b9 1 0.00/1.00 vMB 0
24,726 24,726 000000002c6cd8fdc2564b7fd4889f60e532f03bbaacce0da5ad5b34650a6129 1 0.00/1.00 vMB 0
24,725 24,725 000000002b1a1b6e6c07bd85697a2dbe74fca595339ab664b85911019349833b 1 0.00/1.00 vMB 0
24,724 24,724 00000000a6046a84c38bb50550c00b8d3deccfcf54a99578fe79b0f10c42432d 1 0.00/1.00 vMB 0
24,723 24,723 0000000089c7e1bf19e6d2db1e6101086df7c5e36d642f4fa99cfa7605fcfaec 1 0.00/1.00 vMB 0
24,722 24,722 00000000274bbbbe84a27927196945bc04965c60eaa4b903cf30518b760790a8 1 0.00/1.00 vMB 0
24,721 24,721 000000000542f663f094582fd04ea9ea046768fc0d92f8a67288e78a6a863c78 1 0.00/1.00 vMB 0
24,720 24,720 00000000aeccc55cc1d48e466e299b6d958628f1518201c2e5bedd0da1deb110 1 0.00/1.00 vMB 0
24,719 24,719 00000000ca0fbceab330d4b51b0ac150102ac94a6541839afc27cc0992ff18fc 1 0.00/1.00 vMB 0
24,718 24,718 0000000028822043a8ff44527f868c52e1d30d6ace0f8410a7cd407324484b04 1 0.00/1.00 vMB 0
24,717 24,717 00000000a21b488b22aee2133ecd4be31330dea5e210e3dddd0b2c3613cc695b 1 0.00/1.00 vMB 0
24,716 24,716 000000006048df9e9dca47ddba2e246e4986c13f5e053be7f10a538cf62c4270 1 0.00/1.00 vMB 0
24,715 24,715 0000000071113ce87866a106b75209fd9daaee343aaa49a8c03869656995d650 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.