Memory Pool Memory Pool Refreshing

8,271 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,924 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,923 (700,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,102 207,102 0000000000000398beef7350c02a105cc3e3e82bec039e6c7f76fd145013fabc 0.03 MB 45 81
207,101 207,101 00000000000001916e167006fe9e75b64c8b6fb85ea59f2ef256fe67b859d8fd 0.09 MB 191 163
207,100 207,100 00000000000000231b3686ab0a26212666f2e909aa5b34fbf54b0e46a2d374e2 0.11 MB 231 146
207,099 207,099 000000000000030e8a5bb3589312934bf961007e9b81055af884f9a3c27dec38 0.36 MB 745 196
207,098 207,098 00000000000003c619b159873aebc9042e7c13d688d4fc91b6f33c7d9400a4d5 0.05 MB 138 138
207,097 207,097 000000000000011b8c056de63174a9759bee496ea46af2ed96aeb3590a3a8b66 0.06 MB 131 154
207,096 207,096 000000000000028b4a18cd42297e7b4d836fa8fbbf90fa4797a6a5ebdca34dc0 0.13 MB 277 140
207,095 207,095 00000000000003f03f452eecdca7a110b91cc4b6c21d6eeb01cc35664b0721cf 0.28 MB 348 129
207,094 207,094 00000000000002c91521a467e75e2cd3fb3278b2420f938950d8562a30aede85 0.04 MB 110 130
207,093 207,093 0000000000000081aafc302ce4815fccbea1ade7f35023858d8209892aef03cf 0.01 MB 36 166
207,092 207,092 000000000000014e1319dffefbd77e8a0478af429c98162ddc101992ba0a8ece 0.10 MB 277 166
207,091 207,091 00000000000001f757bd256c89ff785c40e0e7bf4243a294e07e6e57a8aaf411 0.19 MB 482 210
207,090 207,090 000000000000040f883801bd432ae638258dd852e124f8db349a9a6afc0bd4df 0.12 MB 312 267
207,089 207,089 00000000000000d734f4ee6141eead4a6a835437a92cb66fd7804674a6146e82 0.04 MB 29 59
207,088 207,088 00000000000001fbbc3298de1c835e0d3c9e2244eab533f3e6e34d33004737a3 0.06 MB 108 145
207,087 207,087 0000000000000222cb153047a0666ce28efc46363e26360bf134ee3755887b07 0.16 MB 406 241
207,086 207,086 000000000000034ce21bc7e42ca78415140c5a92d3e1215ccef5373b4be1d884 0.19 MB 339 153
207,085 207,085 0000000000000142d9cd9ecdbf0dd6ee262db0e0a66c0c89cce6dbde872fd98c 0.03 MB 84 97
207,084 207,084 00000000000001953bea52d3e5fcb34f58ac8b14e10810909cd3b747d1cd7257 0.17 MB 303 178
207,083 207,083 0000000000000102ec3f66d916a53795ed0e5d354c0587167ace7d53f5d0136e 0.01 MB 9 165
207,082 207,082 000000000000033d96e39257ae523e242653fa7723d372a69bc2730ff8e4e83e 0.04 MB 82 200
Previous 10 blocks ↓
Total Size: 769.40 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,644.72 GB sent, 94.97 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.