Memory Pool Memory Pool Refreshing

1,366 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,348 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (905,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,443 3,443 0000000002d82d3e958363ae29b1a07bf3d8fbc4587540e590e7f15f3edabd81 0.00 MB 1 0
3,442 3,442 000000006f96e1687eeb496822e84b1934aa5f09362cc5fd2f20eefca1e77143 0.00 MB 1 0
3,441 3,441 00000000d77100eeadaa69f6232358a6f7b79199108f84826848d49fad83482a 0.00 MB 1 0
3,440 3,440 00000000b40b3445012f57b6d5fc48408182dea75e4428e44ae79909e9e944d3 0.00 MB 1 0
3,439 3,439 00000000610c03e257b7bc6319fb1681489938ac2d9ed2af6c95c77116ea010c 0.00 MB 1 0
3,438 3,438 000000008205f34a79c50c39d5b6a341a1414f56c5c4e3b15cb0a60415dbec34 0.00 MB 1 0
3,437 3,437 000000005c0011e37b2350ab6599e62b52663b38f26f85292a556c2923253020 0.00 MB 1 0
3,436 3,436 000000008447de49d0f9ba366fc7e7e8b09699af48bab369ba849220fcf4ffca 0.00 MB 1 0
3,435 3,435 0000000037bbf8540f82bd8ea365f9c454998b2ca2111d0d6d40abb5a92f6b1f 0.00 MB 1 0
3,434 3,434 000000002bdd4d2377d0874616e031f9d24b42b2b0e03d8d6600010a0918ab1f 0.00 MB 1 0
3,433 3,433 000000003345024722b806f833ae52bdd10e12a4a2d199ea3744b3673511ec50 0.00 MB 1 0
3,432 3,432 000000002997845107d9649b1d8e55fd8c35f4833da9db973f515c1162addd21 0.00 MB 1 0
3,431 3,431 000000000150d645c43690bc7ba1caaa7add0a25bd32c21f67ea1cdd594e1cc4 0.00 MB 1 0
3,430 3,430 00000000a2a59182a50b4f9e1b2f0f966933feea493939d429707c1389956a9d 0.00 MB 1 0
3,429 3,429 00000000af22adca5a00ea77b26e222efad29ab9915ffb2fb26db80783b33a25 0.00 MB 1 0
3,428 3,428 00000000459e9dc7720b210cccc9369a7abcd177fb7781ca2bf7a3d8f61c8bd9 0.00 MB 1 0
3,427 3,427 000000002940b85b30c79da2088854e94ed94f1a5006894c1806993848950723 0.00 MB 1 0
3,426 3,426 000000005122853ac6cdb4b9211b5281208f6f030b8bcf5afbb3cec0f85a3eda 0.00 MB 1 0
3,425 3,425 000000004cd71dd4b667d8c545139537452dbb221081ddcdad71033c844fa52a 0.00 MB 1 0
3,424 3,424 0000000021fe503ceff7ddc10ed10ad00ef14f965e6b9f315ea43af238e9176a 0.00 MB 1 0
3,423 3,423 000000006282666c70f10cb0d1c13b3488cf0ed5140dc0893ce176ae01988548 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.61 GB sent, 100.53 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.