Memory Pool Memory Pool Refreshing

3,264 transactions (1.30 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (845,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,450 63,450 0000000009623fb99fa3c2d437b6ea5670fcc006136cfc7c0c40646a531ce1d3 0.00 MB 4 0
63,449 63,449 0000000003f93e3aea5e9ba5f4c70e090736d444980cc42401ee55ee22f82807 0.00 MB 2 0
63,448 63,448 00000000043dc700ffae326d8324c6ad1d9fe1b3c547237224a00a4838eba201 0.00 MB 2 0
63,447 63,447 0000000003c30446bcad3cd06c1917b89d3fb150206f1208d799001f7d10d510 0.00 MB 1 0
63,446 63,446 00000000024c5f9a036982dd2fe70d5e33fc22235fd743cfd71e26974915761f 0.00 MB 1 0
63,445 63,445 000000000cbe9f915cc8fccbe2a55b951b5d69272f48b469a394d60af9fd5b73 0.00 MB 1 0
63,444 63,444 00000000000bf6a2685bb0886e98eb93c9e600ed9694f4a7f6549202af7c6498 0.00 MB 1 0
63,443 63,443 00000000031ab84dc5d0a825e63d1a77063e892311ecb32a75d646f0496ac32b 0.00 MB 3 0
63,442 63,442 00000000094c28910d59844dcd04218e6a61631d62239fc95e5f143f0a95959c 0.00 MB 1 0
63,441 63,441 000000000bdca053ba39b263a06ee1fdee2a3b326393aed118bb68fbcae0471d 0.00 MB 1 0
63,440 63,440 0000000005ef33c7a6ce1f22436adb02e20a72cb124adc7facd4751b311ebac0 0.00 MB 1 0
63,439 63,439 0000000004742ae68a6cc9c3bde326995b9c60afa7f3076e73cba78ae7369953 0.00 MB 1 0
63,438 63,438 000000000c8dc60703d2bfb4d37e0d1e9fe5b274e7535da7cdc0fc189b3f25c3 0.00 MB 1 0
63,437 63,437 0000000008a002a81f950be7772677a2fcab841dfd6ae51a82c8dc632628e9cb 0.00 MB 1 0
63,436 63,436 0000000002262411dc1bc3cfd28057f243184c4f2a684f3797f2dc5feb224e5c 0.00 MB 1 0
63,435 63,435 00000000091eca4e212da39da46fb77a21835022cb37bf355659ff2a07d71d9b 0.00 MB 1 0
63,434 63,434 00000000093688dc26faacad9455cc6613c0b86f714d8b93509e93429923000b 0.00 MB 1 0
63,433 63,433 00000000034d8664e0df2f8ee794724a1790d7fc92b0bd2f4e2d8dc66fd9ea38 0.00 MB 1 0
63,432 63,432 0000000004ac04020c33332c9820733fda074ea7cab0f77f6e9866272afa4d51 0.00 MB 1 0
63,431 63,431 000000000c568bdfa0636910a8d6faceaa77892606e408f5eb5dbffed3099d5a 0.00 MB 1 0
63,430 63,430 000000000ab16cc0194680e20e220a32b0c625aa244a024e034d639922225e2c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.53 GB sent, 102.63 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.