Memory Pool Memory Pool Refreshing

2,950 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,880 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (693,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,867 213,867 000000000000042a8da7fee4265753955f3d4d896a322d9219418c7f9e5aa12c 0.02 MB 35 127
213,866 213,866 00000000000002c433e9f9bef7b1281e816b1ad5a334caa5d612f1e5ccd3c76e 0.24 MB 628 209
213,865 213,865 0000000000000281c2ebd9028b1a9922cd8363821405acd5d0cc7958b3b56cd5 0.06 MB 165 156
213,864 213,864 00000000000004f3e05b30dfa4d1610b87ce5aa89ef767badcc2c8b6da448ce0 0.00 MB 1 0
213,863 213,863 0000000000000257293dd7b91b0a03b868a6b2835ac64c7880a0bf9c63d7d52f 0.00 MB 11 65
213,862 213,862 0000000000000420ac39c251faaae94bbda693599901d7c6f8445f6589f37c5b 0.05 MB 73 112
213,861 213,861 00000000000001bb145a608a198dbac89574a1a205c41ccfd13d09274128cf5e 0.05 MB 108 151
213,860 213,860 000000000000006786cf57ad68c59e78dfbb4d3eb20e9fb254f6e5106073d6cf 0.01 MB 30 105
213,859 213,859 00000000000001f16db5d92dd78a5f51a6cc1e508716a85930bde19fa7b72d89 0.09 MB 137 100
213,858 213,858 0000000000000585b7faf6826bbcedf388aac8bcd2315d4da4577c41e55bc3a5 0.19 MB 481 177
213,857 213,857 0000000000000196dd62fff3dd5bbe745016c19fb789dd56e6e307ed718723d3 0.06 MB 158 201
213,856 213,856 00000000000000f3d81f3c1cdc51f384afa128e6e951fc1f20bc04070244f6f6 0.27 MB 566 271
213,855 213,855 0000000000000475f2ff46cb9775c48b51d226904ac8f125d9d3c7e5f2951f37 0.21 MB 575 194
213,854 213,854 00000000000004b4e162329b6fc392f206afacba4be35d9f0c1de3b42920b571 0.20 MB 289 136
213,853 213,853 00000000000002f6f2f9b92110b0b74f9c0f91e02dd442f28ccd24ee4a7349d5 0.05 MB 117 142
213,852 213,852 00000000000004c65254adfea6ba5748f18ef97b29eb0c86df8eb2db669bdf3f 0.25 MB 662 199
213,851 213,851 00000000000003fab15e25a36ef5212501b138ea6dad82f9083bd45ebfac3f3c 0.02 MB 56 147
213,850 213,850 000000000000057e3cb5bade7d742be5a2196f802da8b88676ef1bee98d1f599 0.11 MB 179 124
213,849 213,849 00000000000000e3db5072c54d95ffb203986bf9e46f59d19cc9d0f1c4c71208 0.13 MB 144 90
213,848 213,848 00000000000004c547212420961345205ffe7c5014f9bca53c689e16eaaafce3 0.13 MB 271 155
213,847 213,847 000000000000022236c1b004a31fbe9526e44371f3f3fc7bad535e72e7ffb621 0.11 MB 245 157
Previous 10 blocks ↓
Total Size: 769.10 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,629.29 GB sent, 93.42 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.