Memory Pool Memory Pool Refreshing

16,864 transactions
5.62 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (630,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,972 276,972 00000000000000015f482411a435f96e75ca778f6e055aa7ba8f8f80406f8fe8 0.03 MB 79 86
276,971 276,971 00000000000000016a55c24d756c077df90fd1a124de1e2ce904a896c1d2142b 0.18 MB 512 76
276,970 276,970 0000000000000002e0f71c3c172491719e486a53e4a9bb610a9e13b614c0d2ca 0.33 MB 734 62
276,969 276,969 00000000000000006ae679fb2732b1d330ac77157d58b01525e0810ff90ffa5b 0.04 MB 94 77
276,968 276,968 00000000000000022d3804b29f3505a95449482205360c56b104d32122c31e4b 0.22 MB 475 47
276,967 276,967 00000000000000035bd45864bbf2746405f77908893f21a4d085c4c2eac12755 0.07 MB 163 61
276,966 276,966 00000000000000005b6ea58b77594bf153700fdf67aa7a455858996739f62cac 0.04 MB 89 47
276,965 276,965 00000000000000011b9105528262cf3034d5cc04fb604ddad1ee7ed6523aa33a 0.13 MB 301 50
276,964 276,964 0000000000000002f7380fb2f38c71f5e3a28b445aa5e536095f62f0498e9441 0.08 MB 155 37
276,963 276,963 00000000000000018c3639d1ea0e7a41debe9f19355facd593fe57fc2e44fcb8 0.08 MB 196 63
276,962 276,962 00000000000000027c621a36f81520b02dc3d6778b994288fe039ec701ca2b4a 0.10 MB 180 41
276,961 276,961 0000000000000000c9f4313bec97e26ef06f4654d557d72d793c0764b3bfb286 0.07 MB 158 56
276,960 276,960 0000000000000001d84ebebf9d3fa866bd008ed17d6ee34d62f420d83e4ebf71 0.18 MB 323 43
276,959 276,959 000000000000000061ab9b4853c675c16a04ed8009fcfcacb635c24cf825fa5b 0.20 MB 423 43
276,958 276,958 00000000000000006561f17e1f1524c7b614d8a6dc7912692d973dac4ab2b911 0.07 MB 171 62
276,957 276,957 00000000000000029a32fb33c097ee7d73d6adf957efb8c6e76ecc5d55139f05 0.09 MB 107 40
276,956 276,956 0000000000000000baa014a34eaccf1b0579a598fa7ba4abbcbd2f3aea9a8617 0.04 MB 105 66
276,955 276,955 00000000000000012aae07532a398361135805cbc7848804091f3859d68bd059 0.14 MB 309 54
276,954 276,954 0000000000000001d435763a131586413b586b46aade475990d61b0193f408d7 0.15 MB 389 46
276,953 276,953 0000000000000003351437a76d45e2119f20d3f71c1083775aead6cfe3124325 0.07 MB 173 45
276,952 276,952 00000000000000003788ac3db98f21b99151ea65711b53686e1ad3583bd1a2a1 0.14 MB 343 54
Previous 10 blocks ↓
Total Size: 769.02 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,624.65 GB sent, 93.00 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.