Memory Pool Memory Pool Refreshing

3,240 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (586,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,394 321,394 00000000000000000ad7810cd31f1c4d864b91b6a7c32976fce63b89ed69f34b 0.00 MB 18 17
321,393 321,393 00000000000000000623d30c709f1e7397eebe01f60e4ac8753f56cc63eb34ce 0.08 MB 170 15
321,392 321,392 00000000000000001b34e5920c14a7e86b142e2134626304d07b6ab63f4da418 0.39 MB 341 21
321,391 321,391 000000000000000013a470d4460aabd63bed8014efa0b25182324c94904675ec 0.93 MB 2,069 33
321,390 321,390 0000000000000000178a54c233f8718ea1fb35dd6307ecfed8154ed345214578 0.21 MB 385 28
321,389 321,389 00000000000000001fa92c1d006f3435f8d29f0aea3a95e86a374f93bab798ca 0.56 MB 994 28
321,388 321,388 00000000000000001b58496322e0a48b890a22b43c0149f2a5798fe4038068de 0.35 MB 893 37
321,387 321,387 00000000000000001bd9706deaecfc966053aef8744f01536daf5c1bfc657a12 0.10 MB 168 28
321,386 321,386 000000000000000005ed4bd2e70210340afeade21defa8c669167c29dd599714 0.36 MB 703 29
321,385 321,385 000000000000000023a4886562a1dc0711de4615deadb57b6b67e207abf149eb 0.74 MB 1,267 28
321,384 321,384 00000000000000001026306fa07a5fb000f8b8cee9aa7dfdd9f75e90ce5530ce 0.02 MB 38 26
321,383 321,383 00000000000000000366ebba9ed7853e2c6b9600df7edce7d70fc54971f8a16d 0.18 MB 401 31
321,382 321,382 000000000000000021fe7c2c5107c20ed7864277a066ded2699614227c79bf88 0.35 MB 672 26
321,381 321,381 000000000000000024d39476fb77d10c5c30feefa8161b95cfcada16425a6272 0.15 MB 340 31
321,380 321,380 000000000000000005ffbc3b1c6a1c82cb3c12c3480b657b82995d86fdf12ba1 0.20 MB 368 27
321,379 321,379 0000000000000000186ac30090359eacea702da25ce8c3f462d6a4a35e0a32ab 0.00 MB 1 0
321,378 321,378 000000000000000022f747580e871a02ec0e9209883dd4433912533047665845 0.31 MB 474 27
321,377 321,377 00000000000000001e904851960c6d723181509ed55e75ae145a8938014f109c 0.16 MB 313 23
321,376 321,376 0000000000000000065020b27b59fa0ac2d1af42fd9f313e9c8038c452a0f180 0.38 MB 545 25
321,375 321,375 0000000000000000211b583bbebaa3f1f84de124454b9cd76644c730de393898 0.30 MB 392 18
321,374 321,374 0000000000000000187a2410755c21e64d08b28a77b5d7527913b5accca7a6ed 0.93 MB 2,113 33
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.