Loading Tool

Explorer IconExplorer

Memory Pool

83,274 transactions
31.30 vMB
0.11455129 BTC
Random Selection Loading Transactions
Max Size: 190.07/200 MB

Candidate Block

Mining Attempt 47902f408ddddb9bab00b06c94d7a2d10a90d6862fb22031ca4c44d6026039e8
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 36374f17196fb59ff000654b8e68c9db11803e13815f9ac314174e8dc5f7fc75
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.03711615 BTC
Feerates: 200.89 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (564,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
351,371 351,371 0000000000000000122e8870c8c2457eac108cea34c577cdf869ac5ce318b3d0 1,632 0.75/1.00 vMB 32
351,370 351,370 0000000000000000152dbf6f7113fd0e89ca19983914afcab289ff9f6fb585c8 449 0.23/1.00 vMB 27
351,369 351,369 00000000000000000d61818fe3f0f33faca5bb0e440baac1a077aac3549cee8a 1,739 0.99/1.00 vMB 25
351,368 351,368 00000000000000000ae49e8ffcb4f64b5a732a72c53540a65f930816a19fef0a 701 0.43/1.00 vMB 27
351,367 351,367 0000000000000000140ac55a720376e040fbd9b0a5330c2c4429b4a5af89a708 142 0.12/1.00 vMB 15
351,366 351,366 00000000000000000a7a584f26554a647573f41ebdb2ba6401cbfcf6b0f22bba 1,589 0.75/1.00 vMB 31
351,365 351,365 000000000000000000732acf01e81a4ac7b32f8ee9c771396262affb0be7803e 570 0.34/1.00 vMB 25
351,364 351,364 000000000000000007737130bcc41b59c091e90b59d5b9e492dd20f458890df0 1,127 0.56/1.00 vMB 30
351,363 351,363 00000000000000001214e5fa8b015ee9b34bce9ab9d22af0fcf656878e58a61e 1,241 0.68/1.00 vMB 17
351,362 351,362 000000000000000011707105d63a5538abadb4d499f8da0cb178bc3e02461419 538 0.41/1.00 vMB 23
351,361 351,361 000000000000000007fa39d6f2b6baf3636f53cfc047f725b5e28ecfe4546fd1 2,118 1.00/1.00 vMB 31
351,360 351,360 000000000000000012b2d7193a952e6a4afaabe8147fce6af6e0981e4652231b 1,992 0.75/1.00 vMB 37
351,359 351,359 00000000000000001246da72e1a85dea04574f6da0de565a109c13a1f1f5857e 1,233 0.85/1.00 vMB 21
351,358 351,358 000000000000000009af120761146297f0675cbca0b0432b58d628cf82a32f16 1 0.00/1.00 vMB 0
351,357 351,357 00000000000000000c8fb620fd93b84ce9e0ce9365bf27413ff65e276b5a7be2 2,141 0.75/1.00 vMB 42
351,356 351,356 000000000000000005f5a6cd54cc9345c2e30587c026ec2268000015526a7f5a 1,465 0.75/1.00 vMB 27
351,355 351,355 000000000000000014ecae13ebe41e716273a9a6a71645c3c0f4b8b98de93187 332 0.16/1.00 vMB 27
351,354 351,354 00000000000000000633ecd4359c44c2b8c62efd1778bf189d0ec4b6a28440ba 334 0.20/1.00 vMB 21
351,353 351,353 000000000000000003fac7c110060d5fbb17ca4ba8846b37c0d8e6baeb48aace 1,451 0.65/1.00 vMB 32
351,352 351,352 00000000000000001532b31e6446d8d498ac2e7c0f3e79dcd866c5caecf963ac 329 0.19/1.00 vMB 24
351,351 351,351 0000000000000000061c0ac3f76ce6286b5f5195b312f7cdfc4228c2cdb9ca33 562 0.28/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.05 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: 720.61 GB
    • Received: 18.22 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.