Memory Pool Memory Pool Refreshing

3,235 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 2,792 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (574,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,972 333,972 000000000000000010472c9ad6db668884ec0087f04d7b63c81ffc816967cad4 0.56 MB 922 24
333,971 333,971 00000000000000000c8d6f4371f094941b5b58728580987443c16f54f54b96d2 0.28 MB 517 23
333,970 333,970 000000000000000011b18c0d50607b5201b38f766796d53dad3b38db88ee285c 0.35 MB 529 18
333,969 333,969 00000000000000001a126e336a569e9b2239b822c8d0231acffb1cd6340b52e3 0.90 MB 1,568 27
333,968 333,968 00000000000000000058ad3607e06ce8359a02df01a6def9e8d6a63f9768d8ee 0.02 MB 64 28
333,967 333,967 00000000000000001b172cbe59bb6f986d74412fae2805a1bfe06b70239d24e9 0.19 MB 470 42
333,966 333,966 000000000000000018bc988996cbe0c375d1898c1125d12086ee1b22cf389d8a 0.26 MB 507 25
333,965 333,965 0000000000000000015ca61abf62c638c732333be7fc4868d06020a1020425a6 0.31 MB 573 23
333,964 333,964 0000000000000000165afd296e00b3d6a46e7a09c0fe7a7cf5c7e39503ba6f98 0.19 MB 362 38
333,963 333,963 00000000000000000688d980b06977405bd249f36293e25750738a8e3ff533fc 0.24 MB 482 23
333,962 333,962 000000000000000010d900bc40c03edcfcc8b51310b3b0ea7f6e6ae0d89b7e6a 0.40 MB 744 24
333,961 333,961 00000000000000001203c1ea455e38612bdf36e9967fdead11935c8e22283ecc 0.10 MB 202 25
333,960 333,960 000000000000000016117df1dd233cefcd0778f94a26461a1f6a6f38139e669c 0.01 MB 32 13
333,959 333,959 00000000000000001b26580056aa0e1e9d1606c2792d6a9283cb41834d54f6bb 0.41 MB 795 25
333,958 333,958 000000000000000006517d5e2b00454e5713ce9756d4eae047b8bb3775b7e88d 0.11 MB 146 20
333,957 333,957 00000000000000000d6d70500b874734368c76b7fd2eaacf4d5e1f5137ae92b7 0.44 MB 607 18
333,956 333,956 000000000000000019f546b6ceef37389a1c500c3f2ecc5848a06e8bcb271c02 0.00 MB 1 0
333,955 333,955 0000000000000000187380f9d43d429d3be5297b7987d18a631621beafe8bd03 0.06 MB 180 55
333,954 333,954 00000000000000001b6f0fabded8ad977e123b44e574e030e81325a8422c1eed 0.14 MB 278 26
333,953 333,953 00000000000000000b726d9189b2b9a4cf49fb5ec98b054dcbfaa9914b5d3007 0.05 MB 116 26
333,952 333,952 000000000000000004aa5417d1bc2f556bd9ea5150a8d363d4716309d23a194d 0.01 MB 47 39
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.