Memory Pool Memory Pool Refreshing

19,768 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (586,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,398 321,398 00000000000000001c95ff9e83b8bfee3d86572bfd046169c7a3699e5d83ed1a 0.03 MB 88 32
321,397 321,397 00000000000000001cdb3898c93fdeb1ce978ae0146cc95fb808438ed834e066 0.65 MB 1,048 24
321,396 321,396 00000000000000000b5f6d742e2c635c01b9a9120ebc088e95d8580b29aa0396 0.75 MB 1,183 23
321,395 321,395 000000000000000001f04fec8f81bddaa11c345b6ce59d594b57d983fcb4b5e7 0.50 MB 1,418 45
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.