Memory Pool Memory Pool Refreshing

367 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (605,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,742 302,742 00000000000000005e32b48ed3f42ff8f3273471ab0e2f9bf36b5ac2244d54eb 0.05 MB 100 34
302,741 302,741 00000000000000002ce798fcd930b8c7206d88b4fc8fea3f284e9a802f29cf54 0.04 MB 34 11
302,740 302,740 000000000000000051a30d856483015b34219b19c9ce28d1b69e7e9da8c93db7 0.21 MB 387 31
302,739 302,739 00000000000000004e9363e451cba4b970de8e330b6f3d303fc011e2a2e68a25 0.13 MB 187 24
302,738 302,738 000000000000000055c4affb6662e53f19d0827ed3cddd2ad9b94c6b0ba32114 0.25 MB 545 35
302,737 302,737 00000000000000000646cd1b82aee47fd764b84800f9f2be34f12be4f63432d0 0.17 MB 321 29
302,736 302,736 00000000000000005f1dac9ded49e6513c729a83ecb24423732750eca56ae6c4 0.13 MB 114 10
302,735 302,735 00000000000000003d1bfe3cc65cd79bcca89087d6d8ffe1b840890b5fc6ebf3 0.56 MB 367 15
302,734 302,734 000000000000000012de1651ea77ea7a1fd44982611f813c51fa2ab43a6bb948 0.25 MB 661 41
302,733 302,733 000000000000000008caae82f9c478c83e3d091df7ebb6177e0b2321d85b6eba 0.35 MB 908 39
302,732 302,732 000000000000000045a6ed2cde2c828f533571ff35cda69fe589718539aa1947 0.44 MB 490 18
302,731 302,731 00000000000000001846cf3a974005ee3f9001787425a66b90acbba522be91cc 0.35 MB 874 35
302,730 302,730 00000000000000002143e6ab380dd61b12a8fcd5913dcf68766cb3a8b576cc24 0.35 MB 897 48
302,729 302,729 00000000000000003f36037d1098392e412ae484b127220cef4d81e7f95c65e3 0.11 MB 229 29
302,728 302,728 00000000000000004389f354925200c4ae4e09a3bdc0cb954a69b86831d025c3 0.14 MB 270 28
302,727 302,727 00000000000000002ff9f45a4e3cd4f918bb232196b268baf5d4bf95c6073c8d 0.02 MB 64 54
302,726 302,726 000000000000000039bd2016acd4f9cb9e1ace152e882931858cecd12b6fbaa0 0.02 MB 43 25
302,725 302,725 00000000000000002f3f231dfc3d7f9a4dfcdf4b8ad7b9c8bd20fbac07a1be71 0.19 MB 112 12
302,724 302,724 0000000000000000415b7b9bee2eeebb73c458bcb53817f52de95e80e2ff014b 0.35 MB 367 22
302,723 302,723 0000000000000000087ab76b563e51592a16062d917b621d7a4a51d4c2ba21cb 0.35 MB 629 28
302,722 302,722 000000000000000017ca8a67c2d0bdfedef78cf057351023de96a57752bd57c1 0.35 MB 1,019 46
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.