Memory Pool Memory Pool Refreshing

9,228 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (702,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,697 205,697 00000000000001ac1e8e636be05ce3c9cbd018cd5cb2050adb915f4381bb6027 0.05 MB 166 42
205,696 205,696 00000000000001e080d94f929a45800cfa230784f194c04e01b798f27656df76 0.00 MB 1 0
205,695 205,695 000000000000046274b1b857692f421f87c6f3c3ba15c831fa26fef83dd08d85 0.00 MB 14 28
205,694 205,694 000000000000017064ca5b0a8e4f7ca7f27d93f1895dcf924579a27477630c3d 0.11 MB 197 138
205,693 205,693 00000000000004325a00a3fde6af3a2f67f8813e42630bb0b2fa7428d16fa0f4 0.05 MB 124 211
205,692 205,692 00000000000003be0f1cc3ee963ca05717df2cf38991ecb1da3e3d964c205c4e 0.03 MB 62 115
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.61 GB sent, 93.03 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.