Loading Tool

Explorer IconExplorer

Memory Pool

76,934 transactions
28.71 vMB
0.07612499 BTC
Random Selection Loading Transactions
Max Size: 173.73/200 MB

Candidate Block

Mining Attempt 341cc2d9d9ff320ee4f2a12610ba9d59dc27d33897bef5b3c701953b53a912f7
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 3bec4b4d1d640c910b6dd66432d6c1a4392d1b2c62952849718bde25255ea3f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,982
Size: 1.00 vMB
Total Fees: 0.01647054 BTC
Feerates: 150.93 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (291,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,169 623,169 000000000000000000054ab21f2f77bdb4ed3be95bb5a3bd20587428c971042e 2,655 1.00/1.00 vMB 32
623,168 623,168 00000000000000000001f283c870e21e5fd968a84831c1dadb030973dd0f3ffa 826 1.00/1.00 vMB 12
623,167 623,167 0000000000000000000337c37e7fff8506ecd2b8c3734d77379eaec798469767 1,705 1.00/1.00 vMB 10
623,166 623,166 000000000000000000041dc92ed43df3a6ea2897891b98c84e9c95206e7592b5 2,419 1.00/1.00 vMB 54
623,165 623,165 0000000000000000000d591ea560c20836a334765613076cc1008a18969c46fe 2,537 1.00/1.00 vMB 64
623,164 623,164 00000000000000000006f36b1aae17c52e03d4b53607e672b50a0a871cb0573f 1,167 0.41/1.00 vMB 30
623,163 623,163 0000000000000000000a731065d1ff9adf0103a74a66f03e88fdd4f228c12d28 366 0.10/1.00 vMB 28
623,162 623,162 0000000000000000000c2bb8e6b666f8c4ce781ef883c0571d7163c9a2bf01d6 394 0.13/1.00 vMB 43
623,161 623,161 00000000000000000012e518ba46e9ec9a5c5a091a5475da51c0884d07c35138 1,974 0.83/1.00 vMB 26
623,160 623,160 00000000000000000007535e04621484bcc5157e14095aea6ade2c3b1f9d300f 356 1.00/1.00 vMB 7
623,159 623,159 000000000000000000137119b94dd1dfcda3e448f64da648ed8950c52d98eca6 2,445 0.91/1.00 vMB 28
623,158 623,158 0000000000000000000bac7b8660059e522594936a93ac9c9dacf40d5ba8838c 363 0.12/1.00 vMB 28
623,157 623,157 000000000000000000114130d0d0c0df01c8d2809e52d93b931f4977d603b3ba 459 0.15/1.00 vMB 41
623,156 623,156 00000000000000000013b04b3a620903d9b6ba6dde07492d177bf77dea505992 2,296 0.97/1.00 vMB 28
623,155 623,155 0000000000000000000b06eda6053cfbd7ccdb61ef34a1962b9b71d969fade3c 1,762 0.67/1.00 vMB 27
623,154 623,154 0000000000000000000ad0fdbf5767e8a0202dbc9fa93f83e13f2a26c4e5fe90 373 0.14/1.00 vMB 24
623,153 623,153 00000000000000000010bf54a594c3fff0b89bc84cf9a73def4fddaaee00e786 1,080 0.38/1.00 vMB 31
623,152 623,152 0000000000000000000adbd7cd973c40c3466b5f3ba0598073c4270ac85b729e 16 0.00/1.00 vMB 27
623,151 623,151 0000000000000000001295ce3c74cfe5fb4ebd4c1c87a985826719302af34c48 450 0.14/1.00 vMB 37
623,150 623,150 00000000000000000000129f0de036d71e71cefe58afaca2bf9e2aeafb5053f7 790 0.28/1.00 vMB 12
623,149 623,149 000000000000000000131e32d46d2f09d6ee2aaf705609ff3c9ab58d11ecb1d0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.