Memory Pool Memory Pool Refreshing

7,338 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (576,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,214 331,214 00000000000000000a9bfbc92c0ba1a183300407c22c835105262fdb60b1afcd 1.00 MB 1,836 27
331,213 331,213 000000000000000010c999ccd84e881eef6f2d96916144a5b4eea441894df34a 0.14 MB 327 26
331,212 331,212 000000000000000003926c0495eb6c67799e71db6b192d18855e4798d2e2e4b5 0.27 MB 447 23
331,211 331,211 00000000000000000a20e78ef6586ce2c44a0e542adf5c9fc7c2aad1a6d41b05 0.68 MB 1,593 29
331,210 331,210 000000000000000001a8cc4a90e4ce0316c36e6d12637661e2ca5dcbe4e3f523 0.13 MB 343 31
331,209 331,209 00000000000000001125ca66ee26853ff0770ad90af5a83c3c0da754f467e838 0.16 MB 386 31
331,208 331,208 000000000000000008099ec6ea0c02f6559062be2c1bf7e4b23ca07139607421 0.04 MB 94 19
331,207 331,207 0000000000000000071e43e3c142d944deee9acd436f0cdd6ba3bf6d6d897fd9 0.07 MB 151 27
331,206 331,206 000000000000000012dea05cd6d2063625abc1d34ea5066e57eeeb5f8946ddcb 0.04 MB 109 37
331,205 331,205 00000000000000000c6aa12288647da4faaf8cdb061443be5c4549194be541d6 0.31 MB 634 27
331,204 331,204 000000000000000015b5d30fa068d8fa0b90a5a21d8b8d4b80051b2813b90f03 0.06 MB 112 23
331,203 331,203 000000000000000013774968297606ad478e1e367951beff1b7511c03bbe0e3f 0.11 MB 223 28
331,202 331,202 0000000000000000074426993421bcd5c30db41ab92daff8cd8094db5ef472fa 0.36 MB 851 27
331,201 331,201 0000000000000000158d813b21ee716dcf569aa5a958fc26479a84916637faa8 0.35 MB 756 30
331,200 331,200 000000000000000016fff4bf3462e320065497851dbd485398a4713f3213f191 0.10 MB 140 9
331,199 331,199 00000000000000001b20f83f20a4c7bddf9c88fd77aeff0c6ef9119122e3d8e1 0.61 MB 1,132 26
331,198 331,198 000000000000000001a5e1ad7a87ec8d8cc849f61aa399e9e33d056b2502d86e 0.72 MB 727 21
331,197 331,197 00000000000000000a9c866f491c7709a559df46db8a07a08fe3531caf58fc45 0.66 MB 734 21
331,196 331,196 000000000000000019e2c070644a284c4f318b42c08234852d0d5e1236814e29 0.04 MB 86 33
331,195 331,195 0000000000000000129d4be3cbdeb5c9e549fd57c61177eb987d07215689b542 0.40 MB 807 28
331,194 331,194 000000000000000003f4455f2b8ccc7f10e0623b4aa351c1a8b0d4cd2666021e 0.02 MB 35 25
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.