Memory Pool Memory Pool Refreshing

790 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,860 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (591,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,011 316,011 00000000000000001fd38425209fbefe468de8d5c3f72470c7f88ca2f79f4bca 0.11 MB 211 28
316,010 316,010 00000000000000001e3224bda9b0bb01704e7f13e9aebe96e6dad9aa9c5d2151 0.16 MB 267 25
316,009 316,009 0000000000000000216f5279de1f7681ecc40b3d57293ee724d2d6a950305d97 0.33 MB 642 29
316,008 316,008 000000000000000003a1969b8db3be6c7f382a35fa63bc2f318101e0e1516ace 0.59 MB 648 21
316,007 316,007 00000000000000000be55718207d6d8a414bb501c705b514fb8df977601fff8e 0.14 MB 289 28
316,006 316,006 00000000000000000a902ec3ee54230551a3e77b6d35c311604b2ee8eff762f4 0.05 MB 94 31
316,005 316,005 000000000000000000f9ca0006db01cb74cb6295c2c67cfa92d35774a02aab70 0.02 MB 40 19
316,004 316,004 000000000000000004a994ed49737915cc24bf8cd567ee985fdbd2198bd70d68 0.05 MB 90 23
316,003 316,003 0000000000000000237ae0b3213894fafcfc1d70b4953ea10c46f36ea344cd99 0.05 MB 86 23
316,002 316,002 00000000000000002c491e2297ccd9af0417e997a5070302d2ea5bd398993678 0.16 MB 398 34
316,001 316,001 00000000000000001c08ce6cb65c5e41420500579753d2249d22e8fa31aa03f7 0.17 MB 386 31
316,000 316,000 00000000000000000d77a89ab1069e47d1213ae509de95ee0d9ab095a725f7d7 0.00 MB 1 0
315,999 315,999 0000000000000000172378a6864f61c83ecc52033e9663e92eea9b7d9d07ef7c 0.07 MB 138 28
315,998 315,998 000000000000000019ddc870123fdf9eacddaf640e05d410907bfcb7635a0a42 0.25 MB 377 22
315,997 315,997 000000000000000019dd00044e363b7370254cf942a1143d560c9a177b57f23f 0.25 MB 622 36
315,996 315,996 000000000000000025e47e98f04741674e95d886b28f93c7773834075eb92a12 0.01 MB 25 32
315,995 315,995 00000000000000000f86d0a307c9dfcb99ca6d0c6f358b1d1aaa4fdffd2cdfcf 0.07 MB 80 17
315,994 315,994 00000000000000003328474a3d358efa29cb3563f669a7ce59a18c8e53c7f5b9 0.33 MB 643 28
315,993 315,993 000000000000000004c53fea9bbda662865aa807913c44626ebd5ffbd310d51d 0.29 MB 653 30
315,992 315,992 0000000000000000305883b43f513016638c011bf57929df785ce0d383ea5a2f 0.02 MB 64 35
315,991 315,991 000000000000000013cacbd96754938df19cce0597c929df42aff8ebb8bc7862 0.18 MB 327 30
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.