Memory Pool Memory Pool Refreshing

507 transactions
0.14 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
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 496 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (674,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,491 233,491 00000000000001596730405635e099c54224c0362fe50e58ed791149bb770bb6 0.15 MB 279 135
233,490 233,490 000000000000005f8277817adcf64bfd7e2e5f167b81e517f9dfef8ea9f0983a 0.25 MB 582 171
233,489 233,489 0000000000000098c9c03c04f7b64bca5c67f84c29e8775be2ecec9ee34057d6 0.04 MB 90 158
233,488 233,488 00000000000001bc0c3d7adb921f1e1d30c739b734cbd46ad1c37c172a5bcfb1 0.15 MB 270 121
233,487 233,487 0000000000000024be126a8586a0115cf34d42587f1e94eb26819c16d5e52db5 0.15 MB 185 74
233,486 233,486 0000000000000063b74c5331e9a360fac119b013f3ac580c7ef606cd7864684c 0.10 MB 263 171
233,485 233,485 00000000000000dc1d4b54578bf36415c5b1a9c5985da4cf67c1c77a9fe3e5de 0.14 MB 291 2,637
233,484 233,484 000000000000017cb05f2ebf19eda7f1ca40d69f2676991098ce6b459d41d7fb 0.11 MB 260 194
233,483 233,483 00000000000000bdf2f3ab1ab9360f3faf1aaabd7800b2e6926f4a1f3b655cdf 0.03 MB 54 198
233,482 233,482 000000000000006213c4d4c2c218c9b4088767600bc514ae3d5428823cc5f7ef 0.09 MB 222 183
233,481 233,481 000000000000017ca936f9d8679a1860b88338c866aca212ae0d75db11d4f65b 0.15 MB 195 79
233,480 233,480 000000000000015bb9d9c0ba36dec83f2aa14692789e121a26c50759917a50c8 0.10 MB 216 167
233,479 233,479 000000000000010e64ac023847f26c317191da1e3beaafa4d3ac42623bcd856d 0.03 MB 63 184
233,478 233,478 000000000000001271cfcf276630c89b8c5efb05b714d525cf49ebe2e6ba531b 0.07 MB 145 155
233,477 233,477 00000000000001d02c2ff27176595d26e0b22021a1778e86d80407ac3719b53f 0.05 MB 121 108
233,476 233,476 00000000000000aa06b46226fa42cb71e1e83ed07a59d75d46b95398efb676fc 0.08 MB 188 143
233,475 233,475 00000000000000002dd37b66645642de4d42d17b62abf21092f48487d0c4383c 0.24 MB 572 176
233,474 233,474 00000000000001dd6973d6ed4abb72a64ca62ecbab79a02a0838a317693c61a2 0.15 MB 303 133
233,473 233,473 00000000000001cb35804f2f71874b3d144881b918eeb08047abd859bb415ab4 0.32 MB 618 142
233,472 233,472 00000000000000b2f13a147d087793bfb9937cbe5b06ab69e8aff9692d8e85ab 0.04 MB 128 188
233,471 233,471 000000000000018f0293faf5cf12bd088e01f9e116da37883e2d0df875d175cc 0.21 MB 474 160
Previous 10 blocks ↓
Total Size: 769.07 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.05 GB sent, 93.22 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.