Memory Pool Memory Pool Refreshing

2,019 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 2,006 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (787,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,268 120,268 000000000000464eded5826481f039b1db2e940241c5a398e045570e50f637fd 0.00 MB 9 0
120,267 120,267 000000000000933427afe29d8746ab9fc56ef760c255eca8047e6471bc3b722a 0.00 MB 13 0
120,266 120,266 000000000000ad56e7054f563fbd51c097d5b3f24f9c0eff100665dd080a354a 0.00 MB 6 1,002
120,265 120,265 00000000000074c18cf8deb32752f2b479790649aebdbdc196bbdc22122a0732 0.00 MB 9 0
120,264 120,264 000000000000b10af49182429941a6067f97150156f4ea5b6220cc91f05d96b1 0.00 MB 12 1,004
120,263 120,263 000000000000949ad489143cbb31395bce192f487857c7913ad69a608061fe4a 0.00 MB 11 721
120,262 120,262 000000000000686c23bd5905f5863c54363d93d5479b481ded3a78b30d28fb28 0.00 MB 2 0
120,261 120,261 000000000000681bce20fa7e7c24f78f47bc9d37a1fcba0b7538f9a599063047 0.00 MB 2 0
120,260 120,260 0000000000005564e83d4376792e1cee417dbcd4f8bda47e6fcb657a1e38f037 0.00 MB 3 3,030
120,259 120,259 00000000000008e6a1cbe386fc9b7f06db27f502188f26223e31f0c3d0e31d9d 0.04 MB 129 217
120,258 120,258 00000000000035a080bdb81f164b71798a3679d7a48c5b7e058c9ff931e5e3d5 0.00 MB 9 837
120,257 120,257 000000000000322d7391aaf371fae0d3881f675e24de773e36bc135968e7b0d4 0.00 MB 5 0
120,256 120,256 0000000000007938fddf86a809fe6fea4958f2484e5c8c50ee84eb35bcacc784 0.00 MB 9 349
120,255 120,255 00000000000075f9aa6710b66769e0d39dee44dc64c342facd64c6d6a1fb5b0d 0.00 MB 13 749
120,254 120,254 0000000000008c49622c6833aded18b5cab77696a98041734390c7a30fecd64d 0.01 MB 32 182
120,253 120,253 000000000000a795d9e6d3942ebda01f9794693413d08f63635fa2ec1b9c01ad 0.00 MB 5 810
120,252 120,252 000000000000767c7cc133f32cfff5f8f3e39511f72d4e7b404b5598602a7792 0.00 MB 9 1,020
120,251 120,251 000000000000963a6ca1320cd46938efe8b3cf29548dee232f28c014f48e6a26 0.02 MB 45 127
120,250 120,250 0000000000005fb4ed983808dcd2ffa21b8dcc1122e61268124111d0bbf100ed 0.01 MB 19 607
120,249 120,249 000000000000accbca68157e99dbd1211fb0ca290a0e8d6a0b24ba614466b228 0.00 MB 2 0
120,248 120,248 000000000000932fcfa9ece947e26f4067fee826dce81956a4cca1fdc867b959 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.