Memory Pool Memory Pool Refreshing

241 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,882 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 229 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,881 (635,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,552 272,552 0000000000000000ce8dd83fdc4b13dc739b8b31874dedb05cbe17af1df24a8e 0.15 MB 306 45
272,551 272,551 00000000000000044f22db356affecef0cba58f12e6dd82fd8414f093912d6c1 0.49 MB 706 24
272,550 272,550 00000000000000051d23ab9c62809c07af359dbc849e892e6550f7beaa091419 0.25 MB 647 71
272,549 272,549 0000000000000005a07a6a32d83453389691ac4ce01dd6689e7f2c36d9046d73 0.25 MB 582 94
272,548 272,548 0000000000000005e6fcb3ae218b13fc7a9f226f9aaa5be225acf7d0d3c869a4 0.50 MB 1,130 57
272,547 272,547 00000000000000014937a53b3e31dd2f274256ae6950d6333b7960879933d235 0.10 MB 206 37
272,546 272,546 00000000000000010a235aa4b347bafe2a0aecf52eb4493ab9638c7e1f72dd25 0.02 MB 33 12
272,545 272,545 00000000000000046e04df26ec9d7e28643fef02197a297f317043afa4fe92ca 0.04 MB 63 9
272,544 272,544 0000000000000003662de3a0151b2209b1e98ac926b2b8ebbb22991467313e6d 0.25 MB 541 49
272,543 272,543 0000000000000004a1f60339976cc3d12f935e3779f5d8b480c1038b910abd7b 0.21 MB 344 41
272,542 272,542 000000000000000067a745d98d042c6a6dbecf23026a92f6da63ff76a41b6ab9 0.24 MB 458 57
272,541 272,541 0000000000000004304397897dfd962004b29daceb20e0109b6117057919f18c 0.50 MB 614 44
272,540 272,540 0000000000000001d421ae5296074b7a695ecf4d404b71a5a9f9ee3485a15540 0.50 MB 896 53
272,539 272,539 00000000000000001ee757a544f1b2c2ecedbb1bfc6704095b0429f24a6c5b82 0.25 MB 348 40
272,538 272,538 0000000000000005e08d5f10d3e35884f759e1bb3a017ffa70446742ed20e859 0.25 MB 269 26
272,537 272,537 0000000000000005a55d5d83ce8ab68dcca5b0cffbe3f497f90de056412e8357 0.25 MB 475 30
272,536 272,536 0000000000000000af2572fc00ba469bd38c0b6b4b31cd35d445465cc43e8a17 0.25 MB 588 37
272,535 272,535 00000000000000040b9e7b8c25382033622f95ed6a493079455084e2e3f094e1 0.25 MB 690 53
272,534 272,534 00000000000000049e5d058416c09e861cf9c7980f5658cf62a8103429f04858 0.50 MB 1,155 93
272,533 272,533 000000000000000106d0acaf5133dda9c7c9f80829ff4e509a9bf66268b87727 0.11 MB 107 18
272,532 272,532 00000000000000023ac06981f858c392ebc9fcb0e9ca8b6f5bf77a6b23addcd8 0.50 MB 989 34
Previous 10 blocks ↓
Total Size: 769.32 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,643.07 GB sent, 94.55 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.