Memory Pool Memory Pool Refreshing

3,083 transactions
1.21 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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,427 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (619,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,435 288,435 000000000000000044032b131171c48f4031fdf2564ab8dd3462e435de1bca01 0.11 MB 113 22
288,434 288,434 0000000000000000a9996c78fb02f84cf25959c7762ed11e27d91f45e6b8e2b9 0.25 MB 499 32
288,433 288,433 00000000000000000db122fcb467a17d08d660f55ab3b11b59aac6a1ecc1706a 0.19 MB 358 30
288,432 288,432 0000000000000000266766b99df9584e0bdac95897cf27eab63e925548454fe7 0.07 MB 173 48
288,431 288,431 0000000000000000d6929a9154d29ab74282de9f49b40d80d96e18116b32cec9 0.33 MB 345 21
288,430 288,430 0000000000000000398739426059bf29965a5ec6e6534ed93f44cbd0fc0f6864 0.35 MB 607 36
288,429 288,429 0000000000000000cd22ccb46db1e58ccc31f04d2a7eabd7cb9d01b2343e135e 0.03 MB 35 26
288,428 288,428 0000000000000000cbf72ebfbc36155af531fb9a0ae72c47d5a1e87f3c4853da 0.10 MB 164 20
288,427 288,427 0000000000000000abe306d857c84d893603318f58719373dcf72a2fe4cc21d0 0.77 MB 950 25
288,426 288,426 00000000000000007ab1e94fb9cf04835b6a4cb605190fb7aca9b28c5c983774 0.35 MB 851 77
288,425 288,425 0000000000000000df3194aa6f7459cb027380fb027d204696af7f8de58f608b 0.35 MB 975 51
288,424 288,424 0000000000000000ee2bda627437387075ab69181a992c4451e601dab528c265 0.04 MB 69 18
288,423 288,423 0000000000000000c328dcea72df1dde22997f94a57d656d7a269490f20e4a45 0.35 MB 627 33
288,422 288,422 0000000000000000cc75ef1290a4bfd0cdc7357554f47e8946d1edfa29db4a5d 0.60 MB 905 33
288,421 288,421 000000000000000014c7ff5e54a46b5fa84641d1268d57db6789e51c0f5cc079 0.14 MB 115 13
288,420 288,420 0000000000000000d35374d3ae7341080a6ad6f14d119cd3325e4192e2eb3dde 0.35 MB 443 27
288,419 288,419 0000000000000000003a9df6bdb5c0cf78a2eb645a8bc83fbc10daac0ba504d1 0.35 MB 919 48
288,418 288,418 0000000000000000912f494a8049099fbab636e8ae5f31fc544ddfd042f8732b 0.08 MB 37 10
288,417 288,417 0000000000000000eba7801ebfd971f82e003798045153e8c73756c86b5ead63 0.04 MB 69 28
288,416 288,416 0000000000000000977ee1ddd009e682b939654ff091c4d36fca298dc1961a3b 0.19 MB 347 31
288,415 288,415 000000000000000023c9de469ac4132e34fa1d80a57b88189e7b8ea0d1c29f05 0.14 MB 224 28
Previous 10 blocks ↓
Total Size: 769.36 GB

Node Information

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