Memory Pool Memory Pool Refreshing

3,279 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 3,279 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (5,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,246 902,246 00000000000000000001760714a961bd67bd617abb1adc3affb074c274b17710 1.57 MB 2,217 5
902,245 902,245 00000000000000000001afc237d5c19adbf4b1bfcfd9e35c949beaa6f7c9e93d 1.64 MB 2,389 1
902,244 902,244 0000000000000000000058d69d76e6f4994ca5e3d1f41309023f602f0c7d3208 1.72 MB 2,573 9
902,243 902,243 00000000000000000000d67ae3109da98dd027f4c98ddf31db58dcbd437d7662 1.71 MB 1,658 14
902,242 902,242 00000000000000000000dca8face196b5d1ba79da6e7e6a4aa45b787997e280f 1.64 MB 3,359 5
902,241 902,241 00000000000000000001c616075292016090e3a77f7f2a1ed3d167a4989bec18 1.64 MB 2,883 4
902,240 902,240 00000000000000000001395da21a9eea2914ecf8fb7bd3c51c4217aad98ffea8 1.59 MB 2,890 5
902,239 902,239 0000000000000000000086985fc0baa7d6c0abbd218efba2b9606dcae82b6d21 1.68 MB 3,528 4
902,238 902,238 000000000000000000001be83090f474a88bd7ae8c3ab4ed23ed662f98c3dd40 1.74 MB 3,965 4
902,237 902,237 000000000000000000005619e8ce1cf9cc31bcf4f489f25503ea459086a53e6f 1.67 MB 3,445 6
902,236 902,236 000000000000000000015cd4c09708093ea55a2fdc8d31c0f4f9da7b10ed5146 1.65 MB 2,930 10
902,235 902,235 00000000000000000001009ee18d68a681723b922e5b756aa89c513f28e15876 1.72 MB 4,387 4
902,234 902,234 0000000000000000000140b4ef44f51270e1a4dfa5ac854d348ff1b1be4ca92e 1.54 MB 3,598 4
902,233 902,233 00000000000000000001b925bb3697e16b26276030d07344bc16988ec9aaabda 1.63 MB 1,700 1
902,232 902,232 00000000000000000000b17df5da1116b7dbb43b5dea3bbe6efe9661c0441b99 1.58 MB 3,238 4
902,231 902,231 00000000000000000002208fab680a683930d23be17e9d2a315c8e0990d9459b 0.74 MB 441 1
902,230 902,230 000000000000000000001164a512ce343408fd4cd5681e628f91815640752871 1.59 MB 2,908 2
902,229 902,229 00000000000000000000f5cda3ed8901d63d31d176e63f3242e9ed758d20cde7 1.49 MB 3,074 2
902,228 902,228 000000000000000000017f9937c97791b2b7b654193586543db742b45eb2e631 1.58 MB 4,022 4
902,227 902,227 0000000000000000000112b6a2538736992a04c465e3f30755e79167ee56700a 1.63 MB 3,543 4
902,226 902,226 000000000000000000002faaa99393d27b8398c4855793f92e8641a7f65e5e59 0.40 MB 857 2
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.