Memory Pool Memory Pool Refreshing

2,642 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (784,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,168 123,168 0000000000001688f76837ca606072abff8dc4785704feceef436cded82441e4 0.03 MB 32 216
123,167 123,167 00000000000057ef245e4d5536f4715a22a833a877018094833edf581a24eb07 0.00 MB 17 0
123,166 123,166 0000000000005db1fdc5e2674a9e2dc1d95dbd5159292234f8724193748268df 0.00 MB 14 0
123,165 123,165 00000000000001c8ab2405cf7df2016f8ed0fcbe93d121adaf211f30c5d9263c 0.03 MB 70 543
123,164 123,164 000000000000159f08e88d4f368056f0fb50e50a7ed010415769bf337f688c7e 0.00 MB 14 4,979
123,163 123,163 00000000000037d8d26f5e49c36c39744ee7655824b8adf82e99a5fbe30dbace 0.00 MB 10 310
123,162 123,162 0000000000000768512a04c05020714fb972421f1d1372dd330d5f4ac0ae8dc5 0.02 MB 52 788
123,161 123,161 000000000000699fd8bf64d4835894d348ff67e456720b612126f0baa453a745 0.03 MB 41 729
123,160 123,160 000000000000485f2619ffc5789cf8bb263a62de28daba6e32b53334ff5aefd1 0.00 MB 8 2,054
123,159 123,159 00000000000050f51a6a09a695f114c0799d4a843a1f737da36d95ce6b4d1d23 0.01 MB 21 220
123,158 123,158 000000000000101aca25c93d48cd7c45bbe68024da52c6dec6c83c017bb0ac5d 0.01 MB 23 921
123,157 123,157 0000000000000300d33635d5dac103bdc79868855badcf64452682ca76773e15 0.00 MB 2 3,891
123,156 123,156 0000000000002768bb391d6e4122ac4e71b4aad421ddab205ab3c5905c8a7e2b 0.01 MB 17 338
123,155 123,155 00000000000045a0a0f2ccd27758867c67efb48d778bde16ef62545c904f26be 0.02 MB 54 159
123,154 123,154 000000000000568a844beb51c0fea9f8e5806772ec12a8dbdb1703e9b34c24ee 0.00 MB 4 1,960
123,153 123,153 000000000000419c56ed13671a16f9fdf25d896f6dec2bb3f65f0be5e93a21ef 0.01 MB 11 742
123,152 123,152 000000000000340b2e9fb1f58d5caadbb15a3a7e81f6886b1edca44bc9924c35 0.01 MB 36 1,116
123,151 123,151 0000000000000a83d9c5237cbfd30dd1d70879a3b47a094616cdb3a157bdf346 0.02 MB 39 134
123,150 123,150 00000000000066fc406b94575bdbb6ef3ebf214883ce090753df2d101397f517 0.00 MB 1 0
123,149 123,149 0000000000004df563b65df30410e8a1c6aeff25af3ef66c2cbaf1d205d93261 0.01 MB 11 1,293
123,148 123,148 00000000000032226c80edf3d59491dec6ab3c3fb4bff4d50c4d540001807c9f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.