Memory Pool Memory Pool Refreshing

4,136 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,765 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (178,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,901 728,901 000000000000000000028ef07c6ae4f951d8a3ebbadcbf1e23319102171f1bd6 1.49 MB 2,306 12
728,900 728,900 0000000000000000000966e945ff495a6f62eb9964b35de6ce6a40f6df56ccec 1.05 MB 1,886 6
728,899 728,899 000000000000000000029b81ab06d1f97bd5ab0cbe0a2da906cd0fd77689b94b 1.39 MB 1,575 13
728,898 728,898 00000000000000000001c9fb8c95af93b97efbc6c1595160631dc37c0e7681f4 0.46 MB 632 9
728,897 728,897 0000000000000000000310854d3807fb8d235c413693f9b70074e9bfa2cb418b 0.25 MB 403 9
728,896 728,896 000000000000000000087c570c81875192d1a3cdb1359bb06e3f476063310b65 0.73 MB 1,026 2
728,895 728,895 00000000000000000009256080a5a4499d359147da73eb4dcbc2c7158962eff4 1.24 MB 1,476 7
728,894 728,894 000000000000000000093ff50cc497864160fb015609745cf120f4838ed4178b 1.46 MB 2,645 16
728,893 728,893 00000000000000000000f7a8bd427f9c5c6a8897fc08ea4ac7bdabecd3c57840 0.02 MB 50 8
728,892 728,892 000000000000000000081e15f09c4deead0a5200186d106bd93849247f2e831e 0.30 MB 562 13
728,891 728,891 0000000000000000000807c00541cb64b436a7fbf9e90299b8564a3e1189f8a5 0.72 MB 1,043 9
728,890 728,890 000000000000000000066e0ab4154b2273059c179020b13b8fdf27592a2fe33a 0.33 MB 355 11
728,889 728,889 000000000000000000076e4470422f836792288dac1964dc56d23454d16c9b58 0.19 MB 425 10
728,888 728,888 000000000000000000029c00ce42a3f4b6dea41708c92d0d3e2ea7f9b2ea8603 0.78 MB 1,078 8
728,887 728,887 00000000000000000006eb4e86ba449b7342afdbaec32b719ec01be7a7d8c738 1.13 MB 1,225 7
728,886 728,886 000000000000000000080a1994d99c5fdd8c7b3bdd5bafae081b640e59f8fb1b 1.04 MB 969 7
728,885 728,885 00000000000000000008ca63c4f7e75cca8886c4bd9ae7a259f6fb39b0df9c2e 0.40 MB 319 1
728,884 728,884 0000000000000000000266321663c5af141e975dc3e7160a636e479ea4eaab19 1.48 MB 1,779 5
728,883 728,883 0000000000000000000720af9576a583b27c9990d7b9f35ddc81ec0520532435 1.44 MB 2,120 7
728,882 728,882 00000000000000000009fcaa766aaa759b3b9f837b78b93a7bf558a941cda6df 1.33 MB 1,331 9
728,881 728,881 00000000000000000003c0c7fe4bf99c4777efd3d46502c8acfb536f3c821842 1.46 MB 2,497 17
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.24 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.