Memory Pool Memory Pool Refreshing

3,188 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,871 (640,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,794 267,794 0000000000000008d4caa3075a4ca425b3b37d84c51773dd26248d9703d1e703 0.00 MB 1 0
267,793 267,793 000000000000000997351d0fda1ac2f7688432a49a285572bce940c3c78f2fc8 0.04 MB 101 68
267,792 267,792 00000000000000090d0b31dd43abbc50f76bad47007d57ed410a6c8050551623 0.10 MB 132 42
267,791 267,791 0000000000000004d3eb37c5dce49c502a92791a216cb4fb558774c344d15117 0.01 MB 36 49
267,790 267,790 000000000000000967816e0373b5ecb533be4bc40e69c9168ed304cc7b2a9c84 0.11 MB 224 59
267,789 267,789 0000000000000002972fc29f5d39d53dc9292b2fb2c47b15b771646163422977 0.10 MB 228 24
267,788 267,788 0000000000000000bb6e8f4f91225154a6c29e63f10f4c8a6874df2abd60173b 0.23 MB 369 59
267,787 267,787 000000000000000338ef766a6df3638b568aace8141db686901e7f09f254d38b 0.31 MB 669 69
267,786 267,786 0000000000000007cde6794c1f8330eef665f4d35bd459c70996d4682d64309f 0.16 MB 230 50
267,785 267,785 0000000000000003e7546d128439e0ed908c0db513d6548b07a5ecd13e78925e 0.03 MB 64 42
267,784 267,784 00000000000000026fca4f2d8445d6f2dd8d3716967d7ad9bc57f56cd6b363f8 0.15 MB 296 58
267,783 267,783 0000000000000005dc3c000d201bbf66c182a98062613ca0f18dfc6d5cc24e1b 0.37 MB 567 66
267,782 267,782 000000000000000137eac86cf26d164393499ad8d7361194a0648925e4180dba 0.50 MB 945 3,433
267,781 267,781 0000000000000006ce784a07f8bff6bb3e59fe58050864f34e44e846025528e3 0.15 MB 226 57
267,780 267,780 0000000000000008d0d5bd8cfe3b33e6a2b75f4d2b3156d467c4dd51a17e3ca1 0.09 MB 235 79
267,779 267,779 000000000000000319653d105730148d3e88ada83c49cfd1771d4e9c40bc2f21 0.11 MB 257 88
267,778 267,778 0000000000000007715eeb7650f76127740b42cf84ea49354049bfc03fb299e7 0.09 MB 202 68
267,777 267,777 0000000000000009e30d818cac47505f3f3b885662188278130404451ac17ef7 0.10 MB 230 55
267,776 267,776 000000000000000a7071483859282a2f1596633cc21da8423a50e1b2c9cd6a30 0.01 MB 40 61
267,775 267,775 000000000000000a458304d15c18175f03398cda3b5c2b168a4a6cb8ab52a931 0.03 MB 44 40
267,774 267,774 0000000000000009bf908a70c41425dd72d044bc605adb87d750eb5b10087770 0.05 MB 107 31
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.69 GB sent, 94.44 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.