Memory Pool Memory Pool Refreshing

6,882 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,644 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (332,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
575,692 575,692 0000000000000000002248419e35bb2994974083e874cf37c324e61d160116b3 1.21 MB 2,421 102
575,691 575,691 0000000000000000000996cd8fd748ab82b9ed2414d3edcc848531069bc5d63b 1.19 MB 2,862 93
575,690 575,690 00000000000000000016e871326eb3744d8138f0c3ca9e61a39de4c6450b0b72 1.33 MB 2,779 121
575,689 575,689 0000000000000000000ac10638daeacc6778e417d1d13b475987a51c920b6c81 1.06 MB 1,177 31
575,688 575,688 0000000000000000000d33917375008723decd7b4fdad45e37b833768b511145 1.06 MB 1,083 36
575,687 575,687 00000000000000000027a713f49c2b2419565d63c052747e310897adcb7e10c4 1.05 MB 1,999 55
575,686 575,686 0000000000000000000211c59272c6dbc2b3b0d7eb3db966022a4e887c47e82c 1.01 MB 794 63
575,685 575,685 000000000000000000070db7f7c870f7eb1b2fcf5e148c6c4893dd9d46cc7fe2 1.06 MB 1,286 72
575,684 575,684 0000000000000000000b943493e50eb4da1bfbecbc4cce928f18123dd12ba450 1.18 MB 1,547 86
575,683 575,683 0000000000000000000f4b76e8e371edbd64bb16f5800bdd2ae0c4752fd0511f 1.10 MB 1,629 76
575,682 575,682 0000000000000000002941aa4a947a0b16e021e86e18eadbc4710e57d72450fd 1.10 MB 1,919 93
575,681 575,681 000000000000000000275cda31d2327b71a42a457e53453e2d5538aa0480619c 1.17 MB 2,291 111
575,680 575,680 0000000000000000000cdf08710d679032b8d49b13aae007a86fc3fc9aeaf68c 1.17 MB 1,747 17
575,679 575,679 0000000000000000001e95d65d688f7c0966b84a493bc34ca7c94acb680bcea5 1.13 MB 2,099 69
575,678 575,678 00000000000000000001222cf8cf0e15f55d579df8a049a95a1e98659644a60a 1.22 MB 2,160 37
575,677 575,677 00000000000000000014efc04c5673d412ffb550b7c6078bc311714be0c54a76 1.16 MB 2,364 58
575,676 575,676 000000000000000000228bb8508ed64d66bf058667c90bcbbe584a3ba4035511 1.23 MB 2,686 76
575,675 575,675 0000000000000000002945811461082631ed8218e72fc353a6570303a1b06843 1.24 MB 2,816 153
575,674 575,674 00000000000000000016d5fd07c1aaf9c6fbfb8d588a03fb3d9b34cef6fa0ec4 1.22 MB 2,814 77
575,673 575,673 0000000000000000001e59b6b43320708c2fcac365e25d99515b25d1bc6d63c6 1.17 MB 3,014 81
575,672 575,672 00000000000000000001bbba9fd0a9d0620d24d2362c21151e09227bf87edc14 1.20 MB 2,922 81
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.14 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.