Memory Pool Memory Pool Refreshing

6,935 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,428 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (680,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,302 227,302 000000000000003fbd694b19386dba796c00846ed396853656bb073fbf360f3a 0.10 MB 222 210
227,301 227,301 00000000000000fb2bb96c5b8888185400e1d5151f9f4e0bd2315ec4d2563098 0.16 MB 299 157
227,300 227,300 000000000000011ddcc1d56bcb490ec4eeb9fc4392898e98464b52f38687e05a 0.08 MB 159 215
227,299 227,299 000000000000014e0368cb39f248190833ce73c9b738fa47c66ac6be5459748c 0.10 MB 194 237
227,298 227,298 00000000000001a77d73308e0d1471bcb921e567ecc818d6cff0a3ba9e851773 0.10 MB 227 195
227,297 227,297 00000000000001a7b13aafbb3c7c3cf207cd7c70ba56e029ffc5812225585339 0.03 MB 61 220
227,296 227,296 00000000000001407f93186f4fbaab8d1bfc9035ffca17d73e4a62c6e3c99849 0.01 MB 14 336
227,295 227,295 00000000000000d501ba64deb08fdbcecfe9b6cc4eeaff434d4ddabc633b73ab 0.08 MB 138 153
227,294 227,294 000000000000026d047a1f15342fce91604371cb78512795519a5363e50e2411 0.04 MB 66 131
227,293 227,293 0000000000000111bd0e571c01d3d61ba097fed27b446ed826eef6942552a95d 0.02 MB 20 125
227,292 227,292 000000000000029026dfe8caec7df50ffda97683fb5c0bb99cf5fd411f046e0b 0.17 MB 407 206
227,291 227,291 00000000000002fb31482300c01d3ae7ef479a3ee84194ad33958cd4634bf507 0.29 MB 732 414
227,290 227,290 00000000000001c8ec1db0941ae61d37a8342285bd9acf606bde3a2938c90532 0.25 MB 619 210
227,289 227,289 0000000000000156e151a76d6fccbc3303618d8da8fc486bcb3174829de1c9c4 0.15 MB 259 77
227,288 227,288 000000000000026db7ba9dba3c30431a949ec3c8cedc46b650782ec7e69369a3 0.04 MB 62 86
227,287 227,287 000000000000007cd0298e971e71a494ecbedb6cdfa3f554792b7fbf8e85b5a0 0.10 MB 231 174
227,286 227,286 00000000000002c0c397ce86eb2309f2647cd5db0a455f07006444e527e0f73a 0.20 MB 438 174
227,285 227,285 000000000000012d06f2dbd35344b2d42585c8b7ba74f0a384fb143971199555 0.15 MB 220 100
227,284 227,284 000000000000016df684f9327607c9bcfe54691d6cc48adbad3a2bc128990ab6 0.02 MB 66 217
227,283 227,283 0000000000000128c22e3ef5726810673e4a249ce5479529da8c249667073ff6 0.01 MB 32 41
227,282 227,282 00000000000001d9851fea13e800bce1f8185614f46658d92860fd84b5b47d76 0.10 MB 207 189
Previous 10 blocks ↓
Total Size: 769.03 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,625.94 GB sent, 93.05 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.