Memory Pool Memory Pool Refreshing

1,798 transactions
7.05 vMB
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,351 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 1,702 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,350 (901,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,352 6,352 000000006af63aee2f43a15fd4fb7976da0be07ed90e0fa4feab5763a039eef4 0.00 MB 1 0
6,351 6,351 00000000a8bdd379ebecfbd4b8a14d03ba76db5addf4274eaa427a84932883bd 0.00 MB 1 0
6,350 6,350 000000006468ac6f353b6619057b3be1e44029731272ea2cf3e6bb7427f226ce 0.00 MB 1 0
6,349 6,349 000000007c6befb84efe7266c7cd2573f1452573f7d397578b7b67198bb0cbbc 0.00 MB 1 0
6,348 6,348 00000000709ec29ec2dc71813775b703420a9778dac292d48d28756d7ecdd60f 0.00 MB 1 0
6,347 6,347 000000000d01f01bdf97b4cb90133fc9f2e20a61e1cd62a43101f5fdfd88eb11 0.00 MB 1 0
6,346 6,346 000000009a6420e6e84a56b9e6c56b15aa3836d168f254bbfb05a0ce6599cc45 0.00 MB 1 0
6,345 6,345 00000000999f159b0f6ae26078f331d5d20aa65b17ab58b8b41422885eaf4b25 0.00 MB 1 0
6,344 6,344 000000001e6107da5e086b101e8af5e8f68cb0f5d267c15d66358c6b9ad27af6 0.00 MB 1 0
6,343 6,343 000000001c53155b3f5a9e3d7a9abdd9f73a6d7a244ef5891fba5ca0953fb03e 0.00 MB 2 0
6,342 6,342 00000000dc13311431d8a8019d731ea5d6b7a6dab21412fb37b28e8d494cb892 0.00 MB 1 0
6,341 6,341 00000000f5989003c6281f982010302c086da7aeb7c5b7cb6c78d0a88b3af70a 0.00 MB 1 0
6,340 6,340 00000000efd2d97de7c773f03ccda887ffd5e86b1290be4ded356a25147a0a0f 0.00 MB 1 0
6,339 6,339 00000000a9c7b58df891736322b516799232e8c7006fab25255a871e00808561 0.00 MB 1 0
6,338 6,338 00000000075ef619e95ee0ce9f508d0ba39fcf57b644f444d5699d9560c8995d 0.00 MB 1 0
6,337 6,337 00000000b36d9aac5de8cc1be1e7cd7e7b2e610e2cece81251d4f52a03b5c1a6 0.00 MB 1 0
6,336 6,336 00000000c4f4b5adaa1ff8e32f81d585476c4c068eb142d1a9407b04dbd2d0ad 0.00 MB 1 0
6,335 6,335 000000005dc16ce13c7671bdaac9aed58ff0078489e578fd34c8bce3b97e15d2 0.00 MB 1 0
6,334 6,334 00000000429f3066e1963c94df6bc5b44c5c5e6dc59861c403c91efc2e6e124f 0.00 MB 1 0
6,333 6,333 00000000e9f98f2d446cc2aa66d55db4d3e877e1f92b6fae8b536097309f6edd 0.00 MB 1 0
6,332 6,332 000000005e440ced458ed300e09b98f94a913a7b4ef196df009a8055f267d22b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,701.96 GB sent, 98.84 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.