Memory Pool Memory Pool Refreshing

4,433 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (620,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,311 287,311 00000000000000002bd7c25cb9b4b7ad6f779f9e69cdf72e06212f9c9c3d6780 0.19 MB 388 30
287,310 287,310 000000000000000133018bd3f45aec96120eb7f93a5fe7e69821c74870ba7da0 0.10 MB 177 25
287,309 287,309 0000000000000000075b29160af401fa15c13a1152ae8d7f22a29b524435136e 0.22 MB 384 30
287,308 287,308 0000000000000000f69f45f0a0a5f5b5c56763c559dd44b6fa3e3d23e9046098 0.24 MB 373 27
287,307 287,307 00000000000000000bac9d16e23a4096956371ec46a6267473fc3373c9a92ed2 0.35 MB 134 14
287,306 287,306 0000000000000001227dc24652e6dad6810313ee455d76d2751f13e91e371e35 0.50 MB 929 31
287,305 287,305 0000000000000001169c8c75e12de1dfa3008d559a2c7634c3470f2ef12956d2 0.35 MB 893 36
287,304 287,304 0000000000000000be0f6bbc7fed03302a3eb73f3414150cee13ed99bdff04ec 0.03 MB 64 65
287,303 287,303 00000000000000007ab0bb5c99aab20b50682c19a91673d0b721b629488b51a9 0.06 MB 145 46
287,302 287,302 00000000000000003a38cf3e41d8a6c834b76be8f414cbc545d41472777f37b0 0.06 MB 140 132
287,301 287,301 000000000000000099b760126596fb8b1a66b58aad3247c12989b51b1be2adc1 0.34 MB 764 37
287,300 287,300 00000000000000014eb8946d79bf47aa7f64dff47900eef5310dc738a02646e7 0.27 MB 538 36
287,299 287,299 00000000000000008c9f955494d56f6e0980c347be8fe9348b6886e65d6e4393 0.17 MB 291 31
287,298 287,298 000000000000000052c0f96a1a2420583eea19f0f1ebb99659f1bf7b28611293 0.08 MB 152 38
287,297 287,297 0000000000000000c17dafa6f06bd61daf3f80d305b3b7efa72acefc0ca1bbfe 0.10 MB 124 14
287,296 287,296 00000000000000014dc884c29e5e27bf3a85f5b49b0d6b55b51b4eb28dbc5817 0.22 MB 397 28
287,295 287,295 000000000000000057060da254af7ba99de96991376144a2dcdc220af31e22b3 0.12 MB 205 29
287,294 287,294 00000000000000015d40643212690b85b40acfae144f63ea5274de5897bf910c 0.01 MB 22 16
287,293 287,293 0000000000000000e4f5961ce4a519721223d9b2170d7ae81e9976e0f22cd734 0.12 MB 215 31
287,292 287,292 00000000000000012cb7e7eb55d436f53ed014efeb7a64f44a6b73df3e84aa04 0.11 MB 241 38
287,291 287,291 000000000000000038cae6c597b7a1a7f0506de90508b9907c3a886730561a09 0.05 MB 32 16
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.