Memory Pool Memory Pool Refreshing

3,598 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (732,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,924 174,924 00000000000003a00a778c1683a141402202807b478e9622f1782beb80e6f62a 0.01 MB 14 83
174,923 174,923 0000000000000373188c1304ecc13df9b261e5d051d63def4b54be90ad52d74c 0.00 MB 11 0
174,922 174,922 00000000000001d9b0982a81ae14c435550081ceda5516b143a5d289d2536c8a 0.01 MB 40 904
174,921 174,921 0000000000000269e03701cd10c0d1c306aecd612af0764c8ac0a7a4144c87d6 0.00 MB 6 108
174,920 174,920 0000000000000813a6f057ca63c8e7000a5f2645e64c6b698bc1c21aea058655 0.00 MB 10 47
174,919 174,919 0000000000000393185ca488f4e731f48c15dc4b28425632e85ee5ec4e91150b 0.01 MB 10 17
174,918 174,918 00000000000004e7f87da2ad6ff870dae35b7d23efba7e946deaeb7c3a0208c9 0.02 MB 49 60
174,917 174,917 000000000000093a5682b539d3978d14e96ca95eefd25ce1df6040a91ca72d02 0.02 MB 43 113
174,916 174,916 000000000000019d210514544d78f4b3b28526386bb03945318523a244be565a 0.00 MB 9 83
174,915 174,915 000000000000028117343df0c3789e1daf4e9b5228f9b8f0c58751a2f52cd4a7 0.02 MB 46 20
174,914 174,914 00000000000009de3e77672d238cc811f132e62d3f657cc10fa9d6cbec63a346 0.03 MB 59 42
174,913 174,913 00000000000009ef3fd69e5aeb8ab23814006257a0a59b0c56001baf42c93981 0.00 MB 4 35
174,912 174,912 00000000000003c0a130baf345cf80846e180a735e219d5f4f3df576d1a4fefb 0.01 MB 6 31
174,911 174,911 00000000000000f6422c9ffbf8e6dd170e2fa82e02a9dfc2553f648cbe3efb65 0.02 MB 63 29
174,910 174,910 0000000000000572e498959d33ae2152732912fccc42a65efe421f99f236f78c 0.00 MB 10 66
174,909 174,909 0000000000000908c38723f728e3abf7ab3d5748f21d126084ecc0f11e2da133 0.00 MB 13 17
174,908 174,908 000000000000026fb70fc6fca0dfa1b85e6f04f92b3f0c5d37d2eb63c6128483 0.02 MB 65 120
174,907 174,907 00000000000007d8e642559e7da4b570be3fd7496ae82b2ba6544da4c5f99a7b 0.03 MB 70 122
174,906 174,906 000000000000052cdd351bbb263f2d316fd24c65af58debaec26ca5c9aa628f9 0.02 MB 36 34
174,905 174,905 0000000000000652ad459249ccb385aa694622b0324bf466e6ac59e6c9e57c6f 0.02 MB 39 50
174,904 174,904 0000000000000766ccff9a2698808f72b37a94a93ce6f3af370761acf9975eeb 0.02 MB 78 7
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.