Memory Pool Memory Pool Refreshing

816 transactions
18.59 vMB
Show Random Selection Loading Transactions
Max Size: 75/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,324 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 626 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (836,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,119 72,119 0000000000f330ff0dc3fe6691be7c77e1ff1bce54db585dc084b8d790693aa9 0.00 MB 3 0
72,118 72,118 0000000000645e83415d91deecb4f38c0591eedd13ea13927651c666cc537019 0.00 MB 1 0
72,117 72,117 00000000002e8f6c375f3f6ea95261b269cc872694f32dd871edc44bb60c4883 0.00 MB 1 0
72,116 72,116 00000000002f28c02884840106471f4302c74112098fcac43746eabf6f3dbc47 0.00 MB 2 0
72,115 72,115 00000000005932a43b8f9a0b2097a4b05857f147501f242035b0a50fce9d192b 0.00 MB 7 0
72,114 72,114 00000000009e660a5f6b9d70dd52a141445a5aa9949b97ccf08e5d47f9bdcb93 0.00 MB 1 0
72,113 72,113 000000000051cd4e70081d6731529ef9afffa9cea4f02d57bf23175c3b80e5aa 0.00 MB 1 0
72,112 72,112 00000000010413b393807867b817d00dd6bff9861b97846ef393de3fb2ff3883 0.00 MB 2 0
72,111 72,111 0000000000253ab5e36634b719a0e41cb0febead62bc7c259ece23b72e9036d2 0.00 MB 2 0
72,110 72,110 0000000000956681b2efa62cc7edfdf7697654480fdf3a2ec4b2411a0ef7be56 0.00 MB 4 0
72,109 72,109 0000000000ee555833ea8674996374c883561762c692962fa8ad9471ffbfb8b3 0.00 MB 1 0
72,108 72,108 000000000046642f8dc635ee4b4b6bf49c9ac50e72aeb976fa1381a14ef380f3 0.00 MB 2 0
72,107 72,107 0000000000b47921b96828e324465fae8371ddb94889e0abf3d380392f0e384a 0.00 MB 1 0
72,106 72,106 0000000000898e3c5eb6c0a5ab42014957749e2122cdb3a26bd464d7f3355bf0 0.00 MB 1 0
72,105 72,105 000000000022a432180fda0ff8958276c7927258080669126f91096760e2fe7c 0.00 MB 3 0
72,104 72,104 00000000000ab107671ac6cd72134d0b14143ed6065831f526250df36c3452ce 0.00 MB 1 0
72,103 72,103 000000000101bb17d43995214c1429aeac4da1b8da4946d0be9e1d601729edf5 0.00 MB 1 0
72,102 72,102 0000000000123bbdbd91e8e7327f1c62690cf0f2e0b2af8bee81ae469ac0c4b5 0.00 MB 1 0
72,101 72,101 00000000002e03482294c5f888fb765889bfbdd5657dd06993fb2ac37e94b56d 0.00 MB 2 0
72,100 72,100 00000000008c002c3369289be0087b471b36420f94bfa6555399811f754f2a1f 0.00 MB 1 0
72,099 72,099 0000000000ca85ad27838e5cee588530b67c0b14d0a3b47dc8582fe4101064f5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.14 GB sent, 98.65 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.