Memory Pool Memory Pool Refreshing

278 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 266 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (584,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,166 323,166 000000000000000008b7a7ee7c14bf3eb3a7feb29da0aff876aa510053405f7e 0.42 MB 733 27
323,165 323,165 000000000000000013e25f56e849be38681d85429ffcf1ffff71478e394edb00 0.14 MB 264 22
323,164 323,164 00000000000000000dcae8e154d900ddda8527162facd4482d1d85afa3769078 0.20 MB 391 28
323,163 323,163 00000000000000001086a88ee8df8c1f73e8ef98392f82a5adf88b429c85d9ec 0.08 MB 107 16
323,162 323,162 00000000000000000e09d4c423d47a5201db787b22fb22351ada90947de583e7 0.09 MB 174 26
323,161 323,161 00000000000000001d01486518dfc99b8482df09b9a5a649e7499b73520ab831 0.11 MB 208 24
323,160 323,160 000000000000000019bc59d29697875efc9463c3e587f0456daf981bf687966f 0.16 MB 311 29
323,159 323,159 00000000000000000e392e29195fc76c76af4afe7e4a4c189a3af0751739ea60 0.06 MB 61 4
323,158 323,158 000000000000000011f8c48ccfa065c38adc3e9c394b55c589b48a859bf457a7 0.27 MB 480 26
323,157 323,157 000000000000000010051faee5994699d01c1116a9a2ec9c9e7ec48bb5264a2a 0.82 MB 1,275 24
323,156 323,156 0000000000000000193c43bc9a9cce5a98bd535ae08dcd3c5e0d7158a787375d 0.36 MB 660 31
323,155 323,155 0000000000000000123aa4719deecc609bc045ab9bb42e8f759d3ff43eff04c0 0.15 MB 251 20
323,154 323,154 000000000000000002e4cfec4b8913987d549d0a25af725dff5440c361d7602a 0.10 MB 121 20
323,153 323,153 000000000000000002606ee995b1965c21ea3534e7471c68394a6c548ecce461 0.14 MB 238 20
323,152 323,152 00000000000000000269a4c8712de0740539fa574ce16ef8cb9a3df8f67022d0 0.20 MB 360 25
323,151 323,151 000000000000000012577b882dab250c6938a39083aca11890e3fab179982ffe 0.31 MB 623 27
323,150 323,150 00000000000000001554d6a837413442d203484297a00d388c5ab1f3a4ba0715 0.35 MB 655 26
323,149 323,149 000000000000000007d443332c93389e9be48039c5ee31665c47c4eaf631c08b 0.29 MB 516 25
323,148 323,148 00000000000000001356fbb1f4fded6c30e530de5dd24b3e7b4738d48792ffad 0.41 MB 487 22
323,147 323,147 000000000000000014adfa9694191eb5258e90b621ce58b874d506383f64f992 0.10 MB 256 42
323,146 323,146 00000000000000001237159a2228e22d50901df83e51857aaeec3aa4b269d976 0.17 MB 233 21
Previous 10 blocks ↓
Total Size: 769.10 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,628.83 GB sent, 93.39 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.