Memory Pool Memory Pool Refreshing

8,274 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,850 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (262,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
645,111 645,111 0000000000000000000bf6511bf904bdd8af63ca1f85f4ab0619943b74ccc468 1.40 MB 2,469 58
645,110 645,110 00000000000000000004be0609fd25550984c205a3c13c6a19a2a6359eb3b519 1.40 MB 2,314 47
645,109 645,109 00000000000000000002966fdb763ad8f88550e51ec0348ce98e2f0844c266ec 1.43 MB 1,497 70
645,108 645,108 000000000000000000054b31658322d93c61fe32537644ac6725014ac0d96aee 0.35 MB 685 35
645,107 645,107 000000000000000000054b31a0b8aa5aafe3f16bc25c5b32a5cc29dac825047c 0.69 MB 1,260 48
645,106 645,106 000000000000000000061b082aa845296e9e330d478545f675a0adb093f76d95 0.56 MB 1,052 38
645,105 645,105 0000000000000000000a833e20926bd28254363999491a1dbbfd5941e1d22d7a 0.74 MB 1,588 35
645,104 645,104 0000000000000000000d273027c30f8574c7b9cbca3a81d2f4f988b07c4bc27f 0.74 MB 1,158 42
645,103 645,103 0000000000000000000eb21154301776e8c33cf828a8b60736362e9bc4aeff8f 0.25 MB 564 52
645,102 645,102 000000000000000000093b23d4b4d9dda8f9d18c8cbbdb165eaf06d23614f12f 0.21 MB 569 49
645,101 645,101 00000000000000000001c75dc4f316a56e399c3df63294cba54ab76797281970 1.09 MB 2,116 37
645,100 645,100 0000000000000000000213cb00281852470b16c42f030a5887cd43ac81f4e5af 1.23 MB 1,851 41
645,099 645,099 0000000000000000001092f6bdb1c12a5fc459378f320c5fa01447fe321426d5 1.32 MB 2,862 53
645,098 645,098 000000000000000000084d235f5120b0a8b857ab245e309a5c2d0737037daa6d 0.00 MB 1 0
645,097 645,097 0000000000000000000113d03b69a348885130f78f32abc4e26b93e05ebf5b64 0.41 MB 896 49
645,096 645,096 0000000000000000000b6062108638bc000266b5ee386e65d0df48ca63a83e58 0.70 MB 1,512 16
645,095 645,095 000000000000000000085c725fdd24b85c7ec761f414dd8375d0f3617721ccc0 1.35 MB 2,457 59
645,094 645,094 00000000000000000008efc513f6b90afbd56cd761206507780597847f164674 1.23 MB 2,047 57
645,093 645,093 0000000000000000000f7c13f529fa2d51df82e77b961ed38ad0c39c23eddb6f 0.97 MB 1,734 50
645,092 645,092 0000000000000000000858a1a0c93d1cfb21ee55682a45f4469d90c812cf4595 1.35 MB 1,784 34
645,091 645,091 0000000000000000000b47b111afbffccaea82405e3e3b8ec2de50e85827f2ce 1.22 MB 1,568 10
Previous 10 blocks ↓
Total Size: 769.29 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.62 GB sent, 94.36 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.