Memory Pool Memory Pool Refreshing

1,653 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,627 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (104,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,035 803,035 00000000000000000001b17a5ab4d73389d5722c50a41f6b73af2aa9e3bdc0d6 1.57 MB 3,184 10
803,034 803,034 00000000000000000000d503a0e65968111fd220d7c820bcc9ac9cc54dbf435d 1.69 MB 3,976 8
803,033 803,033 00000000000000000001ca3e26af16bf15af24b75ba8311e502af5e3306aabf9 1.85 MB 4,688 6
803,032 803,032 00000000000000000004a3847f411601ffbff2d07d0331d1984114e8a1e9fdc7 1.52 MB 2,802 12
803,031 803,031 000000000000000000047fe3c945007700ff7c1cdfdafe1f5e4357dd8aa4d708 1.89 MB 5,175 7
803,030 803,030 00000000000000000004dd61b3ece0629339fa7227eda8726e81b80f8fb7f490 1.42 MB 1,985 13
803,029 803,029 00000000000000000004780ba879b2e433f04cd86d56ecaa040fa7f8de8ee27f 1.63 MB 3,645 8
803,028 803,028 000000000000000000042b37abfed0bc02a1982d6a165594786ffcbfa27783e0 1.57 MB 2,090 11
803,027 803,027 00000000000000000002e4503878360eedab298fff2060098902db4b5d21964e 1.71 MB 4,002 9
803,026 803,026 00000000000000000003bb91dbbc393d4ed7c68a9964edb22d3d8fe95e035773 1.90 MB 5,499 7
803,025 803,025 000000000000000000029d2c7a9440d34a5fd41d4f48d4df37c3139a42c52971 1.77 MB 4,408 9
803,024 803,024 000000000000000000044a035ddf47895211ab7cb38b6fa99e58984f6d789a61 1.72 MB 4,288 6
803,023 803,023 000000000000000000051b622209d29a6372350e8d00b86018121a832bd1e1d9 1.98 MB 6,103 7
803,022 803,022 0000000000000000000115e290d43738c3e560b06457c5a409823bdc6d0a47e7 1.88 MB 5,152 8
803,021 803,021 00000000000000000000918092f43cec60c5c218f50faec1ae4ed0180ec64c9f 1.57 MB 2,868 10
803,020 803,020 0000000000000000000309542d179ed3687ab05267a754840bc555161defec6e 1.93 MB 5,758 7
803,019 803,019 000000000000000000023b4140e26df23e8ac242d455da691b84daf23db48bec 2.08 MB 6,703 6
803,018 803,018 00000000000000000003e43f2c56326da6c110373c41d2df4054efa849c5c7d6 1.70 MB 3,818 8
803,017 803,017 00000000000000000002923d317471364e0eea2df5cdc3a4b199ebb10890708f 1.90 MB 5,183 7
803,016 803,016 00000000000000000003fde561c89e4b6f000e024ebcbb355728bdfbca93430c 1.73 MB 4,248 9
803,015 803,015 000000000000000000051cd8045bb15c2139b4b763b4ecb852597f345386a32f 1.39 MB 2,468 8
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.