Memory Pool Memory Pool Refreshing

7,271 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (285,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
622,633 622,633 000000000000000000106c1ad3eb250cc1bf1172fed90003fcc1fe6d71430e54 1.18 MB 2,561 18
622,632 622,632 0000000000000000000797e2ae1f620b378dadc80ec237f5ba4e41848480d590 1.34 MB 2,719 58
622,631 622,631 000000000000000000086744d8e44da942d2c7c2cae1a84e94da3186a279e206 0.46 MB 804 32
622,630 622,630 0000000000000000000bd2b1f849f117079ba045cdb2be403b0057206f27f0df 1.00 MB 2,041 33
622,629 622,629 00000000000000000005124e3bb974d3dfe959ea15e26d8ee1e6c7d1ac7bf89a 1.09 MB 1,859 37
622,628 622,628 0000000000000000000fab60b7cb4642387a5dd280bbb5bbc56cc0f2dabc2e91 0.92 MB 2,052 33
622,627 622,627 0000000000000000000911077088c08ebe15cf5363c18a5b2425ab9ff6d79096 0.95 MB 1,662 29
622,626 622,626 0000000000000000000f45774e62930b3df43e3e2f978973909d164a01a74fe4 1.13 MB 2,585 4
622,625 622,625 00000000000000000000c4b4ab6a0380009d973e7e4167c13145a95290b28c1c 1.39 MB 1,980 29
622,624 622,624 0000000000000000000a325e33bc891913adbe4fd4fb6cc358246877489bc39a 1.34 MB 2,401 59
622,623 622,623 0000000000000000000b9a6f7514fe5f970209c1cb0631dbb667064bc8cb5bab 1.33 MB 2,765 54
622,622 622,622 00000000000000000000ea330dccb31fec12c77cf2c9e65c7d5252cc11ee9202 1.28 MB 2,871 37
622,621 622,621 00000000000000000002ce723ad56dba0fb3d21a1943a7c2d83e59c0d1391ad9 1.41 MB 2,329 55
622,620 622,620 000000000000000000052a2e2271b483c041a7718b0d13367a5d39f3fea8bba9 0.29 MB 598 34
622,619 622,619 00000000000000000000e10fe5864a593acb8bae88af0d61ff2ab860e39f7cbf 0.53 MB 1,001 38
622,618 622,618 0000000000000000000723f2c33dec7d3010f7dd55cdd233100da1fd3caa1134 0.64 MB 1,525 33
622,617 622,617 0000000000000000000dbf86c007627641107a0c7cbe1ccc9d2628c86c2ec839 0.01 MB 14 45
622,616 622,616 0000000000000000000d261499db73376c54eac463f3e8d2c89e0081f0d6b4db 0.68 MB 1,590 11
622,615 622,615 00000000000000000000f62d4c649628d75ff20a93a7956ed95e277add53c493 1.14 MB 2,759 16
622,614 622,614 00000000000000000004b672520edb010d6db265863ef050fcd63816cf53a577 1.37 MB 2,363 35
622,613 622,613 000000000000000000084fd54c389c9e1ecd05aee12257ec795214047e826541 1.35 MB 2,933 78
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.