Memory Pool Memory Pool Refreshing

1,377 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,901 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,367 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,900 (594,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,246 313,246 00000000000000000be816c7b48c06bf36749ec2d833dcd0434aef3bcc486c03 0.35 MB 1,103 51
313,245 313,245 000000000000000002efe82e7f1633cb357e682b89d226451726b47758d43be8 0.31 MB 521 29
313,244 313,244 00000000000000001aa334561f883d3765a76d9b5b160f216c607d249d0408f2 0.32 MB 214 13
313,243 313,243 00000000000000002edf063dbb387b87919f0b1736bf7b86f398087f3d547dd5 0.25 MB 685 37
313,242 313,242 000000000000000020c8a2790ec8324b966815deff651fe3e07942201da63209 0.75 MB 975 22
313,241 313,241 00000000000000000b5d99c30c02206bebeb091b84bd11b19fef0958913ac6db 0.19 MB 512 49
313,240 313,240 00000000000000001ed2795e40fc74de33c2b35501c86eeef9dfc6ffb01be1ec 0.45 MB 676 24
313,239 313,239 00000000000000000a3ad24280ea89b4fbfe9b05e3d63b30f97d3465b2f56418 0.35 MB 878 36
313,238 313,238 00000000000000000406bdf1b380fbe7f16f041a800511f656c43f9fdba89a3c 0.69 MB 963 24
313,237 313,237 00000000000000002a798f111bd05ebd11fa85018317d39873bef17ac55c160c 0.90 MB 1,889 33
313,236 313,236 0000000000000000168e1ae63aac7a15c5820bd69d8a65b85d837448145434cb 0.00 MB 16 28
313,235 313,235 00000000000000000691da0309c945a627b968619bddf204404ddae09e280e24 0.10 MB 203 26
313,234 313,234 00000000000000002e5af01c8d84ed8e0a20e45c13447dbd54b3f9fb7acf85c1 0.02 MB 64 28
313,233 313,233 0000000000000000234db0c6d6eeef46ea339d504c0958c185cdbfde963def52 0.17 MB 75 11
313,232 313,232 0000000000000000162a804be0ed400ca6830076afb7c71a77201353a7b50983 0.35 MB 896 37
313,231 313,231 0000000000000000001f29a9597e7f4cef3a84b286b4c99cd2254742e8001189 0.28 MB 375 23
313,230 313,230 0000000000000000339a5beb1ae83a50f1d773cea9fb852ad38d34b86c9572a5 0.12 MB 256 36
313,229 313,229 0000000000000000372640359af04aef08503834159c0f4072225cc5c74e7919 0.45 MB 628 24
313,228 313,228 0000000000000000089f5841a193791069da0784d5238cd551233fe3d69e124b 0.02 MB 46 28
313,227 313,227 00000000000000000ad45d9ddf42d877eae5b14391cbfc2c81e37b3739497f5d 0.02 MB 47 31
313,226 313,226 000000000000000016e18399848376e34a5211895360eabbf90754c8275ba780 0.15 MB 283 31
Previous 10 blocks ↓
Total Size: 769.35 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,643.64 GB sent, 94.72 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.