Memory Pool Memory Pool Refreshing

2,088 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 0.81 vMB 2,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (741,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,668 166,668 0000000000000762def5715495af0fc5123e40235145ec3fa887acd855967d28 0.01 MB 11 171
166,667 166,667 00000000000002926d91aa3bb7f7e963516062910ea0d969ba7bc4e4acb4f9d1 0.03 MB 58 202
166,666 166,666 00000000000008f0d3a8d7d84e3079057596f0d021f29daab2d11ac17fb513db 0.04 MB 87 122
166,665 166,665 0000000000000291394f46de9c0191751bafd4959084c0141301744186b70c4c 0.05 MB 110 20
166,664 166,664 000000000000007ee53b82b17bc6c02e5df197d736cbca82e1b8cbd044381398 0.02 MB 17 1,488
166,663 166,663 0000000000000059cdb7392e44489f59a30237f4ae207d82e37eb804d300c27e 0.01 MB 35 292
166,662 166,662 00000000000006930af21310211198b666f6522ecfa55cbaf85e68d37329c28b 0.01 MB 17 251
166,661 166,661 0000000000000081168d68c093a65873b9bab4662d6da6de3ff616a01de55008 0.01 MB 33 88
166,660 166,660 0000000000000bd9d35329941057fc26dea514569c68e759f567dfdfb0bfd8fc 0.03 MB 118 58
166,659 166,659 000000000000076af40d39ced2fcd12fc8314fe3ce4e47a0d70b077f7d7871d9 0.05 MB 106 52
166,658 166,658 0000000000000bc8dddfbd1d1d574f622a00816ee7c466677cd8b7c39281b42e 0.02 MB 67 174
166,657 166,657 0000000000000523a5896c93794edd4b8169297d51f6373c58ff66c23315882a 0.01 MB 44 315
166,656 166,656 00000000000005298a84f72b87ae30c47ce33af6832d04ab65d2a5b49b3291b2 0.02 MB 45 132
166,655 166,655 00000000000006656d45a7592ccf99a83b0f488af72d4d2a5992d50070641817 0.02 MB 38 629
166,654 166,654 0000000000000bdb8ed4093598ec5238fb266613cce44653a2e8ef3d22dc32a6 0.04 MB 58 119
166,653 166,653 000000000000021e9eadff9352f8b54e612ba8c2e5ded1ba937fa3e266840c56 0.06 MB 137 124
166,652 166,652 0000000000000921dbc74589bc91a365bbc8ef23e76f5a18d6d20856a3e10eab 0.05 MB 80 286
166,651 166,651 00000000000008cf2d4191acffd0119c17abffdcd4bc4f5f9454d962c5ac0e7f 0.00 MB 4 162
166,650 166,650 0000000000000b3691311840bc60d552d4b4ebbde09114fd8ea7d8507be7d0c0 0.01 MB 13 8
166,649 166,649 0000000000000b682ad7d6bf47b42d156cd7971f3c893826e9efd03844bc7db8 0.05 MB 91 141
166,648 166,648 0000000000000c0e9fcef38ed919d13e4c28ab0d2bf6bd55fd5f4a9b605df599 0.01 MB 43 185
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, 113 incoming
  • Data Transfer: 1,644.15 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.