Memory Pool Memory Pool Refreshing

3,063 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 3,050 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (676,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,758 231,758 000000000000005ff2d0fbcc3fc2c8e328c45ec046084bcbb612569f6dd03666 0.02 MB 42 101
231,757 231,757 00000000000000fbc74f8653683d7302c9fda28d88bf34f80611114f54dcf32b 0.09 MB 158 124
231,756 231,756 00000000000001834f61be5f90bd7840959c4990611e3fed2008243492d0652f 0.06 MB 100 104
231,755 231,755 00000000000001b3265cbfde5c5bef744ad2ec46a1c733e2e7cd7324dc7dcc74 0.09 MB 174 76
231,754 231,754 0000000000000083ceda46016ab9ec919e0a1662e32729b0987f2e80c9239b56 0.01 MB 32 108
231,753 231,753 000000000000008f4d0eb675f13d069786cfd8293e4d657834281f57d3822d85 0.08 MB 202 135
231,752 231,752 00000000000001db025cbb8464ae5fd163269b9158da59b4c81c77d6543d3a00 0.01 MB 28 109
231,751 231,751 0000000000000087923805bf8e365985c2de2ee7e003f936b071f5647d1dc3ca 0.06 MB 108 109
231,750 231,750 0000000000000217b676b2af118bb5723b32d5b6b95d6aa10c687fe3135451cd 0.01 MB 27 142
231,749 231,749 00000000000001c4f460ff3f2d27ba34daa912cdde1b1eba4e3669ffb247c11c 0.01 MB 41 82
231,748 231,748 00000000000000ce6ee639f3d3a6b9a20dd8fc8166aa8d811785213e76aca74b 0.15 MB 268 106
231,747 231,747 000000000000000c4e6e95e3169aef2e78f6d21510c12deab8d05d1d3ba99592 0.04 MB 89 65
231,746 231,746 000000000000009aafefa316d09d601683f2ccd53ddbd9a06391bd6e91738c95 0.20 MB 441 135
231,745 231,745 000000000000000c9abfafc6c96dd02c4082c3c0666ce8f3e7470089d3ad6286 0.03 MB 68 144
231,744 231,744 00000000000000f62c605c3ceddcf9e50f681779b775e459d43d77fb64588022 0.11 MB 254 99
231,743 231,743 00000000000001a27fff029f3321f6a2862ba0e1b75d47537cf7c07275fa1117 0.33 MB 807 175
231,742 231,742 00000000000001d517d92b9bc9aa3854601c744290618b97d24160b45d2adff3 0.10 MB 152 119
231,741 231,741 00000000000001dddbfd2af6cf0287345f964dd35152f72ab016b461c5089e06 0.14 MB 356 138
231,740 231,740 00000000000001a257554600c0253c0ec38696a29e43caad9b9cad31ddfafc01 0.12 MB 233 64
231,739 231,739 00000000000000d0580aa067bdad140f910cb0f34ee69cc351f802dc6c882cb0 0.36 MB 784 173
231,738 231,738 0000000000000045814bb3f4222cd713e4660de080f8976730114c07ac2fa459 0.04 MB 15 14
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.03 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.