Memory Pool Memory Pool Refreshing

12,660 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (63,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,014 844,014 0000000000000000000077bb2ca8998b5ed2662293309ac7535bf4887edad51d 1.03 MB 281 9
844,013 844,013 000000000000000000027eeafccadea47a98ba0f01ee04ab7aa7c0f849f5e35b 1.47 MB 3,055 11
844,012 844,012 000000000000000000017b81012f77a9e03c5fd1dd3b72f72da4c91903600677 1.25 MB 2,512 10
844,011 844,011 00000000000000000002ed078242c0bdb4655e2136c9d8622c37a8f27d2a0145 1.65 MB 4,857 13
844,010 844,010 00000000000000000000461e57f7d22ec454e53b1814ab412e7d045c93c412da 1.51 MB 5,387 12
844,009 844,009 000000000000000000029eda5fe817f433465d1f3215d05b5dd6841d0ff25a80 1.37 MB 3,585 16
844,008 844,008 00000000000000000001482b2fefab1881b8640dff8dd215ab5926ac1dc19ebb 1.68 MB 3,947 10
844,007 844,007 0000000000000000000295d93f82674429cb1baa04303fb0147d58da09780588 1.52 MB 3,485 18
844,006 844,006 00000000000000000000d655799e5455be508c776b36305cd53be45c0bf7e093 1.63 MB 3,435 14
844,005 844,005 000000000000000000013024786db5f40385fb9b5a6d421e20f329077c33debc 1.80 MB 1,854 11
844,004 844,004 00000000000000000001514d83ffe8b8dfcddd2c85d797fc800ce18ce3e9a65e 1.67 MB 3,110 19
844,003 844,003 00000000000000000002e1da37ca80d95073be2f2607c8fe0fb13fbbb9d41c01 1.14 MB 1,411 9
844,002 844,002 00000000000000000002203656e8ae61278e605ae01d66ec6b3c62524d7685d9 1.56 MB 5,021 11
844,001 844,001 000000000000000000006b8adfc380442fa791822a4eed4df300193d83be5c56 1.61 MB 1,610 11
844,000 844,000 00000000000000000002d5f7dd56769651e8dd34609424d44af3fb3ec335f0b6 1.57 MB 3,333 15
843,999 843,999 000000000000000000009c7d35546976cac66f93912544ad6ce90511ff7f2e05 1.72 MB 3,502 12
843,998 843,998 0000000000000000000004b2b20bea00a476584a58dff36bf5c19614b9966741 1.53 MB 2,962 17
843,997 843,997 0000000000000000000316e4a9e6d7eeaf31fc52d7ac54702de6c59de07e4601 1.56 MB 4,990 15
843,996 843,996 00000000000000000002c29dea455ffb91b1ca07818885b2bea98335d0322c3e 1.64 MB 5,533 26
843,995 843,995 0000000000000000000338f5d4d787b9ee8e11f7a11d9073ece5d7a06f04997c 1.43 MB 6,558 32
843,994 843,994 00000000000000000002afc61355e048f55331001ead416e83440717298b1627 1.43 MB 6,419 38
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.