Memory Pool Memory Pool Refreshing

1,743 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,742 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (702,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,691 205,691 000000000000034e3ce57de2d6e4df2ac2cf4d7caa28b48c4749340fd25314e6 0.09 MB 123 130
205,690 205,690 000000000000003a56ef660e08cf89c14670d9ac3e248e010e9c0988e7a4f93a 0.01 MB 27 127
205,689 205,689 000000000000001f4591bac4d091ae6157afa765cb09f1ccd5ba4576f59af9c5 0.01 MB 28 155
205,688 205,688 00000000000004823a6a65359e5f3cec3676a04e2d5074834d51034326991b42 0.04 MB 75 121
205,687 205,687 00000000000001428283695a722b565e2245adc49c3d9f83566628ff37177a2c 0.15 MB 152 96
205,686 205,686 0000000000000269e6d7b08f2f4d747c7f91a1138155381ac7570ead94ffbfe9 0.05 MB 132 148
205,685 205,685 00000000000000c1dc82ebf3e5f3829d3247fd03471612f2a4e0f234b75a660d 0.02 MB 32 118
205,684 205,684 000000000000010267c585d93f0fe0331dc08537ef89a2771eb7d04f466871fc 0.05 MB 139 46
205,683 205,683 00000000000002ab578474548a8cccd94b27dc27dd1e55b869a2054a70d0a361 0.10 MB 245 195
205,682 205,682 00000000000002a662738723a615328b29bd6e301f64d09ddba7386eb89088a5 0.00 MB 13 180
205,681 205,681 000000000000046ffcec104a1377fe70eb80a27b5998d46e8b650fec561fcb2e 0.09 MB 169 128
205,680 205,680 00000000000002cc254f61e172a5c619788429dbafbe106d0e3e5374099b1bb1 0.40 MB 840 155
205,679 205,679 00000000000003742c94a3a3127db44b42a8ad36a88fdd7f453bd6e9822b6f40 0.18 MB 400 308
205,678 205,678 00000000000003af141c00de655d0c4fb79e201012ecfd14b8b16cce561c8dab 0.23 MB 336 121
205,677 205,677 00000000000001e0a4a63bf81e2aeaee441e21c3d144a6bdfbd688db369cd92a 0.02 MB 40 34
205,676 205,676 00000000000000008292c2e8564a0e2a840a6ea949fb299a2c706d2121b10b29 0.07 MB 170 197
205,675 205,675 0000000000000286458c54cc8086f681eb04c5a3f69b259cde175924189fb6f5 0.07 MB 138 351
205,674 205,674 00000000000000ad2fdf90da26a4ff601dc24f9ba041bfcc688b8c690dafee63 0.07 MB 232 2
205,673 205,673 00000000000001a39541477612a07c73ce27eeb26273bbb6ec4946fd7b3f13ec 0.13 MB 308 182
205,672 205,672 00000000000001bd6024317688e4e36464656a196fd93e00a04aba919564a9f1 0.07 MB 59 97
205,671 205,671 00000000000003aec018e6af53f6f3633cdba0d13b274c067ddcfe13abd05c7d 0.03 MB 20 12
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.