Memory Pool Memory Pool Refreshing

3,041 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (697,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,426 210,426 000000000000024cfd022f4525f54fcb035094d5202b1861875be732131a4213 0.03 MB 55 148
210,425 210,425 000000000000008680c822864a2a0b2cd584f56744d0c42f2d818567fd71d41e 0.13 MB 365 188
210,424 210,424 00000000000003409e48dedc2e89cddb7b70478b5272fbda7c7346fce186a052 0.05 MB 150 76
210,423 210,423 0000000000000029c6d2a4bfb0bddc2c271fbef876ca7f04b60195f150863245 0.05 MB 101 129
210,422 210,422 0000000000000165db3f3e6ebf5fb2576ad12fee647b42f090b4a17505143fac 0.05 MB 101 173
210,421 210,421 00000000000004179e032106d9f8194df9c0ef71182581d71ebc837b98d1e4bd 0.04 MB 93 151
210,420 210,420 000000000000032a50b6cb3fa556d8cb040367c5929a96350494c95e07a1ebfd 0.00 MB 8 17
210,419 210,419 0000000000000401702768b8fe723e1ff122e43fcb9ddd5e5298855bfee5d2f9 0.13 MB 174 58
210,418 210,418 000000000000038a81a6c4f9787769f602417acb0c8bdb1eb1101913507ba3a7 0.09 MB 178 134
210,417 210,417 00000000000003e958de48ca38acbce3f76164d632453232c8cf8e06aaeabc1d 0.01 MB 12 87
210,416 210,416 000000000000036b0ba5fd4e762f8c746a47a9714f92b3a2e44e3916a6f68165 0.04 MB 90 172
210,415 210,415 0000000000000048b637316efab64c60a53cb54b6f742407dd5ff0025c8b7977 0.20 MB 484 179
210,414 210,414 00000000000000f7aecc2c5883d4d2ecfc9b132693ca3932c48b55b16a07b563 0.08 MB 88 109
210,413 210,413 00000000000002e068a567bd147f519cee5728e4d2e46308895c835064c397c0 0.03 MB 72 232
210,412 210,412 0000000000000098385a3ec06140d04aabafdfe4885fad2baa28249a869cacd5 0.02 MB 54 153
210,411 210,411 000000000000047c8f872797bd87f98597e8fa3c1a41c3208ef7af9444a66702 0.01 MB 17 8,076
210,410 210,410 000000000000024817220e2c1304e8e2172c3c2e850f9f14f67b300cab8edf1a 0.11 MB 285 176
210,409 210,409 00000000000004897a1c341f03e77e523fa8eeb1c51677c8ee1c59966f07aa64 0.05 MB 134 180
210,408 210,408 00000000000002e634b290e9a7a6bca5f59ecac10366b13ea1fbe069b1590478 0.03 MB 34 89
210,407 210,407 00000000000002517b61690a381f1bbc6e8c77c4b9c1f566d0c451c8fb175ba6 0.08 MB 191 212
210,406 210,406 00000000000002de9c1decaf9cb207af4452e8f00baeadc7729618ff3f4ce9e9 0.04 MB 106 61
Previous 10 blocks ↓
Total Size: 769.30 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.59 GB sent, 94.42 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.