Memory Pool Memory Pool Refreshing

4,019 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,097 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,355 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,096 (906,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,001 2,001 0000000067217a46c49054bad67cda2da943607d326e89896786de10b07cb7c0 0.00 MB 1 0
2,000 2,000 00000000dfd5d65c9d8561b4b8f60a63018fe3933ecb131fb37f905f87da951a 0.00 MB 1 0
1,999 1,999 00000000a1496d802a4a4074590ec34074b76a8ea6b81c1c9ad4192d3c2ea226 0.00 MB 1 0
1,998 1,998 0000000062436dec026b8c8fcf9aea8554312de16d35888f05d2b41710850477 0.00 MB 1 0
1,997 1,997 000000000f84cb6d276c94f0d8b9ad3d398c164d9eda53491a1102cd4d16ef0d 0.00 MB 1 0
1,996 1,996 00000000f0876346d33d67c16544d3fe99d6898ad114c59f78dfd8c5f41611b9 0.00 MB 1 0
1,995 1,995 00000000379bf01707cf13f4e35dd30493b254508937f7d6b4fcb35948b9afbc 0.00 MB 1 0
1,994 1,994 00000000a2c8ede8616565cf6900e5bea3b4f29734b88c31c06462b6327f87b3 0.00 MB 1 0
1,993 1,993 00000000bfebb625430b6483c7f19d2886d1970cda683971fcccca292cc9b7f6 0.00 MB 1 0
1,992 1,992 000000007e95b1d5a9603874ddbae14c6eacf7dcf86429efb91947ea27ca402e 0.00 MB 1 0
1,991 1,991 000000002a90502d96e8baa75b749b2fb4fa6491e115314bf7674f1e26ff726e 0.00 MB 1 0
1,990 1,990 00000000675bcdd144e9e266ab737f9dd2f62f039074dc1afc174a9d69acf41a 0.00 MB 1 0
1,989 1,989 000000002ace74c47a24e92806aeefb968258359c2988f1bfd134f4bae233be6 0.00 MB 1 0
1,988 1,988 00000000785992b7d5ee630a7aaf650461ca6a5d176d96e8f1d83054132f0bf4 0.00 MB 1 0
1,987 1,987 0000000073ba0d47c8458f2dafd7d7ed616fcb43e6b1a6c8a87236c7d991c89e 0.00 MB 1 0
1,986 1,986 0000000000243dfaef0a3b85c3b9c13c958ce6bed9fd4cb154c1df109c1ef884 0.00 MB 1 0
1,985 1,985 00000000c7b984d0429b8e9ffa044a776932944d3761eedee5d8b7bedb7a1eb7 0.00 MB 1 0
1,984 1,984 00000000d46ffd1af121ae116adaba61d44fbb8ce96d75143016583052715b33 0.00 MB 1 0
1,983 1,983 00000000f13dc76883b73f677d3a63b85f75f580e404a390da41db64885d8ca2 0.00 MB 1 0
1,982 1,982 00000000714040eab6eca36be421e51514f98b8759cd30a60b9565f875ca1b82 0.00 MB 1 0
1,981 1,981 000000004dec691ab72b197449efed660210c7bd2d17ffe3db263c3fea2da653 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.04 GB sent, 96.53 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.