Memory Pool Memory Pool Refreshing

16,995 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (761,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
146,206 146,206 00000000000005c93afc264e3507ddf667724f3a1709dd56fc08c2f15b39e24e 0.01 MB 14 84
146,205 146,205 00000000000006a2e71b7b30eb40d5975d15928d3c98192905cd50caa0998f53 0.04 MB 98 141
146,204 146,204 000000000000090c2e5e06401c4286aba3726a27d52f3f211a87ccfc91632f53 0.00 MB 7 23
146,203 146,203 00000000000008900359dcfcc9d8c4b12cb43871d37252fd50f672e6ba3b44bf 0.03 MB 74 103
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,624.66 GB sent, 93.00 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.