Memory Pool Memory Pool Refreshing

3,987 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (53,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,671 854,671 00000000000000000002de868a2d39935f62ea30b3738cb9b397e54ad0c305ef 1.72 MB 2,869 16
854,670 854,670 000000000000000000036083542a0804ce0058ff53a99d2dfe769fb6fcf63032 1.64 MB 7,128 4
854,669 854,669 000000000000000000013fbcd85d7788f3419182cf81c27eee33b11686cf598e 1.67 MB 5,948 5
854,668 854,668 0000000000000000000055df5cb0bfab4703215aad3b45da742c9862b6ce241f 1.53 MB 4,182 6
854,667 854,667 00000000000000000000850168d549c73edbb1dd6d2cded3afc62e5c787e83d2 1.58 MB 4,518 7
854,666 854,666 00000000000000000002c4afe9cec73ac95bdcde7601c69bbec81076a12bc309 1.67 MB 4,658 6
854,665 854,665 00000000000000000002636ab48b71abc73893c1dc1fabe38513b9c03ed7b227 2.06 MB 1,638 3
854,664 854,664 000000000000000000017f4780649b82a5eec655e78c4d85f79bb1636dafe3b2 1.61 MB 4,482 6
854,663 854,663 00000000000000000000257f386cb4ed8e915b153cc7902ecb3c225eb6b4cd55 1.68 MB 5,586 5
854,662 854,662 0000000000000000000267ac40dbbcefcbc280c09b99379f5dadb29448d85905 1.67 MB 7,089 3
854,661 854,661 0000000000000000000139ea7042b7accba1f23cb5880c24fb00330118b39a38 1.57 MB 4,452 6
854,660 854,660 00000000000000000001f71365eff1fe42543264b35dcb8236b285fba9f00be4 1.65 MB 4,179 6
854,659 854,659 00000000000000000002a29064c0f22edfa8219b90d080c0cd96975549c6a851 1.80 MB 2,704 3
854,658 854,658 0000000000000000000034d9226b21112bedb74e705abfbcb400db5e4c16a55e 1.55 MB 3,319 7
854,657 854,657 000000000000000000014575fbbdcd3141f7c751cbaeed75000b0faaf1f89520 1.47 MB 3,165 8
854,656 854,656 0000000000000000000102d298135464a19986721a60fb862d515292b1e28e19 1.58 MB 3,710 10
854,655 854,655 00000000000000000003181d86b6b7d12af3c7e87cb8fdfefa094c6d8e634b20 1.60 MB 6,221 3
854,654 854,654 00000000000000000000daa265fc79b3a65aa52397f8115600b27732083c8715 1.49 MB 2,990 7
854,653 854,653 000000000000000000033c5709d43b5e6c8e1b7229a8b9c9c68c1a68e7ee6f27 1.63 MB 2,758 7
854,652 854,652 000000000000000000023e68c9138702f7cc1bda62ee56c302595a3340aa501f 1.65 MB 3,818 11
854,651 854,651 00000000000000000000380e70e52158a89a6e870d752677f6676dc5ba4e387b 1.57 MB 5,720 5
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.