Memory Pool Memory Pool Refreshing

6,290 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (775,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,906 131,906 0000000000000907a879c8568569ea3f6498c2a398e1015593ec63a94e74c3dc 0.05 MB 181 150
131,905 131,905 00000000000000821682daf88087ca5efd99d25e66649e7f3ff22700160edf12 0.00 MB 4 0
131,904 131,904 0000000000000907f73af6fec4341a2284f09dc4a14d23bd151c79ca2e103356 0.05 MB 136 155
131,903 131,903 00000000000002d21fe74b373e724218a7b0ac4184436624fe0337b910eb633d 0.00 MB 11 17
131,902 131,902 000000000000018d085021f46f3bd97e8d71821bacf372b806eaf0d5fb5462e8 0.00 MB 16 1,177
131,901 131,901 00000000000004f8251e6ff5175de04d75f9dbbb55bb4a4d52109a633b1ff313 0.00 MB 10 706
131,900 131,900 000000000000052f2444ff4ac073aa78543ec8d2b1c5078ca816a540c24ed2ec 0.05 MB 70 76
131,899 131,899 0000000000000332b62543de18bb582b1107998d38cb9c6c41365b0d3ce516fc 0.01 MB 13 787
131,898 131,898 0000000000000bf3920020071a7749c57eecb584c427230414713dace7f9946d 0.05 MB 78 345
131,897 131,897 00000000000012e20d823d22bfe33789331b50ae5ccea6b958596f545e6f97da 0.00 MB 8 383
131,896 131,896 0000000000000b5f4ac85dee3f5c422edc4ae8e349b0caa894fb63d26898c130 0.00 MB 13 661
131,895 131,895 0000000000000e04ce1857c2aca116ea47a631aaa9abf9507ed3edfcf9d05670 0.07 MB 149 1,079
131,894 131,894 0000000000000f8286acff362f76b323410a684123a6f538ca776ad094d91928 0.03 MB 74 998
131,893 131,893 00000000000006389723d8862ad6d4c24e17e64acf5ec7c28747b2c5989c6915 0.02 MB 68 986
131,892 131,892 00000000000009092e5210742dcddb404f101285e464c8e230cf553fadbb3160 0.01 MB 19 386
131,891 131,891 0000000000000f733acf863ebcddd9e388bf7aa475f1cf253773d3ece708e743 0.04 MB 142 33
131,890 131,890 0000000000000fad479631964ae272bd5c919517136eec1e7c77ad28f9d7f249 0.00 MB 14 752
131,889 131,889 0000000000000375416d7249db0ba9d4a12b531b298f2529af4ce4e2528f1542 0.01 MB 17 383
131,888 131,888 000000000000112dba6300a56c5b5451872f4a71e3746567c048bdf44ed2e312 0.04 MB 110 376
131,887 131,887 0000000000001296453f089d95997560bcb0b955cc358594410c5c0a2cb3052d 0.01 MB 11 900
131,886 131,886 00000000000006e2f9968dd683161d63a17b88b61ee49c4a5e11755b5113acb8 0.07 MB 180 910
Previous 10 blocks ↓
Total Size: 769.26 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.21 GB sent, 94.20 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.