Memory Pool Memory Pool Refreshing

7,422 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,875 (907,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193 193 00000000833cccbec543914a96b4994669205444c85d9e4f5268d808910b9696 0.00 MB 1 0
192 192 000000000a35a6104f17dc5dedb6ef250ef412f4fbf67f5dd77f964aa1c10b36 0.00 MB 1 0
191 191 00000000520bf3614f3f3f312491bcce9ae820cfcf8393cf1e7aecb0db4932ab 0.00 MB 1 0
190 190 000000007d31c3592c3fd6f4571c14870f06150028320dda7c847e1869881535 0.00 MB 1 0
189 189 000000008bb30dccc10c56c339c8aaacbe0c71051dc51ee10cc84db945db2978 0.00 MB 1 0
188 188 000000009a940db389f3a7cbb8405f4ec14342bed36073b60ee63ed7e117f193 0.00 MB 1 0
187 187 00000000b2cde2159116889837ecf300bd77d229d49b138c55366b54626e495d 0.00 MB 2 0
186 186 000000008b3ff2aaf3427f2a624cb9978e687d9fbba5000dc2f52bb4cc82d4be 0.00 MB 1 0
185 185 00000000e24b8df3f63b67e6f803950a6bbfee804e21072f891b4257319273ef 0.00 MB 1 0
184 184 00000000ff862f4e3c760fee9666defe2ac0ff026171953558b14421840a2446 0.00 MB 1 0
183 183 00000000f46e513f038baf6f2d9a95b2a28d8a6c985bcf24b9e07f0f63a29888 0.00 MB 2 0
182 182 0000000054487811fc4ff7a95be738aa5ad9320c394c482b27c0da28b227ad5d 0.00 MB 2 0
181 181 00000000dc55860c8a29c58d45209318fa9e9dc2c1833a7226d86bc465afc6e5 0.00 MB 2 0
180 180 00000000b5ef0ea215becad97402ce59d1416fe554261405cda943afd2a8c8f2 0.00 MB 1 0
179 179 00000000c0ab5a6b27502869414c5b004fbca3ba8f291d2c8b2d8dbd6225e170 0.00 MB 1 0
178 178 00000000ca6de0be6c908a7c11f6f1335550824b37408d4a332225a329a65b0d 0.00 MB 1 0
177 177 00000000480c9799dd2b35009ff1833f69690f76c26a9bea7e00cd0042f67db1 0.00 MB 1 0
176 176 0000000016a9f3ddedb8e850941f6981623c7721302a32ca8548dff1f7bd6e58 0.00 MB 1 0
175 175 00000000fd4afcc15f0fdda9b24be4c62068d8cf82fe6277730fd096712d9d08 0.00 MB 1 0
174 174 00000000a7d8beee715bbcd62dc818573a8ae9fe398c7d39487e9e776e2852c0 0.00 MB 1 0
173 173 00000000dce9d69decc221c128ef78c2ae3d0b43267891f1f078586b47ac85c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.80 GB sent, 94.51 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.