Memory Pool Memory Pool Refreshing

3,044 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (692,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,627 215,627 00000000000001e30daabc955372ef4cdc18ea5fda5e59560a250389b09bc539 0.06 MB 136 184
215,626 215,626 0000000000000065eda6276afae26d6ab860d6918cd69b14d236db3ae3208a08 0.04 MB 91 195
215,625 215,625 0000000000000487fa21e6101ced9bc26d395d9a843c01df30c7f4a4dfde261e 0.08 MB 186 198
215,624 215,624 00000000000000dda9f9cf66aadde46377c52fbd3409ac98df5b2b80f237ddd4 0.06 MB 155 221
215,623 215,623 000000000000037828f93a5b7c5866c20ca469444029fe4f3b10b4bb8f77cbfe 0.04 MB 114 43
215,622 215,622 00000000000000f899c242b5f51fd28c841f0e4865237305cd8e986853567212 0.06 MB 145 233
215,621 215,621 000000000000045cfc73333fd50d9c052ed13957cda652f55f7540af39d7b590 0.06 MB 156 117
215,620 215,620 0000000000000409802cf965bba2e9971a98b2d6fc377447642571435f1ea335 0.06 MB 127 111
215,619 215,619 000000000000059fe092f59c688a504fd0101fb6fcf145e203e228def4fb2dec 0.23 MB 585 218
215,618 215,618 00000000000001485e2052dc9795dacf25b2ba650d277244c4d40f25f8988ca9 0.04 MB 81 79
215,617 215,617 000000000000045fe1fb3317ad7a846bf47ca928be646c25f42b543ffd6f306a 0.13 MB 182 81
215,616 215,616 000000000000059ca854d39f4d9ef24a1d2c9ba9dec93a72925ce76af8136c38 0.25 MB 727 238
215,615 215,615 000000000000041100716a4636db18d9a80c96da1e55f08be7bfe161bcddbe58 0.05 MB 169 261
215,614 215,614 000000000000038681fb286f6cb6c30fd7712a99e5aeb9d16a3387f70466e9ff 0.25 MB 639 203
215,613 215,613 0000000000000449f41901c367a73fedef3d7619b44bfccde392e7d00b4b6595 0.00 MB 8 80
215,612 215,612 00000000000004250a1148e270463ece5129cdd9283fd41a59be56e390a8c2c2 0.00 MB 8 147
215,611 215,611 000000000000021583bd8c062e6b9f337ad2fd58118e8d9de932715527e72026 0.05 MB 98 103
215,610 215,610 000000000000003cac02ba97762a637af09724172be0501f57e3b1cdf6307aee 0.09 MB 230 172
215,609 215,609 00000000000000f039e11b9edc1a4f0ccf762bd8bebb7e349b6782546876b865 0.00 MB 10 170
215,608 215,608 00000000000000c88580a48878b187dde8e7f9453c840753c8b76284e7e0d840 0.06 MB 140 144
215,607 215,607 000000000000006982a266bcb4f0717d9b75ffbc15522d36f2b3f23721afaa38 0.07 MB 172 988
Previous 10 blocks ↓
Total Size: 769.38 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,644.16 GB sent, 94.85 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.