Memory Pool Memory Pool Refreshing

10,357 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,256 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (640,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,596 267,596 00000000000000075ef290eb2ef30a0c501d4b4542bdfb9a5080d65a26bee340 0.13 MB 303 85
267,595 267,595 0000000000000005ba6e2524ab143b8d0646e7f860a8eb948f39591250b3ff90 0.12 MB 243 1,342
267,594 267,594 0000000000000004b403bf290e15f0356e61effb6a5218d433f348658ee283d5 0.06 MB 83 34
267,593 267,593 0000000000000006f4148d94fb959bd9d8fb0b4690db069ca29f77add814e81e 0.07 MB 157 48
267,592 267,592 0000000000000005918e5f3f8ae54481a5bea6555fe0fae1a7ae4db18fbc0f06 0.21 MB 499 83
267,591 267,591 0000000000000005531366c3efdb1d3c253baaafe4a2e0bd99b7219bb4d2bf4c 0.08 MB 135 49
267,590 267,590 0000000000000003320f4fbb8b2891225eb1f370921255a5a819b29a95d076d0 0.12 MB 165 41
267,589 267,589 000000000000000099256c67f83aea713975b9294e3e468258935bc7e92eb90b 0.09 MB 147 37
267,588 267,588 000000000000000699a7573727e7b25928134169c8a08d87b030e89f6f247e2b 0.14 MB 233 52
267,587 267,587 0000000000000005a40bfc681af1448671393195546229d69d63f655be4d09d7 0.06 MB 69 12
267,586 267,586 00000000000000084e34876eed8470c1f82cdcbbe7f4477e7d896414931c4316 0.31 MB 656 59
267,585 267,585 0000000000000007a1a5db54973dba1e0fc6fe05d1ebb4e0a247915b6874392f 0.16 MB 282 57
267,584 267,584 0000000000000007769def946cce178db7e64f11f8d7d1dfdd2a5e3910b57630 0.00 MB 9 66
267,583 267,583 0000000000000007c65da4e5b0214d27ce883641be428085ab82a79400580dcf 0.04 MB 109 50
267,582 267,582 00000000000000058701b59c92c44428fbd0f85d1fb7df2caffcff57a0a6f870 0.16 MB 378 83
267,581 267,581 000000000000000100bbb97632f31b81c976c91c7f036e2e8389780ad2b4f63a 0.06 MB 132 64
267,580 267,580 000000000000000432bb68eab30b7f966ade947b3cfd14c8db2c644df54328c2 0.05 MB 123 33
267,579 267,579 000000000000000819f44349c1fc40f584e728f790f2d84cf585c4d9a455c40b 0.28 MB 698 72
267,578 267,578 000000000000000a2f1e25efa7ebb7aa2f64261a202d5823499ab4ca8b8be503 0.04 MB 81 67
267,577 267,577 00000000000000011a8612522b06002e0f25b3154c1a2a3eaa31240daf8ad3c4 0.10 MB 139 26
267,576 267,576 0000000000000002eb589563996d2e6143b1b7d38f028b4195758194071040fb 0.12 MB 178 26
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.