Memory Pool Memory Pool Refreshing

134 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,775 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,774 (742,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,004 165,004 00000000000007afc7772875eb72626188f2a3cb936cbfbb27fd9343ac9faec2 0.00 MB 11 361
165,003 165,003 0000000000000a9c5b73d05647ccd5ccc4018de822820a0df6c46c53a04ea062 0.01 MB 32 267
165,002 165,002 0000000000000612f0925348b0f74e7423cee1487b3251da24c9afcf2ecf35b9 0.00 MB 9 736
165,001 165,001 00000000000009f2aa6a7cce7480214a84cbb2f53a6e5cd856fc3d55e46a3e7e 0.02 MB 45 347
165,000 165,000 00000000000008863b4603ab6886773685d259c8bfb90a26243f76adf167ac5a 0.01 MB 47 0
164,999 164,999 0000000000000c13167947baa912284438950d45cdc72892785dddc12b838572 0.00 MB 10 326
164,998 164,998 0000000000000bf079450767ede9955a899d83fe719aeb8ffd24b156558bd82c 0.01 MB 22 217
164,997 164,997 00000000000005689d4b554250d56082cb58e8d3753521c44f69b18b19cf6870 0.00 MB 13 0
164,996 164,996 000000000000019add8a53e16d6b81b5c946db13db05cdeea913a6deea96872c 0.05 MB 87 68
164,995 164,995 0000000000000b33916ebdc9ca550957a2927d80a65493bf523330a055a310e4 0.01 MB 28 51
164,994 164,994 0000000000000844ef877190896296d6b6b8aba4d7c72cc0ef0e561aecbab1d0 0.02 MB 20 52
164,993 164,993 00000000000002d1ce5f6a4f25e273990763596c019ac8688d33f47cd498255c 0.00 MB 6 10
164,992 164,992 0000000000000bad84f4e91d3370698704d42912a4709b7f24a108688647f046 0.00 MB 4 64
164,991 164,991 00000000000003d20225afe971fc294e91a01b46afd18bd917808ce8085c85a1 0.04 MB 53 61
164,990 164,990 00000000000008629edd6729f658e3c7633cebb436faefd5866745c4b70032a3 0.00 MB 9 784
164,989 164,989 00000000000009b374acdea9da7d2facde5aae9159622700359cbaf10f1a4b80 0.02 MB 58 44
164,988 164,988 00000000000004ce50c96c632d490b1140cf03fa0e2cec99ca154f058c62c69a 0.00 MB 3 0
164,987 164,987 0000000000000a00e2f87412c803bed51410a83187cf8b3f992c06b16f0e8629 0.03 MB 90 150
164,986 164,986 00000000000002816f0d45a451aecb1172e6d0aed08878b9ac1c4913995d938d 0.00 MB 11 19
164,985 164,985 00000000000002ba99538a0ffa1329eb421777856c558e824c6044018af5aa32 0.01 MB 19 109
164,984 164,984 0000000000000375991391bbefecaf7ab8a8980d50a50f6e864e26c2990523b2 0.02 MB 33 133
Previous 10 blocks ↓
Total Size: 769.12 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,629.79 GB sent, 93.47 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.