Memory Pool Memory Pool Refreshing

3,103 transactions
1.18 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,174 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (329,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
578,850 578,850 00000000000000000009af7ff0e3ae9c51e12a3aec473653703fdb8de5998ec9 1.11 MB 2,108 37
578,849 578,849 0000000000000000001cc052b45a2edd51446688d4dfddf47ea27e243b4c1834 1.15 MB 2,076 93
578,848 578,848 00000000000000000024c0593aa70b69c5404f89cf0efa5e6aff89eddedf447a 1.08 MB 1,699 29
578,847 578,847 0000000000000000001e90c3c95661b326100e9aaeb72ecc26b504113e2072fa 1.08 MB 2,401 30
578,846 578,846 000000000000000000069fe5e0ff82314b92c804aa3b4a9ca2cf591e7a9ef33b 1.32 MB 2,630 94
578,845 578,845 000000000000000000119b7c167b1976098e56cf75da34d077707ad8903fb61b 1.31 MB 2,054 98
578,844 578,844 0000000000000000000cbb7e50f63c792e530d3d1f6c0802aa2797fdf3af7ba5 1.48 MB 1,880 150
578,843 578,843 00000000000000000015cbfff07aaaf49a41916194a1e22bd742a9d947c83459 1.50 MB 2,387 200
578,842 578,842 00000000000000000007fb0c53394fc892696b909caa6469a028c5277ec18571 1.38 MB 2,222 90
578,841 578,841 000000000000000000229c37485a9b6432155910bfef541c279677b76a020ea3 1.24 MB 2,620 69
578,840 578,840 00000000000000000010b3f5795e6b0803c22283b66c9594fc18112ebd547112 1.30 MB 2,590 61
578,839 578,839 00000000000000000023ebfa28f839bcfd5bf44b13f03884bc63eba45cdf6bfb 1.12 MB 3,297 65
578,838 578,838 000000000000000000006397f3ff52386b46da6648597a01da99304457eb5477 1.07 MB 629 69
578,837 578,837 000000000000000000102b1311192aafa1fbd7fb137abbc75c7ee2bb2688554b 1.39 MB 2,061 107
578,836 578,836 0000000000000000001aa62ddd8cfb9ba74b8b4d250dee449338bd685a89a2f9 1.29 MB 2,511 85
578,835 578,835 0000000000000000000b1145fff9ae1217cf056925fca51079e5c69940767359 1.27 MB 2,660 144
578,834 578,834 0000000000000000001bb46cced1ca1409d8a6293d409143f3eaf35082eef4ac 1.21 MB 2,773 103
578,833 578,833 0000000000000000000983d46ccd8fb08a646361c9104195fb43d68406cb2162 1.16 MB 2,492 147
578,832 578,832 00000000000000000023f1a694e06446cd69fbb384b1a95631b7f25a98cd173a 1.17 MB 2,699 122
578,831 578,831 0000000000000000000ab56c1939ee103723ceb1af9de26274ccd289d8550ee6 1.30 MB 2,331 173
578,830 578,830 000000000000000000147911da7e3a0cd150577d4f8f69c682d8e259ad226e73 1.37 MB 1,972 145
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.28 GB sent, 94.23 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.