Memory Pool Memory Pool Refreshing

12,380 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (649,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,744 257,744 000000000000002979fcbeae6aa8bd5648ea8d2325eb559dddbf5a7fdbd7faa2 0.10 MB 259 83
257,743 257,743 00000000000000301ef5aedc87ef4250d7121265319a41c9a570c891eeacf3f9 0.25 MB 635 133
257,742 257,742 000000000000001342e093f5d1626f5592125e19e7a3780f831f9eb458f3c656 0.03 MB 88 123
257,741 257,741 0000000000000023cd059537ec5a2fb15490132467b3400db682cf2d1882e966 0.08 MB 175 138
257,740 257,740 000000000000001a5bd66a85db70e12121381165f0d37fb940f0d4e78655ccc5 0.04 MB 95 123
257,739 257,739 00000000000000174eeeee27bcc403dc0dfd628daf1f5110da4f48e308b11a41 0.04 MB 110 76
257,738 257,738 0000000000000023d90056331de03505294517ebf5259b99f9e0b4380df8ceab 0.04 MB 95 121
257,737 257,737 000000000000002023312bd9bfc33adaac52d358f44dd2ac7efdc4c52262617e 0.05 MB 122 117
257,736 257,736 0000000000000003064bdebb1b41706e2165fe3275c39f72230a2a18838c54c2 0.10 MB 270 146
257,735 257,735 000000000000001b72985f1f37e0c086f2e0e02c056f66b8f7446ceddfa82321 0.15 MB 299 96
257,734 257,734 000000000000002c02180359eef703e52c27bfca326cc3651b67418ad3bc5def 0.08 MB 173 102
257,733 257,733 00000000000000160128d71db41e3231ee1a82efa6b222533b05989c1319da72 0.03 MB 50 70
257,732 257,732 000000000000002ef864743f1df0020577529cac33711f2c08b7e6ed0a019a51 0.02 MB 39 26
257,731 257,731 0000000000000022eec73acc319354f106c1846825a74afe8a6e7c1b51f6ed24 0.19 MB 454 141
257,730 257,730 000000000000001720bf484a44e0abc95f8f5e3ed2dcb387ca39341947f829ec 0.10 MB 294 183
257,729 257,729 000000000000000091935be10a0b702c0108308610176dbb9f4fac2bc21d3999 0.03 MB 74 135
257,728 257,728 000000000000001c0a098c850fd3e9a99afd5f8a6d0797b8f1b3f8f6526b7428 0.05 MB 100 108
257,727 257,727 0000000000000022fa5eeea0c525a5b0232148c0cb027fab271236328665354d 0.08 MB 198 67
257,726 257,726 000000000000000268539654549c1761fbfbc838e60e17d653606a9ed5138aba 0.12 MB 265 106
257,725 257,725 00000000000000221a7858863e0499caeb087482de91f64bef6241069c72f48a 0.15 MB 387 139
257,724 257,724 000000000000002eeb017505dfd38f0f3d6cc461e70dddc2d86a1bc626aec396 0.05 MB 160 92
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.