Memory Pool Memory Pool Refreshing

1,207 transactions
0.36 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
907,798 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,189 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,797 (216,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,855 690,855 000000000000000000067cb299fe1386ea8f608f569d367a3d7e2ab4c944e565 1.48 MB 2,181 9
690,854 690,854 0000000000000000000609f02bc1b1f607f5723f9da07c5e38d479d2bf025ef8 1.50 MB 2,679 23
690,853 690,853 00000000000000000004bd15acc4c4007d0982975b6e72ca5a08b20b33f5e589 1.46 MB 1,793 50
690,852 690,852 00000000000000000012f334826d0500b61deb231d0a0754557e5d0fb585e7d8 1.20 MB 1,549 36
690,851 690,851 00000000000000000008013a5ad7f1a3a0d3e7db5de3f29510433e27af2eec0d 1.55 MB 2,474 30
690,850 690,850 000000000000000000053def88bd7f4c6b13cf5c25069cc574cd907ec119e8b8 1.48 MB 2,822 20
690,849 690,849 000000000000000000103e895a0eef48f11d17e4e6fefab2a39b871e10a508e4 1.44 MB 2,393 55
690,848 690,848 0000000000000000000d4be73e57095a927c3408d873c16bb2ca0ed7405d3846 1.26 MB 1,566 32
690,847 690,847 00000000000000000012de4a6fb6e4f1cd7f79e7817ef1dfad62aaff7a6e7795 1.53 MB 2,697 62
690,846 690,846 0000000000000000000b8918f7adf95d8ad2c6378a0468afd8e05dc3accc7d17 1.68 MB 693 7
690,845 690,845 000000000000000000069de1da9a76c184f55dbe90e33526b77ff48f0a6e8d01 1.62 MB 2,076 15
690,844 690,844 0000000000000000000563d6f1d71bc1e55cacca1a32290c7253dcf84eff5d5f 1.47 MB 2,962 29
690,843 690,843 0000000000000000000e32c181276b46e6b5b6c149a1e55aa7640e98eb95148d 1.87 MB 277 2
690,842 690,842 000000000000000000116c28c9c301c3804ceae98a9c0b1fabb428ba92aa8903 1.50 MB 3,383 3
690,841 690,841 00000000000000000009ea7a4aceef0c83d8537ff844bffb7d0bd066403cd415 1.36 MB 1,990 9
690,840 690,840 0000000000000000000db5c91fa311ea845d1f4d49643c53b83e754c603cd0fb 1.29 MB 1,412 21
690,839 690,839 00000000000000000011dfd4c4e40cfb8cb03b5fd0c079a8a07c22b1130a0f24 1.26 MB 1,248 46
690,838 690,838 00000000000000000008378821de598c4e002eadc92ccdead1a95a3163a92ac1 1.34 MB 2,531 13
690,837 690,837 00000000000000000007e284b1bc8d9d355c211ea6929c259dc76a6efe67563a 1.48 MB 2,430 23
690,836 690,836 000000000000000000076ad03b6ff783e3a2f95add6423428bc93e931720187d 1.48 MB 2,618 27
690,835 690,835 0000000000000000001301c1090aa5e6e02a1fed55802e1e10dcbdcf9374ade9 1.32 MB 2,504 11
Previous 10 blocks ↓
Total Size: 769.16 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,632.73 GB sent, 93.70 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.