Memory Pool Memory Pool Refreshing

1,554 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (806,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,748 101,748 00000000000254fba7c1ab4e2f9e57c80c8203c3d27faaae437a744627679f12 0.00 MB 1 0
101,747 101,747 000000000002ab70c48f7b1fe574ddd86fa1e8df0d508cf66e28237f4add9867 0.00 MB 1 0
101,746 101,746 00000000000287206a883d628280dad1de89709b39b842115d1402547455c5c1 0.00 MB 1 0
101,745 101,745 000000000003a5612f69c711db272a5759bd9b034dc362a9c7cd76953b292a57 0.00 MB 1 0
101,744 101,744 0000000000002e482d3ed72652e0d2d931abd9ff86f717dd8a6a87385a211167 0.00 MB 5 0
101,743 101,743 00000000000017f91b5791fa1b57f4701cd5ff6eadd17aa09c95236f6108c4d8 0.01 MB 20 0
101,742 101,742 000000000003980cb07add5f09ce2c85f7daa4a07fe052db93b3d98d94570a43 0.00 MB 13 0
101,741 101,741 000000000003f4c17872225746d37077b7a15aa25dd2750985d80a2451c535cd 0.00 MB 2 0
101,740 101,740 000000000003807869df48d94efb033c7e3b4fac7a956400e3f06c034480a42d 0.00 MB 3 0
101,739 101,739 0000000000012e6ea09dabfa002a5144a8a171bb22d54192a2b7b615ed410c49 0.00 MB 5 0
101,738 101,738 0000000000001fc5767f1755170a75cfa9bca50d53d808777d3d8ff04ad5b363 0.00 MB 4 0
101,737 101,737 000000000003092071a06ff3c8e03460a6d07cd1833086cd3ef89a8b3d21e0a7 0.00 MB 11 0
101,736 101,736 0000000000035650ba3e7da0eaf717f3d05e12f6ccc4b6dede2953bd7d76dd2a 0.00 MB 15 0
101,735 101,735 000000000000b0f0962b5ee9120ced0ad4bb81ec75e126127e01a696ab9ed591 0.00 MB 1 0
101,734 101,734 000000000002652b5a127350f99616d7319f03b3d66fd503c6c4f8e7f8546409 0.00 MB 1 0
101,733 101,733 000000000002c35b9e1fa9794911ce3907873f3e7a1f14ebb38a678f48e4e421 0.00 MB 2 0
101,732 101,732 000000000001a0689b66e4716750c1a2da0269163bc814d9bd5dae7678423d9f 0.00 MB 5 0
101,731 101,731 000000000000fdac2e648d1333bc36c090081233f914c3181741b7f11b719501 0.00 MB 11 0
101,730 101,730 0000000000023659246615b2a357ca12029c960c6ef9ed902e1987ec84299aa4 0.00 MB 13 353
101,729 101,729 000000000000f60d478323c7b333e0df715e02c0e6549938e265570bf5d31af1 0.00 MB 10 0
101,728 101,728 0000000000014906fde92e6ec0895795536570ec757813205c0bfa16751fbbe0 0.00 MB 14 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.