Memory Pool Memory Pool Refreshing

6,277 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,122 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,809 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,121 (879,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,306 28,306 000000000d47e91083d3901998e79624b7cb5373f6717fe97eedfe24cdbd68f4 0.00 MB 1 0
28,305 28,305 00000000299f649d660ef75ba50c6e4ef2e10b037b4b7bfec31626e1fa4c962b 0.00 MB 1 0
28,304 28,304 00000000f9d14bbfdc2c9835e377fde43904cad9f8ebb70f95a7338de0acfafd 0.00 MB 1 0
28,303 28,303 0000000049ba2f4cac935fec2e8159682a42b4858e16c925cdcfabe1ad993847 0.00 MB 1 0
28,302 28,302 000000007c8856efaeca6907277037845c0b582b42b5141acff367f41a558c1e 0.00 MB 1 0
28,301 28,301 00000000676de26b51fc2bddbb752d640e618f7e2c7f09b37222ec297d504662 0.00 MB 1 0
28,300 28,300 000000007a3bce783c7a32c7cc0de1cefc08618e25636c9ceb1d8acd0f9d1d18 0.00 MB 1 0
28,299 28,299 0000000053a660bd56b4065133dbf247ed4961939e93948f2d561d351e9b4a40 0.00 MB 1 0
28,298 28,298 000000001cdadbb315fb7d9f5750302e6a38bcdc25bceb7c030ccd1976c503c0 0.00 MB 1 0
28,297 28,297 00000000f88690e17aa549ad7b9917e2fffdbb0b880ff1ca05c5212dbf5f6da0 0.00 MB 1 0
28,296 28,296 00000000a63879832b1077fcfa60995db4e2342269124956f192fc0178446f4c 0.00 MB 1 0
28,295 28,295 00000000a132257cd9aede50c2d116c3dfbc6d81e07ad5580e33ba2f251bb53a 0.00 MB 1 0
28,294 28,294 00000000d1f7d5dc86e186264d0424a6cbded9463694d2f20554de7ed50056e8 0.00 MB 1 0
28,293 28,293 00000000a3fafbe920890b376f0767bc91e9b2b60d65b2a12ea500db4ace1ed2 0.00 MB 1 0
28,292 28,292 00000000d1915d0668677c0d156e2f8e5a784dd31cfd0b22de73817da23c4a48 0.00 MB 1 0
28,291 28,291 000000004b47a24693c6281c69e0ba2a70634e60bc30c2c0e091e34cc2b127f0 0.00 MB 1 0
28,290 28,290 00000000eb2f73a24eef7f8ccdeb16aaa183246082387dff391af71c4eee98e9 0.00 MB 1 0
28,289 28,289 000000004e4a5d7a0cb4464692099b7fa7a511160b95f20ea09bbdef7b1d7891 0.00 MB 1 0
28,288 28,288 000000001db589ebcaea937bcf2fd7b4abf234561e325840d22e8682c7fb29f4 0.00 MB 1 0
28,287 28,287 0000000036405b58683cccebaaf83c94eb6f8b793ddfe55aff56ec8f6c0b8cd9 0.00 MB 1 0
28,286 28,286 000000004fe8caf349e8dd3ca0b75345a0edbf4420b5bae5fc367100a0a7d939 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.77 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,679.82 GB sent, 96.77 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.