Memory Pool Memory Pool Refreshing

910 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,459 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 908 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (858,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,278 50,278 0000000002308f2595194ec78cc93ecc9e36c9ee658a9aeb19cb74d05433c027 0.00 MB 1 0
50,277 50,277 0000000006f010ab0286ac5907f5a511751fa9727c98f8d8627b46826aa62a39 0.00 MB 2 0
50,276 50,276 00000000221421b08163a19d28a987f0d8b40b1322f895c0315f2ef0cd798877 0.00 MB 1 0
50,275 50,275 000000001eabb70977e16f532d76c04a0a483e79e46d159a2d21b7c607aaae18 0.00 MB 1 0
50,274 50,274 0000000014cd46a27abea5457b85601f3adeb5df3349418a82a72cdafddadbf2 0.00 MB 1 0
50,273 50,273 000000001b04aa94fb3e3a3b9884ad45a956bfd5360ef0ad60fcf19d58f4981c 0.00 MB 1 0
50,272 50,272 00000000195599849d8ddad53a6830547e34367e9ebea601884b1459887acef1 0.00 MB 1 0
50,271 50,271 000000001f0e02b680125b0097a2526436314a865dcbde5aee59e5c901ce8d90 0.00 MB 5 0
50,270 50,270 00000000113d0d30009814635bedd5e952c2fcae15cd01da5f4bf6004f221d51 0.00 MB 1 0
50,269 50,269 0000000001d0de15f621bab273c4628db97eee4672c096996015d54376f646b7 0.00 MB 1 0
50,268 50,268 000000000d4f0f289b305b40551d2ea52320b777b285fff536252f58e73d8176 0.00 MB 1 0
50,267 50,267 0000000027dfa627a0b5ff529ecce1dc111ebe541a3dd381263bfe0866ff33ee 0.00 MB 1 0
50,266 50,266 000000002378ece2e4da662f8a85c1a510d32d3f4de353513b0d88dbe91257b0 0.00 MB 1 0
50,265 50,265 000000000416240796d076214b6c80ce9b22f483233629c7cc645cb01f4740f5 0.00 MB 3 0
50,264 50,264 0000000001b129d37a5760fb7cb1e49234b8f6e1c3a32c4ea4c0b7c6f8aa4364 0.00 MB 1 0
50,263 50,263 000000001093efc03568bcd1cdc33dba68f5ba6fd9ed796f5e9a845d9fe3ef32 0.00 MB 1 0
50,262 50,262 000000001b951e0fb08bc0d1cac17790bf1a8286965d2feb1232f65b414122fd 0.00 MB 1 0
50,261 50,261 0000000018fb5e81bf2cfa716092129ff7ecfb2c1aec7791494b61a4a7963657 0.00 MB 1 0
50,260 50,260 0000000019565a5c10c9dbbe65025c15eea450b3b50d04ea82821293925f32dd 0.00 MB 1 0
50,259 50,259 000000001d61f8c4bc2f2720f347f5d2fd29cfb8d74da3895e488aba6dd22811 0.00 MB 4 0
50,258 50,258 0000000020f01b494ad45a47323e155d08dffcc936f7a111c8ba840b1e4ee432 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.