Loading Tool

Explorer IconExplorer

Memory Pool

74,081 transactions
27.35 vMB
0.06585464 BTC
Random Selection Loading Transactions
Max Size: 167.02/200 MB

Candidate Block

Mining Attempt 96c06d3a97b3f34ff9d5854c971139b19cfe1019751500746d7c77ee639ec8c7
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 2057811d889396389b4366ca2dc26283cf820eb81b17c733806391616e8a8a9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,417
Size: 1.00 vMB
Total Fees: 0.00775245 BTC
Feerates: 80.00 > 0.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (210,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,253 705,253 000000000000000000068e60737f04602c507e12ff250d2b104a7cd94fba67b4 2,225 1.00/1.00 vMB 9
705,252 705,252 0000000000000000000c813970ad7242b648759e19efa84485fc21980c51d232 2,878 1.00/1.00 vMB 7
705,251 705,251 0000000000000000000889204e9f011829642085184db0365bb345d78b415c84 1,827 1.00/1.00 vMB 17
705,250 705,250 0000000000000000000d2e7ba6dde87a972c6041d00d81d8da51992b2e22f2bc 2,193 1.00/1.00 vMB 9
705,249 705,249 0000000000000000000aa488ec0fea1b99321bcecbba635a03349bc8d698aafb 2,184 1.00/1.00 vMB 15
705,248 705,248 0000000000000000000b223c37ce2e5954e351dae3aa614e02ff5567f69f8411 3,015 1.00/1.00 vMB 27
705,247 705,247 000000000000000000028d3bdd55072a9bd8cdd1c8aca6f6a17ac8ce38fcafab 1,973 1.00/1.00 vMB 17
705,246 705,246 0000000000000000000b649b807d1055f17e33a4346d7a45570ad64c91a37322 846 1.00/1.00 vMB 14
705,245 705,245 00000000000000000000f3d7a9a2eacf9d4f6bf38bf70365eade196237c54f08 3,164 1.00/1.00 vMB 17
705,244 705,244 0000000000000000000af6e0034da71635483ec600c14f4c61e78aeb5783bfbe 2,861 1.00/1.00 vMB 4
705,243 705,243 00000000000000000005746dbee78419fbad1fa139e3ee844ecbd1c43ea2e582 2,260 1.00/1.00 vMB 10
705,242 705,242 00000000000000000004bcd1a5db0561db38488a8acb9779f565b7b146e655d3 2,050 1.00/1.00 vMB 8
705,241 705,241 00000000000000000008b5cc35b47b79b16927259cd9919c34d7bca9f1250609 2,564 1.00/1.00 vMB 13
705,240 705,240 0000000000000000000ada883d65a94f9c38cb456b50b79944c237b31eff9fef 2,868 1.00/1.00 vMB 23
705,239 705,239 0000000000000000000611e618175e69e531e7dc4b107ad18970b595cc1a94ba 1,891 1.00/1.00 vMB 14
705,238 705,238 000000000000000000025f9fc0bafc1e8157fb6e610091d866218cabb83cea45 3,105 1.00/1.00 vMB 29
705,237 705,237 00000000000000000000c82a360534ebc2ee3494ac74c571374f6e5f95a1ab25 1,231 0.52/1.00 vMB 11
705,236 705,236 0000000000000000000cc2c65c07d77f5f4d8e5496a3c8ae6e8327cf2c0e5ce3 2,392 0.99/1.00 vMB 13
705,235 705,235 0000000000000000000486115bbca6cdf38cba2179576b294f46cfaf030a231c 616 0.20/1.00 vMB 16
705,234 705,234 0000000000000000000d59328c2ba1372aaabd8b6b1043fad7ef57548a93a7da 1,440 0.53/1.00 vMB 14
705,233 705,233 0000000000000000000a68337adae5c43cf78b9726717bd3a9d577c0650fcb25 2,704 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.84 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: 712.08 GB
    • Received: 17.16 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.