Memory Pool Memory Pool Refreshing

2,929 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,929 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (6,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,247 901,247 00000000000000000001b12d2232ae479dca77e33914b436809d825703d2f237 1.58 MB 4,101 4
901,246 901,246 0000000000000000000093557e34915e3c6cfbb20aeb3a68d60498081be3c0b2 1.01 MB 1,979 2
901,245 901,245 00000000000000000001388167ce1f7c6c3095440a1b9fd495e6c7893f4f2a53 0.05 MB 160 2
901,244 901,244 00000000000000000000043e9b2e71197adae0620acd8a3d5383a9322b34c38a 0.67 MB 1,324 3
901,243 901,243 00000000000000000001228b82ed8f7d9d683f4daadcf390b304283aeeaf7ebe 0.63 MB 1,204 2
901,242 901,242 000000000000000000013cdef1deee30b0a41c20ed24d0b60e427c24b56e0557 0.47 MB 794 2
901,241 901,241 000000000000000000019318d2a67692618f6fe8b3eea2e6080ca58d492e47c2 0.65 MB 1,491 2
901,240 901,240 000000000000000000013d00093d5ed1bd6d03f9e37f7565daf983bed8f9d632 1.28 MB 2,930 2
901,239 901,239 00000000000000000000b4f159a662f1d7875d33846e6cc252f852ce71f2e14d 0.86 MB 1,519 2
901,238 901,238 00000000000000000000c316607ba7408ae4425b11337aa7ba95ffb379889f72 1.61 MB 3,103 2
901,237 901,237 00000000000000000001cd4b3426ca19f3a68f176b81c98d34965f0217afd064 0.70 MB 1,535 3
901,236 901,236 000000000000000000010bea081d33e80bfe1528e4e8b37c8253b484891b1584 0.70 MB 1,237 2
901,235 901,235 00000000000000000001aec31d8f1195bb2d7609dfbca7cdc3627287f8d3c546 0.07 MB 152 2
901,234 901,234 00000000000000000001326c03a2e612780735614e9d2ba626405d376d93f320 1.07 MB 2,551 2
901,233 901,233 0000000000000000000121d1692b6134706648da41286a376b0101b2a032fbc5 1.07 MB 2,802 2
901,232 901,232 00000000000000000000652b7bf746e6cb6ee54f393671f19159d29a1c8fe2be 1.51 MB 3,071 2
901,231 901,231 0000000000000000000129cde5c85bd9482b6f39df7f2971b16782af19b75d98 0.94 MB 1,955 2
901,230 901,230 0000000000000000000198994fdee4966c2469ea813b59c5d09550b2a743cb25 1.80 MB 1,370 1
901,229 901,229 00000000000000000001eb2804138ea26f662fa9b5bf165809b284447de4f883 1.57 MB 2,381 2
901,228 901,228 0000000000000000000028d0db58ae740c63b30c8f703b835292a0c607bfa15d 1.55 MB 4,056 5
901,227 901,227 00000000000000000001076a1df679095d8a25be4d42c719971ce3413e115073 1.49 MB 1,024 1
Previous 10 blocks ↓
Total Size: 769.59 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,651.13 GB sent, 95.87 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.