Memory Pool Memory Pool Refreshing

8,479 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,504 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (531,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
376,625 376,625 00000000000000000c48dc0624f2f42defccf8fa762e846fe61dd9c54afe2231 0.25 MB 429 22
376,624 376,624 00000000000000000a41c04a8e83a18417f0b56d479ce652a8ecd60630816ff2 0.50 MB 974 47
376,623 376,623 000000000000000007a134727d4113b4b7bbcc7027db5e81dfa90551c8ad4ed6 0.33 MB 609 74
376,622 376,622 0000000000000000053d12148021f713e0aaaccb2f87c7f5904bdd4aec5c8c8a 0.09 MB 112 14
376,621 376,621 000000000000000002cc95d0ac3fb6e8afbda5ccb93ca235d52a6baedb2d23dd 0.25 MB 365 61
376,620 376,620 00000000000000000b27efbf4d481c66dd3c90569c0c65ada2f5fa22afcc568d 1.00 MB 1,367 27
376,619 376,619 0000000000000000014be09b216cc52895508131dcaf271759ab3592a2524b0f 0.18 MB 345 32
376,618 376,618 00000000000000000b711faf602fd098f39e80e0f7522c511fb680ff5208b182 0.14 MB 249 32
376,617 376,617 00000000000000001124bb770dd496decf29d52d3a60408e62a7a4c5b28b803d 0.28 MB 556 31
376,616 376,616 000000000000000002d7299543bb010fb36dbead9bf9e63e359439a38dc706fe 0.26 MB 517 34
376,615 376,615 00000000000000000a86df9325c28a7c48e53d2785d4cf3c4fc406e20ee7d826 0.35 MB 639 33
376,614 376,614 000000000000000010789b052e514ac9fbe1ee087ce5502e0a811c4a053be9e1 0.53 MB 905 30
376,613 376,613 00000000000000000a7dfd5cc85d76b88a2e808f525efb3a1913b090416437bb 0.16 MB 248 28
376,612 376,612 00000000000000000abb5fe652a7e97f381301979a51a0fb63cac26a004ee794 0.41 MB 544 37
376,611 376,611 00000000000000000e5451c161a5a973bd8b1cc701ca731140a5a16843749bad 0.34 MB 740 35
376,610 376,610 000000000000000008b225f834d14e7e4208d4badc0e17d56cf070250179275e 0.39 MB 906 33
376,609 376,609 0000000000000000049b1ecabe7c8ad3b11a93f28287af22ab2a1743f9a3ccda 0.35 MB 522 22
376,608 376,608 000000000000000002b23ebadaa6bb3552b0047d09b232e66413bc45edbd7510 0.39 MB 662 32
376,607 376,607 00000000000000000c6da9ea463c3547e97e790032c16f7b95fbc38817dd2838 0.21 MB 224 16
376,606 376,606 000000000000000000a9c5f3b20a56accbc66d404c3d9e5ccbf8d1d3740f318b 0.75 MB 1,579 37
376,605 376,605 00000000000000000da116030868c0ec12c8750feba89349dcf28fcef69b6ee8 0.64 MB 1,724 41
Previous 10 blocks ↓
Total Size: 769.03 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,625.16 GB sent, 93.02 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.