Loading Tool

Explorer IconExplorer

Memory Pool

75,550 transactions
27.80 vMB
0.08119605 BTC
Random Selection Loading Transactions
Max Size: 169.71/200 MB

Candidate Block

Mining Attempt 84dc8eeb4a5b7be10ad6c93c2880a4ee7f86c3133db6f058bb2ec785abc1684c
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root de6fd402016c7503266742410a61ab0f847081204d8fc8d951122ec92a3f88e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,723
Size: 1.00 vMB
Total Fees: 0.02172705 BTC
Feerates: 106.68 > 2.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (64,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,475 850,475 0000000000000000000165d2a4a380e23f59af624be49434fd14a0be9a03be6c 3,761 1.00/1.00 vMB 14
850,474 850,474 00000000000000000000d761e085b2e138880c3e0a61af6172399d3e5a703fb9 6,364 1.00/1.00 vMB 8
850,473 850,473 0000000000000000000277f71ec4d82cbbfa8aa21433574a7a32e7f8df4d201b 7,299 1.00/1.00 vMB 6
850,472 850,472 0000000000000000000327a03addd66976d54733bff0a007c55e20ae44a918b0 1 0.00/1.00 vMB 0
850,471 850,471 00000000000000000001c72a1ec89138af712f8d096ea7ea2df2bb7c91f60f18 3,700 1.00/1.00 vMB 12
850,470 850,470 00000000000000000002f8df67e12576f23640fb10194cce840e3ed5cfc04de4 7,822 1.00/1.00 vMB 6
850,469 850,469 000000000000000000016ff4dbce9f529fe5712b882c3a7fc5b5b7e28aa22b6f 2,908 1.00/1.00 vMB 11
850,468 850,468 000000000000000000005832d657888642a16a4910d3aed38e30e5367bdc3c7f 2,930 1.00/1.00 vMB 12
850,467 850,467 00000000000000000000d65560fb6822d9d73a434f93478c2265523067875a5f 1,081 1.00/1.00 vMB 8
850,466 850,466 00000000000000000000b133b0440c8c07e29a52218ec8ec315cc932a2628a22 2,801 1.00/1.00 vMB 17
850,465 850,465 0000000000000000000326a81969f5ae808bffecc41c93af98bea72b007c9f5c 4,392 1.00/1.00 vMB 6
850,464 850,464 000000000000000000028afd87c1debb60d9bb2e04694213cad9f420030b6eb8 7,345 1.00/1.00 vMB 6
850,463 850,463 00000000000000000000de89a48165ff4f1f6b1b702207cde67875c4d0cb4307 2,205 1.00/1.00 vMB 7
850,462 850,462 000000000000000000015779105af3d0549e8553e6fd1cc6b3571f56ebbe6630 2,035 1.00/1.00 vMB 10
850,461 850,461 000000000000000000030c96c06ee34c6204311094c0b5f30874faf1e55df8b9 1,159 1.00/1.00 vMB 9
850,460 850,460 00000000000000000002e1cbba9ad73d654efbe5c54053f4a026c2b9b8cfd5ef 1,808 1.00/1.00 vMB 11
850,459 850,459 00000000000000000001227b37c931806bc3577543f6f54fadae52131c2418fc 5,484 1.00/1.00 vMB 9
850,458 850,458 00000000000000000002f6c6603fba0af9d85ba43000b9c92beee832995f0202 5,452 1.00/1.00 vMB 9
850,457 850,457 0000000000000000000156167a851aa3b6ea37c7a2249f6000ac3fd14531061c 2,540 1.00/1.00 vMB 10
850,456 850,456 00000000000000000001a72208cbe48dd12bf945853b848daf593154f1dd0825 2,372 1.00/1.00 vMB 14
850,455 850,455 000000000000000000023aeb7dfaa83c3d5ad4965fe087fc42c9a9a0fb04af2e 3,303 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.85 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.50 GB
    • Received: 17.17 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.