Memory Pool Memory Pool Refreshing

3,826 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,661 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (592,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,837 314,837 000000000000000020d6509bc2e3a4157bff3ae5e0ece8b6361afc400e8dd151 0.13 MB 132 20
314,836 314,836 000000000000000014382c61a672a70e3b9fb62a23738af96549adbce8fb520d 0.05 MB 59 9
314,835 314,835 00000000000000002f092db3ed91b8c454c138bd3036fe308a90d99cfd05debd 0.10 MB 220 30
314,834 314,834 00000000000000001396b06da3b0297367f498a7835da407d4e3b6224e8f9bb6 0.08 MB 181 31
314,833 314,833 0000000000000000147312ca22e523bde0469e9667f3cc6d60787e7782204a92 0.06 MB 79 24
314,832 314,832 000000000000000006e9695007680140b9c37dd434f28f25ff7d6246c44b724b 0.01 MB 32 37
314,831 314,831 00000000000000001502b6b281625266a3fd66430749182d6d673110225da984 0.25 MB 456 25
314,830 314,830 00000000000000000121e6010a4c0f06946bb12108cd2f8f165ab22610f453dd 0.01 MB 16 11
314,829 314,829 00000000000000002379c8a2778267653ec7dc0de67ee98a27761787717f5350 0.01 MB 16 32
314,828 314,828 00000000000000000c859c1e885e37ad426d667df0bd704612f7028fb22abd98 0.17 MB 304 26
314,827 314,827 00000000000000002b3dd0e986efa91a930f3d78cc3440c4e4795ecc099b0ebb 0.06 MB 124 27
314,826 314,826 00000000000000001fecddbb75a872569983db8526a0091c0b0586fb3a18cf88 0.12 MB 152 18
314,825 314,825 00000000000000000a9908ac000ea353b55c06361d52749281f5923569234f4e 0.07 MB 165 34
314,824 314,824 00000000000000000406143f747389b303bb66f25ee2038c505973dd81197481 0.30 MB 518 29
314,823 314,823 00000000000000001e7863acd9df0c53a4c32e90f5bcaef40695afdb108793ce 0.10 MB 149 28
314,822 314,822 00000000000000000e9e2b0be7b4f5705a5e2560d1e064ad7fdc0278742ac475 0.30 MB 629 32
314,821 314,821 000000000000000023b4f84fbe1d6cc2b4adcd0e93f00e8a451bddf85950d1aa 0.03 MB 39 8
314,820 314,820 000000000000000000e451789b438aea485bd0d272135f5126eaf55bda2d0a0e 0.24 MB 487 29
314,819 314,819 000000000000000035421d1b0f0ab2d37e758fd1a6320d52f8974d267619bfe4 0.23 MB 505 35
314,818 314,818 0000000000000000026b4f056ea0ba89edf8750f60cf57d01f9c5801b920d9ca 0.07 MB 103 30
314,817 314,817 00000000000000000dbd0b9611385309204ffefddb3811788a56b0665b563b8a 0.15 MB 270 26
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.