Memory Pool Memory Pool Refreshing

2,418 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,410 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (631,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,453 276,453 00000000000000006f0e808bd46ea4373ae7ff4b114fe7737eebe448cd35149b 0.03 MB 95 261
276,452 276,452 000000000000000015826824aa2f335bfd312bd99cf142141f6d45629d1c551b 0.24 MB 351 21
276,451 276,451 00000000000000026206f846f9f6cfb6b173d402bff4a8af3ad73f2e921fe51c 0.25 MB 638 49
276,450 276,450 0000000000000002e393b2499d39e6c290cef6336e126e1fc37153c9c693b596 0.25 MB 696 59
276,449 276,449 0000000000000000be815c95d52ba77e35687be8564dad658a49ac2e90e79efb 0.02 MB 48 75
276,448 276,448 000000000000000117567ac474d852b342134d4ceac5d690987ed34388332760 0.07 MB 141 30
276,447 276,447 00000000000000038621238133f380b1b40d347d4a36b28861420985d37727c5 0.17 MB 398 45
276,446 276,446 0000000000000000d6055c3a795ed4355a73409f46b036ad6ea793d8f4a59d79 0.20 MB 419 45
276,445 276,445 0000000000000002fb724360447f459c6c2e61bccd4caba226d564646aa6ba29 0.38 MB 348 23
276,444 276,444 00000000000000010eb6ae069e22bd605be3b6d2f8031c2fb956387d34de5868 0.13 MB 79 11
276,443 276,443 000000000000000282a36796215b8a06145904d38ddd777677cd92dc3ce27168 0.45 MB 74 14
276,442 276,442 00000000000000008aab97d91943f50f682b96346889b49230d2cd93c3fe56f6 0.50 MB 235 20
276,441 276,441 00000000000000028b2fea4fae2e27e0b57e35b5fd6415acea5c4edcf8d8fd63 0.25 MB 181 17
276,440 276,440 00000000000000009e343dc5c6f7bf2fba231102018657b8bcab0611eac43f9f 0.25 MB 254 16
276,439 276,439 0000000000000003358545eac3ab64077b17e9fd3ffc39efd60e57780fa18c2e 0.25 MB 654 59
276,438 276,438 0000000000000000d80068583b484026b3cf314451aca14abf18c5ce8d8e8452 0.25 MB 689 55
276,437 276,437 000000000000000027c712aa3c6942c42473662651bc21a47832e54d2eff1e4c 0.03 MB 80 95
276,436 276,436 0000000000000002a2846bca4bec4bbbe34bd5a49313ecb46300ac4666be6a98 0.90 MB 974 19
276,435 276,435 0000000000000000959e0440ebe83cfb848b46eae19ce940e66b9d88e906dc6d 0.50 MB 1,417 52
276,434 276,434 0000000000000001bb04e0d9b6ba14d6dbf4362600b07aaf852ff64227e6d7e6 0.50 MB 1,088 48
276,433 276,433 00000000000000036fa885cc5c897b8ac7b7b9d53aef8bf9c724c56f78441982 0.25 MB 742 86
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.