Memory Pool Memory Pool Refreshing

3,071 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,399 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (31,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,962 876,962 0000000000000000000186b7c18a8a410d266838f8d95c896bae5e2df3477a8b 1.63 MB 4,058 4
876,961 876,961 000000000000000000024565da14cc4336d8713bcadbc889cb22ed73b940e048 1.56 MB 4,923 7
876,960 876,960 0000000000000000000139773a9f91a256b5472f619b4bd297d07836a6587ffe 1.57 MB 4,502 6
876,959 876,959 000000000000000000002428ab473fa8570115d4a000e637814b86248d35d370 1.52 MB 4,234 10
876,958 876,958 0000000000000000000134c1f8ece34912c2ec8c9d181ec0112a62764d47f330 1.55 MB 3,125 8
876,957 876,957 00000000000000000001d5b9144aa1ec3eba4b082bf77297d517f890f7b2a87a 1.37 MB 2,563 3
876,956 876,956 000000000000000000025e35cb59e2a34e585bf769e5e8cdd1596dc9f570324f 1.90 MB 2,341 3
876,955 876,955 00000000000000000000cb228881ee25d8b8ff65186e7de3f10dd25bb17bd9aa 1.62 MB 3,443 5
876,954 876,954 000000000000000000012c19078e4a6a1cc27ac10eab37a5f925a6bed14d80b8 1.56 MB 3,336 5
876,953 876,953 00000000000000000001361ff2ea4a4fcf9066c90af5ae31f72e1e4c5899daa1 1.57 MB 3,478 6
876,952 876,952 00000000000000000000964f17b0083486f6fd16157b5d1032a1689219ceab5d 1.74 MB 1,665 2
876,951 876,951 00000000000000000000a967921c37960217c60e331a00dd2f6d3fed67c5dfb4 1.63 MB 3,714 5
876,950 876,950 00000000000000000000a6fb991e162d5a77a445864903c364a3dac96d267707 1.67 MB 3,283 4
876,949 876,949 00000000000000000001eab560377fbebd77268fb1857bbc3432ff3e3e3ab2a0 1.55 MB 3,876 6
876,948 876,948 0000000000000000000219ce89bfe52dbbf8d70141346c6f02e81fb9c4893f3f 1.54 MB 4,542 7
876,947 876,947 00000000000000000000b28055be89b8905beda1ef4ae212b5b9b35a8039ca8d 1.64 MB 3,752 3
876,946 876,946 000000000000000000012d200434a227a8c1350fb7848481b1e35fdc9ea9e6bb 1.55 MB 3,612 6
876,945 876,945 0000000000000000000225116b077ad0ea3c8d6985027f6783480559a65fa976 1.64 MB 3,881 5
876,944 876,944 0000000000000000000189088f33d355378ebeccbd0cd3c9e7dd49311f45a099 1.66 MB 4,773 2
876,943 876,943 000000000000000000004f9c12aa322bc380f0306707dc64efd6786f85d1a66c 1.71 MB 4,353 5
876,942 876,942 000000000000000000001ff837d3edbe4aba4a99fdd30ab06ef57443bc969463 1.51 MB 3,919 6
Previous 10 blocks ↓
Total Size: 769.54 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.19 GB sent, 95.62 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.