Memory Pool Memory Pool Refreshing

3,458 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,094 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (724,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,108 183,108 00000000000005dce0a99adcffef8a5c35801fddb6a377c573c1c38f239a6d9f 0.05 MB 148 93
183,107 183,107 0000000000000a2a9191f43fb3188a8a331321e78133ad610a2296ec90c20278 0.05 MB 124 4,129
183,106 183,106 0000000000000a7fb7f43e98cb3dda062f6e6abe61f470a1e895770f96265a90 0.14 MB 282 102
183,105 183,105 00000000000007f347d5d728664c21f549494207e4b94a0b6a89c2be6e327255 0.25 MB 690 148
183,104 183,104 00000000000007656ea41bf3b7157b4852d548dad3353aed95803230c4c371fd 0.25 MB 626 135
183,103 183,103 000000000000027852cfd0197b51fbb303a08e7931a8ac92df530d4a9fc4ed15 0.00 MB 13 13
183,102 183,102 00000000000009261aef6f4bb144146973269d5e1f703bf3fe260864a0a05260 0.25 MB 612 235
183,101 183,101 00000000000007622f14a36d73f689b91aacbe1b49fbd63491e23e66698e91fe 0.05 MB 163 100
183,100 183,100 0000000000000566182f9de8379bebb04aa66e485aaec536c36e7be3560463ba 0.42 MB 995 144
183,099 183,099 00000000000004a038df7d9ea84a016d0e6093e2dc3b885df44da940a446e12e 0.25 MB 590 115
183,098 183,098 000000000000077409c1164eb0bf159a95007648290a121bd0682b7e9c65cc06 0.25 MB 533 200
183,097 183,097 000000000000033a9192d519592b5341fe96fead07c467bc930f4b229f158b39 0.25 MB 671 133
183,096 183,096 0000000000000383ff996d4e64d86b5853bab6bc9db399f23999aa2ae8db5b48 0.21 MB 381 106
183,095 183,095 000000000000016fe57e2340c6ef563c35336beec9711c314d290fc1f68f559d 0.40 MB 1,035 148
183,094 183,094 00000000000001d4d6cb168a4b9b1ea9be526010b9c71d6b1f348b02bde14476 0.05 MB 149 142
183,093 183,093 00000000000005717736401f1f954cc0eb62c54252ce176df078ca4784677318 0.08 MB 188 98
183,092 183,092 00000000000001d6a9c4762600ef5f7647546c7a7f2a0c793f1b9cde0ec2cba8 0.18 MB 440 121
183,091 183,091 00000000000008a1416b18239a5fa48ed3ee7470c2b1425ac8aa081310766e49 0.25 MB 617 122
183,090 183,090 00000000000000c933e40bc2003fa9c3fd7da251e16c21096b22cb5ce1ea542e 0.09 MB 95 130
183,089 183,089 00000000000007044c539d26118990343c22eeff379a86f974cebf4c9562926a 0.25 MB 735 147
183,088 183,088 00000000000007749b21acf24ef09acf3d170af24eadef974af6b053fd42f54e 0.29 MB 709 142
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.60 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.