Memory Pool Memory Pool Refreshing

993 transactions (0.27 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,091 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 976 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,090 (830,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,966 78,966 00000000000a74edc37807553b68b84365f4c1e453948e46ae924088962353b4 0.00 MB 1 0
78,965 78,965 00000000003b817c6570fc4f8f4a7d2f8687d2c93a998296ee4dfad0fd856171 0.00 MB 4 0
78,964 78,964 000000000040d29d99459f1476a64cf7e192f487932e1a39b6a82c88741c92d0 0.00 MB 3 0
78,963 78,963 000000000049879c7ae9063673367de0f151fe180a937cad44dbee430844dbe8 0.00 MB 1 0
78,962 78,962 000000000051ed26c34b20849c75a529cc116d89dfbfc4158268e4ca17eb92d3 0.00 MB 1 0
78,961 78,961 000000000056494bde5b5c58f8621c4473283f660f35399050c8d46f7ea19dd8 0.00 MB 1 0
78,960 78,960 00000000000d9c023a4fd1c64defdb243140e1eca22520bd387a8baef321763c 0.00 MB 1 0
78,959 78,959 00000000001bf698179fb081f22a9a41b47a64cf33f560c795255cca5e0611fb 0.00 MB 1 0
78,958 78,958 00000000005157f28f3725bd951acdb109d8427061180e102e0c89edf6c4c5b4 0.00 MB 2 0
78,957 78,957 000000000011626e6b1ef6c13b861ccd27ab412f9d5c23143c8e2cc39c6139fd 0.00 MB 1 0
78,956 78,956 00000000004f003f3796f8036a3baa70de952eda90769626656f0b8c1743d75d 0.00 MB 1 0
78,955 78,955 000000000006a2c1f6eb0a931eca1a26ce78d19ad09bd2aac9bfe668569fd044 0.00 MB 1 0
78,954 78,954 00000000004db22cf130730302fc211c1bc9b570f14e9c38610be056ae7f94a3 0.00 MB 2 0
78,953 78,953 0000000000222100c55e3f5e1aabce47fb7f9f381fe91491392ac897b992ed13 0.00 MB 1 0
78,952 78,952 00000000000c720f240a59fd17a12eb57dfab704d9e575b470abafe3bad036da 0.00 MB 1 0
78,951 78,951 00000000001cdadabf8b94884266ed71b8478de0629e9dffafe44501fddecec4 0.00 MB 4 0
78,950 78,950 00000000003fcd8952c37e8e4dc2d0924b193fc7bce357cbdf79beaa02dee89f 0.00 MB 1 0
78,949 78,949 000000000035fd2610fa07641eaa0d2d0a50f2a9ec3280ec183413618396b658 0.00 MB 1 0
78,948 78,948 0000000000475de3a5412b194cbf28ab516fca197bfaa73c1441bca423253b02 0.00 MB 4 0
78,947 78,947 000000000018f2af8b358b73bba83266d0b1586d49677f75be58e8f0c94f0b48 0.00 MB 1 0
78,946 78,946 00000000002516ef221338906ffe7417a85dd5f7f71c2f53107081526bb795e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.72 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,909.96 GB sent, 106.11 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.