Memory Pool Memory Pool Refreshing

2,459 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,181 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (662,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,440 245,440 0000000000000011546e74fe6b1a4bee42d91b54853bd34f4fb85e01a5b44eec 0.03 MB 86 52
245,439 245,439 0000000000000022069c935cc459d5976f084af0e18da211e44b5641674ea523 0.18 MB 442 150
245,438 245,438 000000000000004c98991cb1b04a016bf3f2164d47d56ef0854f9da5e89f1b93 0.00 MB 5 58
245,437 245,437 00000000000000b5acf534c76363b58d5cc189a65bf986d8830cf18941081912 0.09 MB 216 147
245,436 245,436 000000000000007ac1335f42b304538e5198fcc279dfae1e18f3736bdb87215a 0.02 MB 47 153
245,435 245,435 000000000000002252a8c71ffae4df83abc9a25010d88a415edad0d5ed00419a 0.10 MB 256 46
245,434 245,434 000000000000008c99bd82fef9d25d6c1a7dda282deae29566e6f8e07b4c5116 0.00 MB 9 118
245,433 245,433 00000000000000935f480ba4457a60b8da67890ec231fd5480b557637e09161f 0.02 MB 67 161
245,432 245,432 000000000000006457478825e0608a93df85da294d623b80c85e4eb352085672 0.02 MB 30 68
245,431 245,431 000000000000003ca0f3c76fe87af5c9765a1bfabf3ba3895ab339971a53e896 0.08 MB 217 184
245,430 245,430 00000000000000138b0129bd0afea45c14e2702146cd6e12204b2715e7e8b187 0.09 MB 214 107
245,429 245,429 0000000000000061e226d76ca525c42cf74ab7c38578ae2d004592fd11d8bb59 0.01 MB 11 57
245,428 245,428 000000000000004c0b59d771edabe032853dd638a4105519720877ff2eb804cb 0.06 MB 160 139
245,427 245,427 0000000000000075205168c41cbbef154b5f7fbe9fddb846e94350d2522de632 0.05 MB 80 88
245,426 245,426 00000000000000195864a9d0e43d68a171632eb1a25954d78f04c63f1e328111 0.07 MB 176 114
245,425 245,425 000000000000005fdfe198b9e4b98850c6295103c5f04ccd1c60b67ecffc27f3 0.13 MB 252 117
245,424 245,424 00000000000000029a8fea39ff4eb39011f30447d03d2c0a1a2ff28be148a03e 0.23 MB 575 144
245,423 245,423 00000000000000037108420424ee2a8ab04111bbc272f1bc55b00b5b71e29ed5 0.01 MB 26 73
245,422 245,422 0000000000000055107efff4adc11a4a1539d0920335a4e9767f97d38175445a 0.09 MB 209 136
245,421 245,421 00000000000000c73eee3be3cb14b1a545950a6d7cb82e173d54b6f5f2091fde 0.05 MB 63 59
245,420 245,420 000000000000000114d1f9a0c70b20a774a7f30bba7bb1d6bdd74cc20ae6b327 0.03 MB 60 41
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.20 GB sent, 95.63 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.