Memory Pool Memory Pool Refreshing

6,196 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (555,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,183 352,183 0000000000000000133629aae387a89c587e3ab109b64a3c8830ac49148c3776 0.75 MB 820 19
352,182 352,182 00000000000000000df73770206b64f7f821b099955a7009f1f9f4fb51426daf 1.00 MB 1,704 23
352,181 352,181 0000000000000000131967bd9b426c25fbcaa3fbf21847ae2c2692ce9bcd28b9 0.75 MB 2,346 43
352,180 352,180 0000000000000000027035437952717aa6d6636ee873b0e9b7b0ae9679df6be9 0.75 MB 2,430 46
352,179 352,179 000000000000000012d96300fd75bebe8c735b56c719377b36eb6da9ce8f5dab 0.47 MB 675 18
352,178 352,178 0000000000000000059da2bb7848bb2623fb8d399b89a12f3efdf0b39fdc464b 0.14 MB 512 51
352,177 352,177 00000000000000000c41b43280dc8c511c1f45324ff9dd93714ae94ea4594ebb 0.69 MB 1,502 27
352,176 352,176 000000000000000005424715cbfedb34ba751e69d0f81cc74e5cda3366d544bf 0.36 MB 776 29
352,175 352,175 00000000000000001001e6b2828df7d66971a3bae34f1094f30cfb4a20c57cd0 0.29 MB 538 24
352,174 352,174 00000000000000000b0ce57170fc8e433fafdfc000d5a6c880f3480f50ad6758 0.44 MB 848 27
352,173 352,173 0000000000000000093a520db54486c70da61e90b799a161eb1a515f7ef9b41f 0.01 MB 40 14
352,172 352,172 00000000000000001023df49749e82fbbd8d56d9f09e28313e53a15ad7721c49 0.21 MB 434 29
352,171 352,171 00000000000000000318c28f2f7c7510de0c3fe6deae8b75908d47e55aa0f189 0.07 MB 123 12
352,170 352,170 00000000000000001075dd1f21705459bf24774ecff22cd1f75e28f470a98827 0.32 MB 615 24
352,169 352,169 000000000000000012d75926cf5e7527b32ea6993c42a44f5c3bbabc279161ba 0.48 MB 919 27
352,168 352,168 000000000000000001561949d11e0e3398d3581378690e641b86ff913fc051d6 0.40 MB 512 22
352,167 352,167 000000000000000004b92164965bc1ac0b90b97bb5139ece320e42b2ac4f7b30 0.66 MB 906 18
352,166 352,166 00000000000000000d6a2dcd16820e72f3691d4e7530b87a33c2f696c468f7bc 0.75 MB 1,778 35
352,165 352,165 000000000000000001eaf76ae17ed121885cc2ac6a2d3c3eedc58baf384962db 0.34 MB 625 25
352,164 352,164 00000000000000000586bbdfe7689088aa257172a2c2b436f8e6d782e8992363 0.42 MB 698 26
352,163 352,163 0000000000000000123214ad6eb02974e8ae6381a6f8d4569561e2faccd728d0 0.19 MB 365 26
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.