Memory Pool Memory Pool Refreshing

5,623 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,672 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (661,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,750 246,750 000000000000004020ecfc84fc852947b6fa1f2e7c42d4dfbd5bf26476a01af1 0.05 MB 114 24
246,749 246,749 000000000000001ac18e3e15209300b4af4a80ab6f1b1ef8d312c4e7491a9994 0.13 MB 284 121
246,748 246,748 0000000000000039c13eb715a1c3f9b84a846a2a28ec895350d88ccc3483cfe0 0.24 MB 564 146
246,747 246,747 00000000000000a357cd3f34ce91e999f6d4d13a5183867792fab62dfd06cbd6 0.24 MB 434 57
246,746 246,746 000000000000007f195cb5f94e1730d26b40ecd321db5cf97ba32a4fbaf6bc2e 0.25 MB 745 185
246,745 246,745 00000000000000582cc323897a582e9368a5c3dfbcdcf73e78b261703e1bd1ba 0.15 MB 378 135
246,744 246,744 000000000000004d3435caed7be1e9c759f0f5104729e335a9cf7a29f3c3c390 0.04 MB 85 101
246,743 246,743 000000000000004b0e5ae5df3647c9609f11234ad2f3d3a1141e78174e10c0d4 0.15 MB 342 139
246,742 246,742 00000000000000186f7030bf90ea5ca836ac7548e45bc1839da0ce5d8f5d92f8 0.01 MB 24 15
246,741 246,741 00000000000000128ff9fbce7cb5f81730816c9aa3ab936f7479eac43256abc4 0.14 MB 293 132
246,740 246,740 0000000000000048ea2252b689d233f49c798cf93c04f24b90e469685c495a30 0.10 MB 256 117
246,739 246,739 000000000000001093c341fb2352e21e6e1ce11cdcbb4643bdc9a873ba47bab3 0.04 MB 70 74
246,738 246,738 0000000000000071568729bcafa7543b211b60305bc377f338847c748e78791c 0.03 MB 49 40
246,737 246,737 000000000000000061b275a8cc95a095a1dc17524bfec5ad24a62eb7dac6e746 0.09 MB 243 125
246,736 246,736 000000000000000ccfadca65ec127d5a7e557c999df17b14655e7889329c6989 0.00 MB 1 0
246,735 246,735 0000000000000033ffa9701edf4ee02c7fd73c31c5c8b3cacaef47038d7084c4 0.19 MB 505 172
246,734 246,734 000000000000002fe6007aa581dbc3861504e699bc81d8f546ad07fad74e9042 0.00 MB 1 0
246,733 246,733 0000000000000049ce3918fdbb04994fd9c13cf52df53a5fd3d0777ef6c840a7 0.00 MB 6 2
246,732 246,732 0000000000000085bc19abc3862b7238017451bbb6015dde6512744b9b7bf7f8 0.08 MB 211 125
246,731 246,731 000000000000004d3610d8eba3700f3958daa83948f91f9f946724daa620c6d8 0.14 MB 326 76
246,730 246,730 0000000000000053fe6b47df959df1ebb59219ceb437951f5fbd80018dc53a96 0.12 MB 263 111
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.