Memory Pool Memory Pool Refreshing

8,836 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,661 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,677 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,660 (773,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,743 133,743 00000000000002aa0639cc7780ead5a747b985c7218b31cc6b5b0ed4e0bacc1a 0.00 MB 17 221
133,742 133,742 0000000000000be91c49ef7ed0be7c201654e2d74a123ef680ed3b2abc6724de 0.05 MB 157 398
133,741 133,741 000000000000041222c2300ab9ad4ccaf2ce3df6c8f3f05b5801ca6bf2443c32 0.05 MB 104 1,205
133,740 133,740 00000000000007c3a8bbbcc79e7e380ecadc1d726830c879cf72450373ca240f 0.06 MB 99 270
133,739 133,739 00000000000008982c95fec50431d42e0a9579ec3037eb8ce363b576297c95ee 0.03 MB 62 685
133,738 133,738 000000000000072182e9f02020b52115d2d17d90a58e2d9ba224a1c41093ba36 0.09 MB 176 139
133,737 133,737 000000000000025f31f1bc1f4cf2fdf62ff8180560adc0eab107bfeb408a44c2 0.01 MB 29 994
133,736 133,736 000000000000041a72a98071285282847a3d369a339c48e0b2ff41e8c7224f89 0.01 MB 31 620
133,735 133,735 000000000000097d64933e8f0aef156c179a9b63ed45d1fb0a65ce93cadc7156 0.02 MB 28 1,058
133,734 133,734 0000000000000b6aebc45c7fa7d8f42a7aacfd48748d439d8c2111ace636d20d 0.00 MB 10 384
133,733 133,733 00000000000002d265c1570dfee29a8e16ea1682d971e8aeebd5276b2325617e 0.03 MB 89 228
133,732 133,732 00000000000007a41e5deb56d698541c03c97b3279ee6f22c4451130913af8cd 0.00 MB 13 471
133,731 133,731 0000000000000a7af636716adf3bef1660d9286e5146d11250a199d472d1ccda 0.02 MB 40 1,444
133,730 133,730 0000000000000becbb950a8787ee5fbe2e6dae4d00a38ff2225fcdd0b03b13db 0.10 MB 225 54
133,729 133,729 000000000000077ab7c8e5f911876f97531271a8ab051c3e271499fc3ad87c6d 0.01 MB 19 1,257
133,728 133,728 00000000000008d7f2361c554ce9ff3635b0e2c77d57c157e67f9edb9e046fe0 0.04 MB 96 952
133,727 133,727 0000000000000573e7f86ec6d5e696a01a0409f6e71c07673b137cd585a17d24 0.01 MB 31 306
133,726 133,726 000000000000060c69a0cf3e6c54ff8e6e11e2550e9f2d943977f49424ef8bfa 0.01 MB 17 157
133,725 133,725 0000000000000b2379db6ce935fc4dacd556ce3136a04672c2f755485b569f6d 0.03 MB 27 341
133,724 133,724 00000000000001061e26412ee3f5d2af8ca89a066e3286bd5dc52431053c80aa 0.00 MB 6 704
133,723 133,723 000000000000064f21fbdb3e19ee341184ca46b8ecd826bf65f136d4717f6921 0.01 MB 17 577
Previous 10 blocks ↓
Total Size: 768.91 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,603.43 GB sent, 92.34 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.