Loading Tool

Explorer IconExplorer

Memory Pool

81,014 transactions
30.18 vMB
0.10360796 BTC
Random Selection Loading Transactions
Max Size: 182.13/200 MB

Candidate Block

Mining Attempt d786e957ebc20d5fccf914661f9f7a45a9a19d54eb98ab320bcdf9aa7a8f886f
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root fb251427705ba8bd7daf7285d74029c3e91dd0f6de1103dcc74e3367d39c9013
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,153
Size: 1.00 vMB
Total Fees: 0.03104332 BTC
Feerates: 54.29 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (70,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,394 844,394 00000000000000000000bfca9030bd6cf9ed8f01abe2bc42ea1884116cebc2c0 5,467 1.00/1.00 vMB 9
844,393 844,393 000000000000000000005600494d4cb0ba2c4e4afdbe42266fb8eab70a16352e 5,046 1.00/1.00 vMB 9
844,392 844,392 00000000000000000000e235182b47b3e9aa6cb2378ed5e95a42760a25dd7328 6,449 1.00/1.00 vMB 7
844,391 844,391 0000000000000000000337af34ab4611c2344675a9c17556aa24da52340e6cf7 3,612 1.00/1.00 vMB 10
844,390 844,390 0000000000000000000051f7f4de52e61d4a5610e61908d25162ac1ad93fe30d 2,036 1.00/1.00 vMB 16
844,389 844,389 00000000000000000001a5a7ca2f55ae5b6a4b074d16bff5bcf41efdf040f4e2 4,137 1.00/1.00 vMB 8
844,388 844,388 00000000000000000000196748044dcbd26a5c25fa6ee571054ae3beed8dbb54 2,553 1.00/1.00 vMB 11
844,387 844,387 00000000000000000000645896e493cfe8c6a9841d2ae7720ce897e0ae7c974b 4 1.00/1.00 vMB 40
844,386 844,386 000000000000000000032331a0ca65d3e670cf9597b5f0b58dccad79ffa14967 4,528 1.00/1.00 vMB 17
844,385 844,385 00000000000000000002e2e26e1f8131c6103b9ca551e6d7e37e9e40cdd3f99c 4,140 1.00/1.00 vMB 12
844,384 844,384 000000000000000000030ba7f18f3a4fe105d7c8f6e6ce7ad7bbedcd3dea12d2 5,212 1.00/1.00 vMB 13
844,383 844,383 0000000000000000000196494166922c4cfc61ece170b7a0358cec1538de608b 4,967 1.00/1.00 vMB 14
844,382 844,382 00000000000000000002609f77b6a28e8fe990f2ccc8983b1ea55ad994a6533d 3,452 1.00/1.00 vMB 14
844,381 844,381 0000000000000000000314053c31dcbe6f1091ba31de2fb6b3c2885fb2d7978c 3,731 1.00/1.00 vMB 10
844,380 844,380 00000000000000000003424c55fe63f2cc2506c8097a83fa6147cf193aad7b0b 3,522 1.00/1.00 vMB 12
844,379 844,379 0000000000000000000260ea81980735b359c8329738cb7f71eb20bf02831ecf 3,725 1.00/1.00 vMB 19
844,378 844,378 00000000000000000002688965f96df0931b5d3995d1ebd44890c6495a7bb74d 7,345 1.00/1.00 vMB 7
844,377 844,377 0000000000000000000267f52c9892e9117177e0db223c48cc43239b141dc864 3,822 1.00/1.00 vMB 12
844,376 844,376 00000000000000000002bef29922e6ec58bb014f35bf7c7380f6d5d766cc2223 5,071 1.00/1.00 vMB 9
844,375 844,375 000000000000000000012526273f7fe03df2061f5f6e6d91b67c7d65d17a19aa 4,152 1.00/1.00 vMB 13
844,374 844,374 00000000000000000002d591324713c30c161311efccea49720d615738dd078e 2,703 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.61 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: 671.87 GB
    • Received: 16.05 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.