Memory Pool Memory Pool Refreshing

6,232 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,082 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (729,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,649 178,649 00000000000004e76af074ae2964a15ec853b33c4ac3ad29624965aae750aecb 0.03 MB 110 123
178,648 178,648 0000000000000353c04d9793f0fee11562d57f9fa6cd8959495fb93d299c8298 0.02 MB 34 73
178,647 178,647 000000000000097264b66302cfd179002b48df2fb23f0c9710f7095a9f092a0a 0.05 MB 123 100
178,646 178,646 000000000000007bd71ea59f5f0f01a68bd32e551cc44c1ae9a847fa8ab3a98d 0.03 MB 59 71
178,645 178,645 0000000000000037135d27c815d8206c52086b50bd925f3bd4c5b56f06643abc 0.05 MB 124 196
178,644 178,644 00000000000003ef1bb918b364cd0fee5c075242b7b640e6e2262714aafbba2e 0.01 MB 33 292
178,643 178,643 0000000000000599746b5f57c24262eed411f402d64e09888083548f94c2f314 0.04 MB 98 105
178,642 178,642 000000000000085fa82448256371c60be98f7c31ceacc8e2952594bd827fe8bc 0.06 MB 101 59
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
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.36 GB sent, 92.71 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.