Memory Pool Memory Pool Refreshing

233 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,787 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,786 (761,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
146,219 146,219 00000000000005f3429901fbfd7cae6783c33def8802142300f5b5c28b226fbc 0.07 MB 37 74
146,218 146,218 0000000000000092f8349e315d90b61e63d54b4dca00291977fbdf32339f597f 0.03 MB 20 11
146,217 146,217 00000000000004cecdf35115eefa398e530ef0a348b2d43b660caaa54b5d8409 0.03 MB 59 64
146,216 146,216 000000000000066a546ad32830a90658a4b9890070ff2f5c6d7421dc5c2cbaf5 0.03 MB 57 28
146,215 146,215 0000000000000154f8ff3761244b7823278ff8349526ee71d4395fd163358757 0.08 MB 46 34
146,214 146,214 00000000000009034737d174e45afafb633d9af49affefc0f2817c3b7a6d0641 0.03 MB 31 1
146,213 146,213 000000000000082bef5f802ab8f7831137628b5eea4b76f756f2d23a37f14d14 0.04 MB 66 191
146,212 146,212 000000000000034552c5dc8c83e77ad26a40c5c12a1177204e01e87130b22e2e 0.05 MB 82 40
146,211 146,211 000000000000084fc3c4d99c291d7a09658422b6a13682be9414e58dced7c047 0.03 MB 59 201
146,210 146,210 0000000000000174c025ba045c20b5ae1c82f8c2e1b9c816b8fbf14e0eca9b19 0.04 MB 69 104
146,209 146,209 00000000000007dba5ed43e5d3cf6aa802b31afb774ef86ffa3a405a64b2ee3d 0.10 MB 247 186
146,208 146,208 000000000000013b8dd98e0e413a453444f7a37b59c8eedda286b73d242793b0 0.02 MB 46 139
146,207 146,207 000000000000063d6605d7ccb044b3ee0851d4602733eff48ffc50deb6f5cf51 0.04 MB 130 127
Previous 10 blocks ↓
Total Size: 769.14 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,631.86 GB sent, 93.58 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.