Memory Pool Memory Pool Refreshing

3,174 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (292,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,436 615,436 0000000000000000000e5532211e49643830b4fdec5853766f3d4a5e4bf0e8a9 0.02 MB 76 17
615,435 615,435 000000000000000000119b8d9aff4cfffeed3cfbcf6edca1a8258217731cc368 0.29 MB 824 20
615,434 615,434 000000000000000000009e39b0fef76c4f9ff65fa19043763584e7c7af0fb4a9 0.72 MB 1,928 13
615,433 615,433 00000000000000000005e180c995220ee5849700593d3606ee0eb26f6de5b5f8 0.01 MB 40 309
615,432 615,432 00000000000000000006d2cf7087398582d5091559dfd9a0ee11b1697cf2e5ff 0.46 MB 1,157 23
615,431 615,431 0000000000000000000e9eb16107c8fa04f388b09f5c849869d958335e90899f 0.01 MB 31 14
615,430 615,430 00000000000000000005cadf179a32ff63a1b1e2a04a9f6d8efbf18aab2263da 0.12 MB 350 5
615,429 615,429 00000000000000000007bf03774be7858f1b398056d7d2962a6ed0d91b1eb8cf 1.30 MB 2,705 9
615,428 615,428 00000000000000000000eb7c267f73623b13f962e93f06fdca3635d589eecdab 1.33 MB 3,001 25
615,427 615,427 00000000000000000000f030fd87442dd14defd59bc0cff843156b4c4b8ffd45 1.01 MB 2,420 14
615,426 615,426 000000000000000000105f127946832037b9dbdb12f950894566e6c14bbf322d 1.25 MB 3,164 10
615,425 615,425 0000000000000000000a24d6543da4841ab809f7d51f37daa2a09e124ea99e34 1.30 MB 3,219 13
615,424 615,424 000000000000000000001650c5b22d5d49a67e66f80ce63bb7b3c559b9eff0a2 1.40 MB 3,279 25
615,423 615,423 0000000000000000000d3ed9ca5a15d7151d93ff1b48b73f33cb01aa0e4e5f39 1.04 MB 2,495 14
615,422 615,422 0000000000000000000ab85ee830a74aa5d6220437afa46942a0e80a765857fa 1.28 MB 3,170 14
615,421 615,421 00000000000000000000c27350b4174dd25a64988d41588426c08b0219f442ed 1.35 MB 1,819 3
615,420 615,420 000000000000000000068c7444c8a618f061941b4c823589375806c22c0e1438 1.23 MB 2,781 6
615,419 615,419 0000000000000000000a4d98c9c2e26648608b5706d513167a9182a9fb80120c 1.46 MB 3,105 25
615,418 615,418 000000000000000000072300dbf192b82a927912d3833433e3069f947bf5f08c 1.29 MB 2,704 12
615,417 615,417 00000000000000000002bb6d69fad4ad01d013e15493b6aa141e95b266a312d8 1.27 MB 2,306 18
615,416 615,416 0000000000000000000f290a21ce12deb8a44f8182f58e9f8be732cbbfe3d43e 1.37 MB 2,955 16
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,633.40 GB sent, 93.79 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.