Memory Pool Memory Pool Refreshing

9,004 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (729,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,641 178,641 0000000000000352f4c7c41215f0168882fe2bf54ab255e285e124d12ff17dbb 0.12 MB 279 114
178,640 178,640 00000000000007b723eee4c54a33aae4b82899914f623b0883b2ae8e7ee31183 0.05 MB 86 274
178,639 178,639 0000000000000a65c1e0ab26bc99e3d916507ebbd93149e1e22b3b7c9a49206b 0.18 MB 446 220
178,638 178,638 0000000000000a14d717c68882dca67ce45f8d931a390b141c1d7bfc7f7988b1 0.01 MB 56 0
178,637 178,637 000000000000017c0a2edb289931b574a4bf527cff285f44ac3e39c00f555e79 0.07 MB 148 86
178,636 178,636 0000000000000abc5fba684da836fcc32fce12f9dba8f6e48776e72beb54b580 0.01 MB 20 792
178,635 178,635 000000000000078afb6f68b290fc2b63efd921dd2505b2253128c2c77d002c41 0.02 MB 46 79
178,634 178,634 000000000000097bfe758227fc5750ed336af22a341cfdd73bde2d82653b4afa 0.01 MB 28 3,441
178,633 178,633 00000000000007c5dfac0fe2fe7c409678bc3bd4a52759c33835d04423cf453a 0.03 MB 72 155
178,632 178,632 000000000000005a307437812f12d54a7ca45828c5f1c26b02f8e2053249f9f3 0.04 MB 76 826
178,631 178,631 0000000000000554a035f96565ca9521934872944e71de939f0e5425323f5490 0.12 MB 242 639
178,630 178,630 00000000000007813bb48c3d7792cb255bc1fe8ae66482ac7004b23a45747640 0.04 MB 114 119
178,629 178,629 00000000000006b81f92b75e1c912ad91097c63c302b08350859c55a78fdb7bf 0.08 MB 142 769
178,628 178,628 000000000000047f24276f307c1e95821b0a5d7755a03a7bff6c90e9a92d0ccf 0.15 MB 396 158
178,627 178,627 00000000000007bb89da6ae26b5e3858f1e745cf0bdf1c1dc59b946f1bbb7116 0.01 MB 31 3,550
178,626 178,626 00000000000005746601f6688bb5f44d33133ae0e2f6054c3bcd17d7412a8df0 0.10 MB 233 127
178,625 178,625 000000000000082dc99e10e3ba58fbab5581818fa6c2250307e1b0eb9212900c 0.05 MB 91 65
178,624 178,624 00000000000009504d90d3c3f50d8dd136b794a35908587d6eada07804fde7ac 0.01 MB 19 182
178,623 178,623 000000000000045f8e5368b11575919f911dcf07864453737ca0966b6b75fdcb 0.09 MB 185 113
178,622 178,622 0000000000000b030572ec0b8ce0f0579613971a0bf7aa960d15c54c562176b8 0.03 MB 84 106
178,621 178,621 00000000000009f7634a3e8267cd76aeea4af549b4b58679e4c952363f1c7031 0.05 MB 137 125
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.