Memory Pool Memory Pool Refreshing

3,707 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (101,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
806,478 806,478 00000000000000000004e2677149143ba8f7c1227b6a8194c764824bc258d52f 1.56 MB 3,228 28
806,477 806,477 00000000000000000003fc39627694b7705c138e1d67908f52f8297c883979dc 1.54 MB 3,076 20
806,476 806,476 0000000000000000000009a2a170b65816f83a10c52ad1ba4b6377c55afc8b08 1.47 MB 2,414 31
806,475 806,475 0000000000000000000279c7e2330ec1836895911d88d3ecf1cf3b342f37da7a 1.59 MB 2,805 18
806,474 806,474 0000000000000000000278a21860c2c810e77ad0fb2bdc27aa1a6c8309b7a002 1.55 MB 3,071 23
806,473 806,473 00000000000000000000e2d19da0fe29b6d2fcc7f5b46111b84b892fd8e3a09b 1.61 MB 4,596 22
806,472 806,472 00000000000000000001c9a374e2614623c914be9478c48c76377a9dfadad3cb 1.56 MB 3,246 41
806,471 806,471 00000000000000000000f7cafab498a78e7ea375e1eb5666413bb8d7fac32244 1.47 MB 2,263 33
806,470 806,470 00000000000000000002b2cb8040fc83b6daffdd22adec1e888f54815eb8a119 1.66 MB 4,997 20
806,469 806,469 000000000000000000047cf9b3aeafbc81abf5f0fd541b8dacf74b325c856df5 1.50 MB 3,071 21
806,468 806,468 00000000000000000002922fdd7b17bacbb7de92191d097ea79c3e61a94ce031 1.83 MB 4,921 20
806,467 806,467 00000000000000000000ebea66a7306a863ac4dac1acd7c90d630b32b0bc8d19 1.47 MB 3,631 25
806,466 806,466 00000000000000000004183432d2833ddb13873a9dbe323a25781f07e9df3eba 1.52 MB 3,510 23
806,465 806,465 00000000000000000003380b286afb62ca8aaff14c7ec932e37c3a03b55db570 1.68 MB 4,537 24
806,464 806,464 00000000000000000000f3e284953fe6413b7ec8dbe531676cd71e03ce53f8c8 1.57 MB 3,322 24
806,463 806,463 00000000000000000001858b67013dc55b19846420640dc3d839274fefe5a73d 1.81 MB 2,014 20
806,462 806,462 00000000000000000002e9a20b794eb9532a6fe563639ac662eb465479b0a4ea 1.79 MB 5,008 21
806,461 806,461 0000000000000000000127dc874095958de2e8f321d335c5526c5ef535a916b7 1.91 MB 5,144 21
806,460 806,460 000000000000000000008ac0d16075d320a68dfbceb68d9ad8c31607ba0910bb 1.73 MB 4,215 28
806,459 806,459 00000000000000000003220afe8db9d8a55c89b5aac6bd33201fdeab000a366e 1.82 MB 5,175 18
806,458 806,458 00000000000000000004a983c7da3a6e8cfa344bc20e6f466849de1cee62f1ff 1.83 MB 5,246 19
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.