Memory Pool Memory Pool Refreshing

776 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,359 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 737 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,358 (906,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,189 2,189 00000000b0e0b48f8503ce535d51691aad2366d7b0a77da0e7f5b6b9b3fa2091 0.00 MB 1 0
2,188 2,188 000000006b74f30b5794a5317f3997d249ec49021f459807ba95f935836cef5b 0.00 MB 1 0
2,187 2,187 00000000cae563ab1664f9981aadf913f9d8d92712763f43b5a683d13b9fd1ef 0.00 MB 1 0
2,186 2,186 00000000e23049eb5996fd8985fe1a4d033ef5bddc05a5e1cf5f6511398c15f5 0.00 MB 1 0
2,185 2,185 000000006a9a9a493078ad2831b9fa32695d9701019b3cf97114dba87e4054aa 0.00 MB 1 0
2,184 2,184 00000000bf3bce6a2896fc62bdfba48bdd955178d10e4ff15eeffe61ad41f714 0.00 MB 1 0
2,183 2,183 0000000053f12d670dc0188a5f4e8be2f59215ce14eb128c14faf997449b7183 0.00 MB 1 0
2,182 2,182 0000000078c1dfef29ed103d268ce77b6f5afffd0146dd2f5796b35b45d58342 0.00 MB 1 0
2,181 2,181 000000005e03eceb949b01f3e8a4e13382850aae6e7097482661ddc1813b08a3 0.00 MB 1 0
2,180 2,180 00000000905094bf55841908b240d56d7016cc60d49d2ec0bafdfa60edc1dea8 0.00 MB 1 0
2,179 2,179 000000007c8087b2f6ee94537a66e56e6bc0a1b290f2def8557c1bd1bded70c6 0.00 MB 1 0
2,178 2,178 0000000003a92603ab1f2251c09b72d830fedd485d10149b7bbeb0bde08d42af 0.00 MB 1 0
2,177 2,177 00000000bc3014410bd11fb34d87835d9301cce6f48ae38e71a56b6cbac985e3 0.00 MB 1 0
2,176 2,176 000000007f0b289645f06d880831c128a81c8d225671963668f63039aba5671c 0.00 MB 1 0
2,175 2,175 00000000f7a80dbc86ad8adb945f503d4199716553a1fe6c46811b524d1a765d 0.00 MB 1 0
2,174 2,174 00000000b2031d82577d9bb787414b85a64ade60ccc77aba4a226d68e66878c5 0.00 MB 1 0
2,173 2,173 00000000f9987ab7340cd2f131c213e651b22a94d96d5b001bf76b6eb0d6042a 0.00 MB 1 0
2,172 2,172 00000000370dde69574594d54c8881a95f42884b389bb1c373374cff00c1f5eb 0.00 MB 1 0
2,171 2,171 000000006eeb5d7c42df514952b7d0967e9e9715920e1203f5af7fe5413379ea 0.00 MB 1 0
2,170 2,170 00000000c5c4c42dfef8001bee355aa6f94fc865eeae3d4c880316e55a8d7f88 0.00 MB 1 0
2,169 2,169 000000006b23459470cd0077f72e7724620d37f8645e95fe82369ca4b191a950 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.34 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,702.97 GB sent, 98.90 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.