Memory Pool Memory Pool Refreshing

8,492 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,675 (703,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,762 203,762 00000000000001cf7ef0204953799ce77c50de3b954295428bb67080fdbdd245 0.00 MB 14 39
203,761 203,761 000000000000054340fa82881ac30953b94bda45dda13c90c47e17eb38e98fac 0.10 MB 235 186
203,760 203,760 000000000000010621b103c12ef81f3578539a6ce75f160b7f95c290aadb6dc7 0.05 MB 114 235
203,759 203,759 000000000000030282949fca9fb2e5934b398ddcd82601055c2588200836446c 0.07 MB 166 142
203,758 203,758 000000000000029f156e77b31d8ddffc1a74e999225b19323e012a6f6e9b4982 0.11 MB 278 200
203,757 203,757 00000000000004ce8fedf199ccf99a4b72d1ec37bb15998b42a141c456f62caa 0.10 MB 257 149
203,756 203,756 000000000000016cc3c73936c72f38f5b7814b09f1184e71a802c5f3ecafdefc 0.05 MB 107 252
203,755 203,755 00000000000002bf7cff7c2c78f4d6d59d49b79c626c2606c9c9947f8268201c 0.00 MB 7 35
203,754 203,754 000000000000033c2bc29620ad85eea9c42717596baaa3e25c6e374102f20656 0.02 MB 16 34
203,753 203,753 000000000000037b7a01e5390258b43588beb668643be905349c78974bdd1164 0.10 MB 140 112
203,752 203,752 000000000000021b29fdce1073a9489f3cfae68d1a936b3c426eaafc5b817259 0.05 MB 107 59
203,751 203,751 0000000000000241cd357de99eb5b3f13a4e3abf93f0bee9cfe938041023d801 0.10 MB 200 196
203,750 203,750 00000000000002f4474d6dcde8b51a182da8f58e6c5f693cfb223966a946d85c 0.04 MB 95 119
203,749 203,749 00000000000002c0cab6b761839ef23277c06fd2d2ad0a03501dbe3dbac0016c 0.09 MB 194 218
203,748 203,748 00000000000000d93d75dbac82f68aee5cdf5f3b3863d52d1c3542af70e74b74 0.03 MB 51 225
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
Previous 10 blocks ↓
Total Size: 768.94 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,613.23 GB sent, 92.50 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.