Memory Pool Memory Pool Refreshing

7,973 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,657 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (49,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,749 858,749 00000000000000000000bc43cfd2a47b977a36f12b2a59e34cbd7f54e5fe41b1 1.66 MB 4,467 7
858,748 858,748 000000000000000000033d3d529b547f573293ba41772fb21214b670ad450778 1.67 MB 4,978 5
858,747 858,747 0000000000000000000153b1690ca2b71f44a8c9ba35537283ae196893305cee 1.62 MB 5,027 4
858,746 858,746 00000000000000000002e87dc32627082123b1f9ba5ecbc8a924c5c9f1d8744f 1.86 MB 4,345 3
858,745 858,745 00000000000000000001ef287e1addf5cecd2ac383d12a661fc34e6c803dcad5 1.60 MB 3,245 7
858,744 858,744 00000000000000000001b4681f90f5c86d6fb01925d3a9c2837ed85997b71d40 1.61 MB 6,759 3
858,743 858,743 00000000000000000000b6002f5e42fe3081bcff54b7990f271ebf6e9c3cf74e 1.72 MB 4,924 4
858,742 858,742 000000000000000000007efd4119360e1ddb3a24bc28dfeeb429a41636170392 1.47 MB 2,756 7
858,741 858,741 00000000000000000000fd35693932a513f7b512b782d68bdfde49e6f693afe0 1.52 MB 4,798 4
858,740 858,740 00000000000000000001c67d2ee89cd272592530f903297343386e58588938f6 1.61 MB 6,435 3
858,739 858,739 000000000000000000014a17ac2e9e5b60285014a50872302d5f13ae4f780edb 1.65 MB 7,917 2
858,738 858,738 000000000000000000016b64cf32d4e30daeb5a9a3df1fbc47fa2138dd01211c 1.68 MB 6,508 3
858,737 858,737 00000000000000000000379d88d5134bd054a7634f17095e29e81e01f0647c8e 1.65 MB 7,946 2
858,736 858,736 0000000000000000000281fc17b84ec41a53e7d0e2782aff15336225be666c6f 1.60 MB 6,082 4
858,735 858,735 00000000000000000002a1a7067e6a4b8d83b0cdb1345081d9e68dcf914b5107 1.65 MB 7,528 3
858,734 858,734 0000000000000000000201a8c468ca911f465267ad2dc356008320d350e5abe6 1.61 MB 7,129 3
858,733 858,733 00000000000000000002adbc4eb7b4472b532dcb79a28d6c68e42b46023f927f 1.30 MB 2,114 3
858,732 858,732 0000000000000000000146a8c9e935e3ff138fdbe25425ce7585bfbd3a45e243 1.65 MB 6,281 3
858,731 858,731 0000000000000000000064cf0b3a90a86dcf8d03f8e7cbfb2f29364f13dd1744 1.64 MB 7,827 2
858,730 858,730 00000000000000000001c3600e6a3dc12b9a79498dcf3496e026dcc0ae296cd7 1.64 MB 7,490 3
858,729 858,729 000000000000000000009480fd51014d1c71534bc40da99555b5a759d4a12c34 1.63 MB 7,037 3
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, 113 incoming
  • Data Transfer: 1,635.22 GB sent, 94.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.