Memory Pool Memory Pool Refreshing

13,959 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (741,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,365 166,365 000000000000064f02c8d98f0b07ccbadd19b7030e98cd97ff566e627d0ecadd 0.01 MB 18 53
166,364 166,364 0000000000000aca6b46ac4c2a22fa0d8c33c65b3e2f035c23b0e766ca96b3dd 0.05 MB 70 146
166,363 166,363 000000000000053e7df5c05f0da409c6c26b6e5685a7598f4b199a1d7a2243ce 0.01 MB 23 122
166,362 166,362 0000000000000bfe3b26525e3e381033cf0e3c856ec44485640f6a5ac8100f76 0.02 MB 83 11
166,361 166,361 00000000000008b127b9b8525b8bcd2e1ed11944191be4a5bff5a2adb62e98d4 0.05 MB 128 102
166,360 166,360 00000000000005ae6864a0356688be4f6632d7fc49de4d13f0cd666322fd03e8 0.04 MB 66 97
166,359 166,359 000000000000051db8aeee73273b3ee857ea386fde2fd1aa4f2a9df1f5883a1b 0.00 MB 8 41
166,358 166,358 000000000000085a9d3df7a038556c3223af970fad85d1788a0880df1b25e823 0.02 MB 41 42
166,357 166,357 0000000000000943404156a9980c3c6e49b0f3c712a4c4673a6e8890edf9c13c 0.06 MB 91 75
166,356 166,356 00000000000006d2b95ddef45d31893efd54a6758032d4d021367a6400252010 0.05 MB 107 111
166,355 166,355 000000000000064829f8b12150f2288c22d1f5d16579844a2bb731dacc517594 0.00 MB 1 0
166,354 166,354 0000000000000a6505ec92fb6b79bef6858dc835bd91383968e4a8ef8de2dc65 0.00 MB 18 77
166,353 166,353 000000000000067592b1ab2c02b5f99a5577adac294dd7ffea0637e0640bbdcf 0.00 MB 1 0
166,352 166,352 00000000000006f2e0e8ba00f18c8cd4e1811d558b3b5801a33712136522755c 0.02 MB 30 117
166,351 166,351 000000000000068adc2072def888cb0c9ae7f3e311c7ac873d061b7d4630cf11 0.01 MB 29 68
166,350 166,350 0000000000000613dda8aabeb1df069f4cab437a81c3dd7c5a1db7ce598e5b3a 0.05 MB 96 130
166,349 166,349 000000000000089f3f00075451ffad5ad20992b5d6e8956248602d96c0ae9b39 0.02 MB 32 463
166,348 166,348 00000000000007608ce5aeceb35f3160057d600e38ec9d1fe0b42d38e8db8e02 0.01 MB 14 21
166,347 166,347 000000000000009c352d03d72a9412d3688e66e5b5143bc397cb40418c3a7303 0.04 MB 94 522
166,346 166,346 00000000000003fda349633be6a077d9432d9ffaa8b5c747b6b55224e1daa252 0.03 MB 79 80
166,345 166,345 000000000000017dec9e9882e8a4e306ce769cf7080c726bb2fe0ad9b2da0813 0.01 MB 27 35
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.