Memory Pool Memory Pool Refreshing

6,021 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (743,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,698 164,698 00000000000000b176813ca13f4264602d7e67203d0fc8741db55583c38139ef 0.00 MB 14 3,026
164,697 164,697 00000000000003288b0193122cf5871d57cf2aa409b46e16fa66f0aac3cdd915 0.02 MB 55 329
164,696 164,696 0000000000000655ca5c59a3cdf572cbf5ac8106e00d56c52856ebad58bda887 0.00 MB 1 0
164,695 164,695 0000000000000ab0d5692fd6a59a44bcabecfdf9c72befe90b297ff5f514ca82 0.02 MB 41 333
164,694 164,694 00000000000001046d477752f0c3f4462bec515612938eb316de2cea0571cc26 0.03 MB 86 92
164,693 164,693 00000000000008112d4405327de94d49b746e44cd99a7f2f65a042e8af22683a 0.01 MB 32 237
164,692 164,692 00000000000002ffc17ace8ad77843f7f287f8fc02be9395fa05af6cb43bea4e 0.04 MB 96 102
164,691 164,691 0000000000000a0149cf6042fedab9e836673aadfbc24a60d8895c63c4d622a6 0.01 MB 17 367
164,690 164,690 00000000000007f1b3376087fb00301f4d7d495493ed9be3002ff2b2f96bfd06 0.00 MB 4 64
164,689 164,689 0000000000000c5025f0de9d18293fae20308d6453a025482cbeefb4a22affea 0.03 MB 78 371
164,688 164,688 00000000000007b2251671a2cdb0dd81fc1352292024d80b502a846385abdbd1 0.02 MB 29 92
164,687 164,687 00000000000008f6547b9f1e62c8dc9490e458af4e26c52648be3a1ae567d6c7 0.02 MB 42 0
164,686 164,686 0000000000000432c04a3905f3514bfa88f320bf309bdee02255054d060fa06f 0.00 MB 9 492
164,685 164,685 0000000000000c46a875a3441cdf10babe95483788bcedbe4443bcfc7eea704d 0.01 MB 19 176
164,684 164,684 00000000000006638852f924e77d908a63a8660079cf5a84c16fc4bab87718fd 0.00 MB 5 96
164,683 164,683 00000000000009e7122d34d51696439834d4b4d2d37fb6f9e4dab186accab8b5 0.00 MB 6 479
164,682 164,682 00000000000006472594bf3ea45a80c91f451a6b999f0137be3b948396490b35 0.01 MB 25 92
164,681 164,681 000000000000081fb3676fad6172befef08d2b305046d6eb27f64dbb5f0a239f 0.03 MB 76 36
164,680 164,680 00000000000003ea623cb247608c3acf5d058beebb097fd43be011a73728b5fd 0.01 MB 23 9
164,679 164,679 0000000000000807f9d1f9a3cbf99fc357e9caec0b3c15aeeba3221f778eacba 0.07 MB 66 105
164,678 164,678 0000000000000c958de8d67ef00c45dbf31cfce437ae228f8cd427a75acf059e 0.01 MB 36 400
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.