Memory Pool Memory Pool Refreshing

1,589 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (881,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,193 27,193 00000000c01d17102b7b5e79bd5515a22ef88919f510873b6a613e57c6408905 0.00 MB 1 0
27,192 27,192 00000000feaee42b674b7d2a2210bf13d6176e2f47f6e46bd76b6d4683b11f92 0.00 MB 1 0
27,191 27,191 00000000beea78cd41d840f3f21c6effc5652408ffc4494b7663ce91dc2381e6 0.00 MB 1 0
27,190 27,190 000000007d8acd5a614306efe70fa4ce3db117753374027c477ff438f2917b31 0.00 MB 1 0
27,189 27,189 0000000067fe279ee7dfe2152350d24bf38d7efff28d3a9b15cf9c3b87034fb8 0.00 MB 1 0
27,188 27,188 000000001c2d5393da43c8a5d7247f0f41f06e7d7ef73d6ccfafef9ca1a383ee 0.00 MB 1 0
27,187 27,187 000000007933a11dfcf870c5caec5916d2c5a78b32c8c0eca8895c97352d73e4 0.00 MB 1 0
27,186 27,186 000000001efc0e34cad08de1c7af60a61b522285629b8a7bf0c554144a5d3413 0.00 MB 1 0
27,185 27,185 00000000d9ea330e417953259901a3fa3738788c7d3bee619dabff2928e0f0fd 0.00 MB 1 0
27,184 27,184 0000000032181f74336e5d3f235e0f9a82ea5f27147b60e26eefc8a629d3121c 0.00 MB 1 0
27,183 27,183 0000000024a6d4cdf1aece6d30317ca1efab546b9c2d1bac50d269ed2e6cc1bb 0.00 MB 1 0
27,182 27,182 000000008324c376feb97fe9882345854b16dfc07679d7ecfd09dd361f26df32 0.00 MB 1 0
27,181 27,181 000000001f204bef22a206e89973fc32f4c92319d24b071e222b0c01e64fc571 0.00 MB 1 0
27,180 27,180 0000000070d241dd5a5372796ebaa3498194ef8d127d5683a1ccb69441675794 0.00 MB 1 0
27,179 27,179 00000000e8bf835c1df68e59b66c7d891e4e221a3d0739585d51810467c2f78a 0.00 MB 1 0
27,178 27,178 0000000096df4590bffe8a99f03f677a5bc734edc658a801b397467126be4a56 0.00 MB 1 0
27,177 27,177 000000002d3db7f447ea1b8ea5d6d00f5da469ec33c60c61864c4838edb97fd2 0.00 MB 1 0
27,176 27,176 00000000cd4cb74acafe714ae227c3c0c5b5ce977b669950147383137f6c0d7d 0.00 MB 1 0
27,175 27,175 000000003fe1660cf8e1eb27ff1a92ec799e4db11c09fbea0ba63b907715423e 0.00 MB 1 0
27,174 27,174 0000000040e987de622bda107653161f3d659444f82f344d4f9bc63c68bc9e3e 0.00 MB 1 0
27,173 27,173 000000000372e5ce06fd6c18f70b97a9de8834f281f80088a7e35db66b967aa3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.