Loading Tool

Explorer IconExplorer

Memory Pool

44,800 transactions
26.90 vMB
0.06619278 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt 966c24c04f94c1fe0077ca0af51bbf7e616936b74428e27b865adf04639dcd2e
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 94eed32fecb08b9e86ea38a2754036c90bf53388a4a7fa3a973eee7eb7789d59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.01643859 BTC
Feerates: 251.72 > 1.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (218,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,228 696,228 0000000000000000000785fb5909a05f4755ff66b011de9b3544aac6e2771a44 2,526 1.00/1.00 vMB 20
696,227 696,227 0000000000000000000e930dc72fe7a7aadda1304a0d1ae88f430934cf014dcf 2,619 1.00/1.00 vMB 63
696,226 696,226 0000000000000000000d967e23859089f90d0ef7ddd705c6c146f9a1a844a1ff 2,248 1.00/1.00 vMB 10
696,225 696,225 00000000000000000010cbd26f0a3229a1436bb35a764863114ebe828b13eeb0 3,461 1.00/1.00 vMB 8
696,224 696,224 0000000000000000000e6a24c6d8ca6dea7e5e6fab2bc6ded805471207b849e1 2,966 1.00/1.00 vMB 16
696,223 696,223 000000000000000000087de6dfdbe1beaf46296f4c0a07c75c5f0fe79bfb8bad 2,684 1.00/1.00 vMB 15
696,222 696,222 0000000000000000000a1ebf1f07986540d00e678086b0c2f4cc82ce08e1ffa4 1,487 0.97/1.00 vMB 8
696,221 696,221 00000000000000000003f8384079a66cfbdaa311b18db2613e81e3dcb21eab31 2,984 1.00/1.00 vMB 2
696,220 696,220 000000000000000000011b71550e2d6d7c4058abb6093505886b837316486b32 3,202 1.00/1.00 vMB 24
696,219 696,219 0000000000000000000a0054d90210cfb7e8f88e78164474b7748c90a5300866 1,968 1.00/1.00 vMB 2
696,218 696,218 0000000000000000000089d14d5bfc6737d8b7c66fda15b00f4364d71afad7d8 2,861 1.00/1.00 vMB 17
696,217 696,217 0000000000000000000a1a1d310e9ad43cdf57698a1c0362dccb32efcc6d9a74 333 1.00/1.00 vMB 2
696,216 696,216 0000000000000000000afa3ac42fda75cc4eb66f5829ac60072063b962f71449 1,315 1.00/1.00 vMB 5
696,215 696,215 0000000000000000000b55b9a07d952eb6a3003df58f348cb91a591f0435ec73 2,238 1.00/1.00 vMB 14
696,214 696,214 0000000000000000000aa464d188eddd2e262a3d24ee2b2f6a0d74379e1a0ac6 893 0.47/1.00 vMB 7
696,213 696,213 0000000000000000000355fa920b5084920f66f40bdc8ceefc3df4cdb75805dd 1,655 1.00/1.00 vMB 3
696,212 696,212 00000000000000000010303fd113d946e4079b99f3d5ca68991952af4c28d561 2,531 1.00/1.00 vMB 18
696,211 696,211 0000000000000000000b895a47cd39fc2d86fc4f7794fa61f6226ec975ee52a8 1,688 0.72/1.00 vMB 10
696,210 696,210 00000000000000000008890b62ec0a51c1d9af2fc184dc62feafe0d1e1c90408 554 0.35/1.00 vMB 5
696,209 696,209 0000000000000000000e573e65d607f908912057c6073e0584fc732d3f153bcf 2,782 1.00/1.00 vMB 13
696,208 696,208 00000000000000000002965e068aebb19ec422d2095ce6065c586f199016a623 678 0.21/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.70 GB
    • Received: 12.88 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.