Loading Tool

Explorer IconExplorer

Memory Pool

82,433 transactions
30.20 vMB
0.13717179 BTC
Random Selection Loading Transactions
Max Size: 182.45/200 MB

Candidate Block

Mining Attempt 5f8d064278859b377ab02b9cb5e6a9d651ba78604f5ea10d74ee97c300883061
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 1a47738fefe687085a2bae03e5d49910b1022cbedb7bf375a8c223b4d692750e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,339
Size: 1.00 vMB
Total Fees: 0.05690820 BTC
Feerates: 477.45 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (559,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,197 355,197 00000000000000000d15e0418ed6a3449d3d3116b49c0b39a014f6945f8dfd26 1,111 0.75/1.00 vMB 22
355,196 355,196 000000000000000016861d25f61c62c43b45a7a6204f3d264775995af986f373 2,043 0.75/1.00 vMB 42
355,195 355,195 00000000000000001008ca26058211fb88061affd519ff7f8e98bab4d5dcd7e9 1,885 0.75/1.00 vMB 34
355,194 355,194 00000000000000000d92180daa1338d635a2894db9b9d51c6e995bf6188bac9a 512 0.17/1.00 vMB 44
355,193 355,193 00000000000000000bc11a9959ea474dfba8b45ed667856f2047788c188610ba 470 0.26/1.00 vMB 23
355,192 355,192 00000000000000000e81993f89f74dc4c8249ed5c2a1e0e53e0cb32d93e408f9 932 0.46/1.00 vMB 29
355,191 355,191 00000000000000000710d51af7d41eae7eefa1434b057c90f94bbe6eeb9e784f 143 0.09/1.00 vMB 22
355,190 355,190 00000000000000000612f07cce5fd9cf9b4f2d88bc41c923b57bcd66d7deefee 1,228 0.60/1.00 vMB 27
355,189 355,189 0000000000000000033bbb4c7871f74307a21b5d76d88f294a37656cc6707e25 537 0.27/1.00 vMB 27
355,188 355,188 000000000000000012eea09e04c0d08ef7bfd04a3a2bcfe1a81cc821503cf2dc 326 0.15/1.00 vMB 27
355,187 355,187 0000000000000000087e0b11e3073c67d2e42f50d1936bdb8737f8ba8a73da1d 282 0.16/1.00 vMB 25
355,186 355,186 000000000000000003728c2503aad7494e9c8aaeffa7c50ebf9858c515665c84 983 0.47/1.00 vMB 28
355,185 355,185 00000000000000000179ff786b1683843cd2cc4f2a384ece6b794aba86e953d1 62 0.03/1.00 vMB 17
355,184 355,184 0000000000000000019de87a7c07a38c8141b03626d7f3792b33d67d970d5eb8 451 0.20/1.00 vMB 30
355,183 355,183 000000000000000014acf2a9082f00de6b02fb10089e03bc5a4677f48d7809c6 610 0.34/1.00 vMB 22
355,182 355,182 00000000000000001591a67bf93771da7f37886f3d31c186fdd40280c8d141d7 1,657 0.75/1.00 vMB 32
355,181 355,181 000000000000000012e6475e419a2bb062eff8bcd7f5730cd7890a1aa2d136d6 176 0.10/1.00 vMB 22
355,180 355,180 00000000000000000fa9fe07c6de06325a31231ec2eea03fffa18dcaebcd5eca 702 0.30/1.00 vMB 30
355,179 355,179 00000000000000000dbd089d1719ab79ca023822edadcffefa7cd835ab44571c 519 0.25/1.00 vMB 28
355,178 355,178 00000000000000000bc7a2927f702a2ec0a2c6d7aac4050c82d5d5cca27d4f5b 974 0.47/1.00 vMB 30
355,177 355,177 00000000000000000bc180a9257371629fc3dee03a74a5a788844417c93902e1 757 0.34/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.