Memory Pool Memory Pool Refreshing

1,674 transactions
25.13 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,419 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (884,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,635 23,635 0000000073df30092bf0204aeaf97a42fd98f4d03d9fdc8361aa56e614e7f69c 0.00 MB 1 0
23,634 23,634 0000000080dfa9afa5cfceff5e6f242e303d04ce3dba3c518be6477d1ad5bc2f 0.00 MB 1 0
23,633 23,633 000000000c78e6bfa7d2f50b217441f5c2ac511b6aa4eb4bd62431b4d035325a 0.00 MB 2 0
23,632 23,632 00000000e8131f73bfad80572304b6742e7f61a16dd47fecf2ee81f25d6e9b38 0.00 MB 1 0
23,631 23,631 0000000064e200df7b342c89db76840b2fd63e121b3d465c6a0ff6aee5db5e29 0.00 MB 1 0
23,630 23,630 0000000033f138f87d39b80a73e26896551f4efc4f5af5bc5583ce841ce75d21 0.00 MB 1 0
23,629 23,629 00000000d27e7dd891c0cb67278125d9379007fe2b68b81ee28cd75f28306bc8 0.00 MB 1 0
23,628 23,628 00000000ca8ea05b96b062c8b3d6d5d2964336b999d4b8f6320ce1d2d5b61ee9 0.00 MB 1 0
23,627 23,627 0000000077f2242dc9cb64116d1f365e03a359f75a96ed85695ffd3672076961 0.00 MB 1 0
23,626 23,626 000000009d17332053e25a81f26c56c0d5f1768c573ef17c747ff6976c96a2f4 0.00 MB 1 0
23,625 23,625 00000000807e567691a7c9f789aa19781ce70f82c52754c88d3309cdee1240e3 0.00 MB 2 0
23,624 23,624 00000000ba0ec79549b6be6dbe18684df0eae128ac3d389362bc3d74e18431fe 0.00 MB 1 0
23,623 23,623 000000007dc6c187763a7717187da62ae95b5863749ec4b17da0b20c8a3e57db 0.00 MB 1 0
23,622 23,622 00000000375ef915b2dba2dd6ccefd43ec311e50fb8341590c0389c863b56862 0.00 MB 1 0
23,621 23,621 00000000d8c42a4936a6e88c37bc53cf4554929c03af650a4d943e7d5d545e4b 0.00 MB 1 0
23,620 23,620 000000001165e8cd13587d28148191fc9521fd2c709eb2e78f3bce1bb482fb31 0.00 MB 1 0
23,619 23,619 00000000ce68aa63968cee071c2198d6d884e97064ad496f9a3b7783be168ab7 0.00 MB 1 0
23,618 23,618 00000000e5ea6a39cc139619aea382acff19ab487b577efb00c43583b7cf8b77 0.00 MB 1 0
23,617 23,617 00000000eb7469edad23206c19eecf1713d4b650e034fbbaea198e62d0c1ccaa 0.00 MB 1 0
23,616 23,616 00000000b4e8959a779afe8237a77c862e8c23f4e1f9ff82bd1ed84bac96b880 0.00 MB 1 0
23,615 23,615 00000000155627a80b6771f14b0739bfcbcbbb00ee8fd1bac5d8704e9a338b5f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.94 GB sent, 98.58 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.