Memory Pool Memory Pool Refreshing

7,754 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,961 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (606,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,012 301,012 000000000000000053c186b4bb597ef976fb121cc60171c44eecd3f390c9a879 0.10 MB 200 31
301,011 301,011 00000000000000001742b5854437cf05a80ceafecaa5b249b63b3ee405528c8b 0.27 MB 459 29
301,010 301,010 000000000000000005e9215d578862369f6d9882732b6dbaa781bd6afbe637dc 0.24 MB 279 23
301,009 301,009 00000000000000002c31ee0964ba94a0e116eb6c56fd9fb43eee87675189e6dc 0.35 MB 712 31
301,008 301,008 00000000000000005489a5edad7f1a47db77438c5bb9340cd2d7352a534e9fcb 0.25 MB 656 48
301,007 301,007 000000000000000052cf79fcbd39195969c322ed0672d49813d567ac753146d4 0.11 MB 204 27
301,006 301,006 00000000000000007784aeb9030f6e6c8fa6d1ba1734f4eff7bbb37bc17bd2af 0.18 MB 306 27
301,005 301,005 000000000000000007514808acd0d76dee8e402be5973277f08a7f1ad1aa4df2 0.28 MB 472 29
301,004 301,004 00000000000000005e757e80d29c61a72bd9089609332a41f0019b88763ff115 0.10 MB 165 23
301,003 301,003 0000000000000000015ef6368b8a7adac9acf8a00d09c9db59c04b18898cd5ad 0.20 MB 396 64
301,002 301,002 00000000000000003fe10d33ea63d68095fd8dc6b7fa85b4a694ddbe5c716454 0.28 MB 293 53
301,001 301,001 00000000000000003a8de2c7104fa05ccfd92dc1fcea03d071bc639b070fe7d7 0.35 MB 745 36
301,000 301,000 000000000000000041e339634d94f4d0f00748732b43168e777873e494a8cf10 0.55 MB 935 29
300,999 300,999 00000000000000000dd940958061073ee3dbc387a8a9b08b90c577a9a95a5f0a 0.04 MB 56 25
300,998 300,998 000000000000000067fce1b41e962566f06de958fde046a09bcfadd3d87656f5 0.47 MB 808 28
300,997 300,997 0000000000000000192dfa1ebe1dd3c3a5908bb2d06bfd83761f6f03037ec921 0.01 MB 26 28
300,996 300,996 00000000000000005f8c24f2d3aff3f2332aad9b528c5dd926c06ffa15bd5a49 0.17 MB 314 24
300,995 300,995 000000000000000064828c658717d6ac6caef3835813bcb66ce9ed773c9a9b85 0.13 MB 247 29
300,994 300,994 000000000000000004766d0aa6483299cf10a8cf7a424177f5f6042738a1a12e 0.09 MB 171 26
300,993 300,993 000000000000000058c91c43e5277b52525636eeedc776eb40f71f5b1bbad309 0.10 MB 227 36
300,992 300,992 00000000000000004d7be2c1d2bb5c58a1b31120b3086ec9b71b85f47d1a8d38 0.35 MB 742 33
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.