Memory Pool Memory Pool Refreshing

710 transactions
13.89 vMB
Show Random Selection Loading Transactions
Max Size: 56/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 404 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (901,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,781 6,781 00000000336e4ea5c4aaf6ab1ca364716f61a80700d3daec209989d8611bf6f6 0.00 MB 1 0
6,780 6,780 000000009bcc11b4dd61107e161624fd908a034fe873d665bbf995955d1e8aa5 0.00 MB 1 0
6,779 6,779 0000000039bd5d3dbbb145e86c87cbc510534dc0375f7e35874f2307feff05b5 0.00 MB 1 0
6,778 6,778 000000004ce6c7c1e2316c23c633011889a97354c088a7f4cc4c0d7ae02722aa 0.00 MB 1 0
6,777 6,777 00000000d7ccdee2392ff41869997b48eb74e185fcd3641b8601fdec2836ec1a 0.00 MB 1 0
6,776 6,776 000000007feefb009f38a0a5cc4d0a709e34e40668e485c4de41218d9ab58d2f 0.00 MB 1 0
6,775 6,775 000000008ca2f9173c925ab91de3664a09f3b4f3c5b03c9edf62f0bddefe65c1 0.00 MB 1 0
6,774 6,774 00000000e3d54bc8d811f23952e3544a33e3de7713cd31120ed743938edc78a6 0.00 MB 1 0
6,773 6,773 00000000390f30d60559c178ceaee9a3962a12918c301fd515bd1afd7e9adc07 0.00 MB 1 0
6,772 6,772 00000000f03dc0954fa8b920fca34258c1f84c5b4bb89b5c1198ad23a1332cd7 0.00 MB 1 0
6,771 6,771 00000000b961f4f74b927560c40d888f30181aed323566e62f8e07b118de57fb 0.00 MB 1 0
6,770 6,770 000000007c3f149cfcb9a9ef8a9c865c549e816b8b68ab2bbaa3b8700e658af7 0.00 MB 1 0
6,769 6,769 00000000d9bde484ef76bdc5e92bcb4398d231abb357653d05fef0adb0d75123 0.00 MB 1 0
6,768 6,768 000000005befe9fe37f93556a7c9f71b258315e0b9e1d5e9173d41c24e12b472 0.00 MB 1 0
6,767 6,767 000000009d163a49baacdc309025cd43507a259d29e6f58799a3c9ba7a6f1cfe 0.00 MB 1 0
6,766 6,766 00000000f424634e5bcb45b63c4904805e98ead0de3db98412b058cb4c2c36fd 0.00 MB 2 0
6,765 6,765 00000000ffd6cf9652a947452972f4cccfc65eed439f498abac9d250eb844ebe 0.00 MB 1 0
6,764 6,764 000000008f0cff462388ae7ef7e93faea01fb6d8be13f1a5fcf823e067dd4777 0.00 MB 3 0
6,763 6,763 00000000f791b7968f56df4d214cbd6089dbab8d475d5e85d118334060df0fca 0.00 MB 1 0
6,762 6,762 000000006d3205179f1c3cf5da9da2b503aedf20c0cefb7c91c0293ab61113b8 0.00 MB 1 0
6,761 6,761 00000000af3d21dcebdcd1cb3ed6cfe4654612868f2879b45456d4d3691b7d79 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.38 GB sent, 98.49 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.