Memory Pool Memory Pool Refreshing

3,963 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (721,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,269 186,269 00000000000005dae9336e5c24cdfc0c84338a578766a08d43e9645a0a846dbc 0.05 MB 122 91
186,268 186,268 0000000000000417c6bbb6c1903759322f11c6dacc238cda8095fb45a1e71b32 0.25 MB 559 128
186,267 186,267 00000000000008fb171ef182d38d9dd526d44eaaa87ee7ef57b030de43e2a777 0.03 MB 93 180
186,266 186,266 000000000000014249c369ae791799c40d94183c390a399bad127385c916b7be 0.00 MB 7 68
186,265 186,265 000000000000054656b1c792cd3a8775b9426374a69c01a11446820e512cd213 0.01 MB 10 63
186,264 186,264 00000000000006a02c093acdf0b8b81ffa282d0218257f175202fd4a1c02eb2b 0.07 MB 146 131
186,263 186,263 000000000000038adfdeafc0191ca4489295e03d1f437019a4f7900aff090a84 0.03 MB 90 4
186,262 186,262 000000000000018c053abd16f564c49e348a72a7ceb436726a8914b2dc5b057b 0.09 MB 256 146
186,261 186,261 0000000000000202324cc8e82d0e04117b547745a77a03c993ec688805f9ba22 0.04 MB 70 97
186,260 186,260 000000000000017ba22f47b3f6edd39f1662a03059329367ae33eade6c51ede6 0.02 MB 53 95
186,259 186,259 0000000000000000768f5b971e3e0a586137b45c1b1796990b24a4c0c38452af 0.01 MB 16 73
186,258 186,258 000000000000059ecc14cf7ca7ecf6a8eb1652821192092039c14365a69e87fe 0.05 MB 114 124
186,257 186,257 00000000000000bf992754583816f61845293a70aad93702d09faefd431d4fd4 0.23 MB 596 154
186,256 186,256 00000000000002199e09d9c466b53ecd18d40b240f265b2278eadf19912b9b51 0.00 MB 1 0
186,255 186,255 000000000000099b1be71b1d5374e4ab24491b053f5c381825865623608a6fb3 0.04 MB 66 88
186,254 186,254 00000000000003492c8a567045cde96c34d25f4f002e046a348ffd5600981d11 0.06 MB 185 63
186,253 186,253 00000000000009751f0e1a0abf3242a58c0bd9e8e8281ff2bf7118e1bfea9b2d 0.00 MB 10 15
186,252 186,252 000000000000068b7318e507870f94ab056bc641ec8cd564874200a2f035c9a6 0.06 MB 135 78
186,251 186,251 0000000000000899b054b6ab8aa9b5adfab6092acf0957a1293bd8687fdf8fcf 0.14 MB 334 125
186,250 186,250 0000000000000379ed6d930bcc1c64b9dec17710b84093713847a7271e575abe 0.23 MB 460 170
186,249 186,249 000000000000051a3b31ac387086d24389ff86c43d66e11b38859bbb280e2946 0.05 MB 126 92
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.30 GB sent, 93.12 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.