Memory Pool Memory Pool Refreshing

4,468 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (612,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,325 295,325 0000000000000000335d906747371ee7c348f2d7833005f64379d7b6a249832f 0.19 MB 332 27
295,324 295,324 000000000000000090534e6037d9fd5a2f9d4f6b48c1b45077e70a1c1428a40a 0.06 MB 135 35
295,323 295,323 000000000000000071fb7a2dbcdebde6f8ac88a596755f0bd25c36d383f68652 0.10 MB 214 34
295,322 295,322 00000000000000000ffb60e80b5bd44b2557235bff4f4073d6913f6c61931c8c 0.50 MB 813 33
295,321 295,321 0000000000000000434b3c910667c56f0b77a58c63b4e20e842d797770780423 0.11 MB 98 17
295,320 295,320 000000000000000048795359b379d1ca297d111d962377c98ce52e3b13a6b2f6 0.09 MB 256 42
295,319 295,319 00000000000000006366ccb42bfc82faa5a5f63d49d492991636a9de870e01df 0.48 MB 784 33
295,318 295,318 0000000000000000842c3f423be024b359ae27f7d49853c2b961fa4162c4d5af 0.13 MB 256 28
295,317 295,317 000000000000000021138b1d7436bc1a40f7bd84da7f82748fe194699dee2066 0.25 MB 690 54
295,316 295,316 00000000000000006ed1b1ff4cece9d18c3087fb70dfec3fe59fbf0cc4121dbd 0.12 MB 173 39
295,315 295,315 0000000000000000ae19b4ea682ac9407e481d48f66f68fbe3fd821bffbffb80 0.20 MB 365 37
295,314 295,314 000000000000000082d3ed080b23337397d6dd20230f85dc1a5f7d1389089fa0 0.25 MB 424 30
295,313 295,313 000000000000000026d3de91ea4743caec6f1ca529845ee78bb06ec74f302c3e 0.03 MB 83 35
295,312 295,312 0000000000000000651d5fed69321f19a6593dfe7f7eab3773efafc02868eb52 0.07 MB 64 17
295,311 295,311 000000000000000061f2569f22654903f9d3dfcadf20b21c390346c39628aeea 0.19 MB 363 45
295,310 295,310 0000000000000000453d16d82c5ac5396420c22537e5dc6ba183dca9a0703394 0.03 MB 58 40
295,309 295,309 00000000000000007fcfabe883f97facebbad9fa656ccd8a6d2a8a36da66725e 0.29 MB 201 18
295,308 295,308 000000000000000020117001877ed9b23d7f60b7ef81e2e5dfe098e80e702df6 0.34 MB 783 41
295,307 295,307 0000000000000000582de31ef7bbbbbde087171c2b39f11f85b10e85ef3bf978 0.17 MB 128 13
295,306 295,306 0000000000000000562ea971f47b4cc9c0aaa098c0617903747db8282b176d32 0.25 MB 457 28
295,305 295,305 0000000000000000005cbb6b2079d05cd47b5b729c086620b2e0f8cc4412c3f5 0.19 MB 512 55
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.