Memory Pool Memory Pool Refreshing

853 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 837 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (47,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,190 860,190 00000000000000000001ec9461b409e512e392d30cb032501c6f160bb66579ba 1.71 MB 3,868 3
860,189 860,189 00000000000000000001e296134263427cc0d0502428c4a9c9d9deb45b33359b 1.58 MB 3,690 5
860,188 860,188 000000000000000000030a370efa3c56b9958874e8a3e8d5e6f50b4d38dc8280 1.61 MB 2,816 7
860,187 860,187 0000000000000000000059bb0d96467eb94813b3ad0d4b119a6881bb4ca6d282 1.50 MB 3,014 8
860,186 860,186 000000000000000000010ed5c3387f294f7e6842bfdc3b43098cdc5763720b3d 1.53 MB 3,517 5
860,185 860,185 00000000000000000002a5369db7c1fd497c8348dda7ee88ac937d61836cd680 1.58 MB 3,316 5
860,184 860,184 000000000000000000000040a8c50318c313d13980db9c7c152f347e7e0320f7 1.64 MB 2,932 7
860,183 860,183 00000000000000000001166e1958fe0820ce9b78495a32c97f51f6bfd188f583 0.00 MB 1 0
860,182 860,182 00000000000000000001fa89f8f5daf189c80cfd83698a1172f5abba9ac37749 1.66 MB 2,890 5
860,181 860,181 0000000000000000000125f1385dbed22d08a821335178a53069111e1522fac5 1.64 MB 5,656 4
860,180 860,180 0000000000000000000119c3eb8e32f0a0da1c10cbe22bcde97c286164db9537 1.60 MB 3,917 5
860,179 860,179 0000000000000000000302e540185c6d209c5ce6220fe20e3d5d91f56d4a62a3 1.68 MB 2,704 7
860,178 860,178 00000000000000000002e3b759e70eace83643bca01167379c65021e71c85fea 1.63 MB 5,462 4
860,177 860,177 00000000000000000001ec3d2e9b6dc1437891b64999ada1a941c266cc17190f 1.64 MB 7,797 2
860,176 860,176 0000000000000000000309849f35aaaeb088955e892774f6a57b61f55a569e69 1.65 MB 6,640 3
860,175 860,175 00000000000000000000386304035fffec5c2258be3c2a5613ce301f70a1f29d 1.63 MB 3,477 3
860,174 860,174 000000000000000000012cb2a2fb9ceec6a458b3a469694d02cc85fb51030ff6 1.62 MB 3,479 5
860,173 860,173 000000000000000000004bdf5c871cedba726c1ce3a5c966c1e81db0fe0221f7 1.50 MB 2,806 7
860,172 860,172 000000000000000000015a8ce8be1cd1bb0895671565ff35a528ecfa90797ae5 1.62 MB 2,446 33
860,171 860,171 00000000000000000002166b56061ec3f13718b6cf7240e8f057d82ba5cdfb2d 1.65 MB 7,878 2
860,170 860,170 00000000000000000002793e9d60955fccf23488966a92a7536ed61ba529cb29 1.63 MB 5,890 4
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.