Memory Pool Memory Pool Refreshing

2,294 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,274 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (778,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,691 129,691 00000000000010fb8c17b79c6d1ae8de0d04bcf78ed165e6347c515eff4d80fe 0.01 MB 26 834
129,690 129,690 00000000000000df662873b44de7f6307a6ef177042de82d739ad02436cd5307 0.02 MB 35 960
129,689 129,689 0000000000000b43a26ada24eeff052b02e498d98796d58843219831a55479c7 0.02 MB 23 1,220
129,688 129,688 00000000000002bde30d31d6db586a1539d2efd010c29c68d70ebd2fa0eebd5a 0.05 MB 130 514
129,687 129,687 0000000000001538422d7d2b7bc85be215ad57ec24485fcfe816620fb6bfdb3d 0.03 MB 68 955
129,686 129,686 00000000000004461ea6f46f99976fcb6fcb82bd24fac89e56f9d232fa783180 0.02 MB 28 702
129,685 129,685 0000000000001b5d398ee4772b78750395b51f605bacd5a90f416058e05a568d 0.03 MB 83 523
129,684 129,684 000000000000104f68ba7a1f96e92109fbdb380247e5ed68bc01a085bbcf3f4a 0.00 MB 10 0
129,683 129,683 0000000000001799708bf650a6e63de0cbab637a5b553250dec01dd54b76edcb 0.05 MB 94 450
129,682 129,682 0000000000001c1e077d5297cad173517aed7f84297d8cf15f07aaa7175b8af8 0.02 MB 29 1,167
129,681 129,681 0000000000001c2ba2e1a89c414e7762ff44279123a747d047095d8bfcf6c699 0.03 MB 114 430
129,680 129,680 0000000000000026fd3b74e17583571846997805a361efc38da0c5dade03fa11 0.02 MB 84 49
129,679 129,679 00000000000007bc7b345c7b4e0fa5e4915c94b197fe684897a15a9139aad6f9 0.00 MB 15 822
129,678 129,678 00000000000015fa0ae1690ac4f9a37349f9d1737603ea9a771417887a73650e 0.07 MB 189 1,195
129,677 129,677 00000000000004738b07a4020890aba81b5b924fd53cde0700d2a9ebf9cd3025 0.00 MB 16 3,239
129,676 129,676 0000000000000937b362c8a8a1e0b511289fce50ba379150ebc641c58f8be38a 0.04 MB 83 665
129,675 129,675 00000000000016b2a17f9fccb99b0b6830a88c4c8773b8b5a8b918e2adf48a21 0.01 MB 19 1,471
129,674 129,674 00000000000002afb5674ea37bd25cd0de09e7256b4d3f55921b11b8f888e5f8 0.04 MB 76 12
129,673 129,673 000000000000135f176036927bc5b62c6666b334f4706f1244cc6e95a5c106f7 0.01 MB 27 1,641
129,672 129,672 0000000000000c3ce566f137362b800856f04f4686beb63d6882c57a84d6bdc8 0.02 MB 47 854
129,671 129,671 0000000000000e5ec2d0369d920d279871f3b48ebf8d80dd44febd6ad451f0be 0.00 MB 17 1,053
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

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