Memory Pool Memory Pool Refreshing

266 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,745 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,744 (309,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,601 598,601 0000000000000000000e0159cfaaeea802b7d922508219baa06cc5592c5fa58f 1.59 MB 2,137 18
598,600 598,600 0000000000000000000a0d5c187960c51e1d242955ae0b7c024456e0a259439c 1.41 MB 3,231 22
598,599 598,599 0000000000000000000d00eb6317550c7f3aeab835aecab5d301e59919ce2de2 1.24 MB 2,840 25
598,598 598,598 000000000000000000086469d7bcc727769c9c8f1bf7897c2c5860292ca930b9 1.25 MB 2,999 64
598,597 598,597 00000000000000000013f753ab84180d00a7d7878ae4c9bdd0fb25fa796334f5 1.26 MB 1,752 18
598,596 598,596 00000000000000000001fbcb5a385c9110084a4418bff38b7bf2270276d6a333 1.18 MB 2,802 51
598,595 598,595 0000000000000000000a3e5669c28464ced4aa908d71fe040448817db0259dbd 1.25 MB 2,834 26
598,594 598,594 0000000000000000001390e4669d5a6c87fcf9ac3c86e94dfbb6bda92da86b18 0.19 MB 428 24
598,593 598,593 0000000000000000001427fcc393db513a1b3b309e3b9e2f7ab3423af5d362aa 0.22 MB 539 24
598,592 598,592 00000000000000000015d29e5dee7d6fbb6c610dd723ee4a6e021e4d321ae62e 0.12 MB 307 22
598,591 598,591 0000000000000000000c1fa19105202cdeffe10fc58fdf452b55ccd004429f8b 0.27 MB 736 29
598,590 598,590 0000000000000000001376c6e6cc8e0b58d7d70683dc4fb7d6a0d526306c552e 0.14 MB 338 28
598,589 598,589 00000000000000000006664c0bf8466efd701101a1027596c98ecdc155fb23c4 1.19 MB 2,791 17
598,588 598,588 00000000000000000006267af3686a33b7ed32ba9481737390a022afe59c3111 1.23 MB 2,976 15
598,587 598,587 0000000000000000000844d6ca3fd4204b8ea65968f66148eceda8f3fc247eec 1.26 MB 2,828 17
598,586 598,586 0000000000000000000802b59b6061876e0e21689966753714992f0caa32b237 1.15 MB 2,570 44
598,585 598,585 00000000000000000015e2aa33709074c99568f35080316eaee72b12504012a2 0.65 MB 1,632 20
598,584 598,584 00000000000000000013d3355e273a9eda722d24084cb31f9541f94555722df0 0.03 MB 81 39
598,583 598,583 0000000000000000000f43f557792aeba729eb1429b55b11429f6ee8b7e02c49 0.71 MB 569 2
598,582 598,582 00000000000000000012891529120d1f5c5c6c2067d795a991a18529107e842e 1.27 MB 2,772 14
598,581 598,581 00000000000000000015eee76cbb9456bf18c379012fa76352b37d19e7d5faf9 1.22 MB 2,612 11
Previous 10 blocks ↓
Total Size: 769.07 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.99 GB sent, 93.21 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.