Memory Pool Memory Pool Refreshing

4,145 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,936 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,270 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,935 (761,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,240 146,240 0000000000000546ab1a679dce0543a4b30f1d69249e87ef8509274f7f85ba43 0.02 MB 37 147
146,239 146,239 00000000000005fdce50b4869b414f5e538191ca5caa06dcc9f834ef04835356 0.02 MB 79 83
146,238 146,238 000000000000000358347ad4c00a2d622f5bb5c8a3ba5dfdc8c90ef304e28af5 0.02 MB 31 212
146,237 146,237 00000000000004030a0ffb8e5f84b259422a2e1f82bab3da74e7425c2f901c66 0.08 MB 16 65
146,236 146,236 00000000000001c57b0f71bf63f33420b1f388e4c5dfaa68fd24910bf770b775 0.05 MB 100 42
146,235 146,235 00000000000005524d133e569283bc9581aaec5f70e9dbd0e2a31c31b551709f 0.01 MB 27 176
146,234 146,234 00000000000004ce2a55b5c064fd074e180e18cd3d717da8948c96e47c4c6c3b 0.03 MB 67 141
146,233 146,233 0000000000000689b13f80e4b01435e4173e200d94b03f9dc248e4eb86cb11fb 0.05 MB 141 128
146,232 146,232 0000000000000126721f4bd0892bc54f2d39077d0ae1e35249b082fc7d808f9b 0.05 MB 55 68
146,231 146,231 0000000000000146a421c26e3888d8822403f600e5fc4b3fa0cc8cf997b04e30 0.02 MB 45 207
146,230 146,230 000000000000036aac0fb818d0847af689de6a4c9d53528502c271635b72c850 0.02 MB 46 184
146,229 146,229 00000000000004e1ab11f38b0ef8cc5c7cfcc8c1c2f796eb9ed0378a9ae09bba 0.00 MB 6 876
146,228 146,228 00000000000006095a45d33a3189d3fed8ccda4950a999dfdba99c11d6d3164f 0.00 MB 14 806
146,227 146,227 00000000000008c9b9ca80d8a2a10421fddb98d24227d644fcb09613d29febc6 0.01 MB 22 46
146,226 146,226 00000000000007b96de8c9a1fd1a2779fbdc7aa27f818e8b6f6617abeadac215 0.05 MB 114 116
146,225 146,225 00000000000000df8d4dfabd6595727baa91493588a8f3dbbc14c3f4e31fcb58 0.05 MB 94 134
146,224 146,224 00000000000001ec4a4cf55a6837a2f7a403f8aec232e98981d389adcaf36517 0.05 MB 157 133
146,223 146,223 00000000000006c9e39ce3286f4431c522d02c1c1b8603e6aa461785941d7a1e 0.05 MB 105 0
146,222 146,222 0000000000000101563a1f98aabcd28d8d32457124c3def1fa81c276532a315b 0.13 MB 67 143
146,221 146,221 00000000000004d98259983725d6478ac837c15a413d8028105d37eff44a1432 0.12 MB 26 74
146,220 146,220 000000000000093700486a003e48f5a2148889d9df8416dc4ec8fe799a638688 0.05 MB 39 56
Previous 10 blocks ↓
Total Size: 769.42 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,645.34 GB sent, 95.07 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.