Memory Pool Memory Pool Refreshing

10,212 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,162 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (703,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,747 203,747 00000000000005193e50c6a179322e45263c31d9f54c965e9f9644783a2107f5 0.01 MB 17 79
203,746 203,746 0000000000000242386b39db7950b6c5cd6505953416568f4fb147571b0bd7ba 0.06 MB 127 159
203,745 203,745 000000000000004ad938cc57e3188deac232cfad77c84f8a7d1e842a5deaca79 0.14 MB 267 261
203,744 203,744 0000000000000322afe4290a0d81d110e1a3a07dab3f7642d33d0f64dc885d19 0.02 MB 54 335
203,743 203,743 000000000000009e4850348552fdb599533a11f6101eb9bc5920a0873a96065c 0.02 MB 66 132
203,742 203,742 000000000000023948e31dbae92ff66471fd95b21ea9f5bd2fd64bda77756538 0.07 MB 205 34
203,741 203,741 000000000000037ccbe8898382e19c994552d077af87ce770d790f970e4d73e9 0.06 MB 142 264
203,740 203,740 000000000000022487ff34705bbddfedcdb2f9d6aada9e62691aac3a46eff781 0.14 MB 238 92
203,739 203,739 00000000000005594eb625114fa818dada347cf9a269419230643eae2fde1629 0.25 MB 626 218
203,738 203,738 000000000000038000f7a97b68858c53233baff078e649efb9dc92b293797724 0.05 MB 127 203
203,737 203,737 000000000000044dc8247e55f8fd5d0a89e23089ffc72efedec47d37672a364a 0.07 MB 171 360
203,736 203,736 00000000000003f9fecf9e7d49fef389fde0b0b8d6bc44fed6ace23794ec1d08 0.09 MB 236 132
203,735 203,735 000000000000036593f7e71074f518fb0301be270e4c5e1e7180053cfde5dcaf 0.00 MB 8 162
203,734 203,734 0000000000000252e2feba0464255409a58f4c3b5de7d68521b40624bd70c018 0.15 MB 404 173
203,733 203,733 00000000000002e8f1a6a7b57613adbac315c46e9d854cacfdef156dde462f25 0.17 MB 356 88
203,732 203,732 0000000000000270529fa6354a489277040790e1b6063618773b200ee300e496 0.25 MB 693 192
203,731 203,731 000000000000051de30067b890920957bcee65a153dcd662cf6569e50c3040f6 0.14 MB 337 162
203,730 203,730 000000000000030d90964a3abfbaf70704af280336e7517444a7a7a6dcc3bcdf 0.03 MB 32 43
203,729 203,729 00000000000003038557346e607a3d1c83ad0683b67b5200d84271199da8cf1a 0.24 MB 532 218
203,728 203,728 000000000000022ea5f9c29209ed67e80cf5965079a5630774709691761977eb 0.02 MB 27 69
203,727 203,727 00000000000001298a67e77764c4bf4b54a8f07a343f519b698214dd99f090db 0.30 MB 601 102
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.03 GB sent, 93.02 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.