Memory Pool Memory Pool Refreshing

5,559 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,613 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (71,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,309 836,309 0000000000000000000066641c37e6ccfbf667d6fd1b680293ce2b5747dd7b07 1.90 MB 1,838 13
836,308 836,308 000000000000000000030dfd39c3f28fd24fdda22f56f0e6e0b5cbe1ee8314cc 2.29 MB 2,164 17
836,307 836,307 00000000000000000000638d18439e3a9a302e4839e5c132467f4641a0b3a1e4 2.00 MB 2,706 22
836,306 836,306 0000000000000000000039833bd690a3831d947478d1beeccc08aa3178be179e 2.16 MB 2,194 15
836,305 836,305 00000000000000000003454f80f7e2178c20e14d5ea2b3a5dd020034e88062ed 2.21 MB 2,425 19
836,304 836,304 00000000000000000000af418726f9a97d023b474efb45dd5dc096d39a096110 1.86 MB 2,890 24
836,303 836,303 0000000000000000000348a6a199872895e16e2f548c02cd9ff32d7cd2461d63 1.97 MB 2,025 23
836,302 836,302 00000000000000000000ea98d737cca77dce812be2733702ea47c4955da1a989 2.06 MB 592 19
836,301 836,301 00000000000000000003542b12d7c5669bae0e18a4899350dbb8acfc6312d55c 2.20 MB 689 19
836,300 836,300 000000000000000000034f302a09b28838ee909c9ca11dff5ae48386df5f8387 1.84 MB 2,001 25
836,299 836,299 000000000000000000016f2c0591b6f2fe071973b559506962e9950e257add43 2.17 MB 2,498 23
836,298 836,298 00000000000000000000fbf7abfe41872a536df1641d1cd79931deeaac414696 3.34 MB 1,308 20
836,297 836,297 00000000000000000003100be17e3f9f2b6dddc2e26e703bf3e27e90df2be6b7 2.58 MB 2,401 22
836,296 836,296 00000000000000000002b6257b1ee82e0e874f6386937b60af4b932dfd36128f 2.33 MB 2,326 23
836,295 836,295 00000000000000000002b8d26f08abe356dd4a300d693215f38b76783152dd11 1.68 MB 3,269 33
836,294 836,294 00000000000000000002347942d6f78780c489be810164307153cd5cd84a3663 2.59 MB 2,201 24
836,293 836,293 0000000000000000000076e83ed8c14647b4c089b571825493c79201031e2f87 2.98 MB 1,648 25
836,292 836,292 000000000000000000011bfd28f059a4febc92d22c0e1d87afd2edbe7f56ef33 2.77 MB 1,577 29
836,291 836,291 000000000000000000022ce433d29cb6b7b7f2edf55e8f07cb6b7271b9ca34ef 2.57 MB 1,490 29
836,290 836,290 000000000000000000016a005751ee5087c3cc0d7166179177c5188de3ae8e8f 1.89 MB 2,539 34
836,289 836,289 0000000000000000000355c29c6f245daf67b7e6cfbddd0181d892ef9bb90992 2.16 MB 2,371 33
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, 114 incoming
  • Data Transfer: 1,616.62 GB sent, 92.78 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.