Memory Pool Memory Pool Refreshing

9,635 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,058 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (703,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,772 203,772 000000000000055c6e97f47cd23300378d5d73a9c7da477081e9be92c2b3e6c8 0.05 MB 105 63
203,771 203,771 00000000000000595a26dcd7b800c390504b9a7145fe8644bb4052ae71d557b6 0.06 MB 142 106
203,770 203,770 00000000000002c3c9de31c9317a333ab040ce7c4f4bf068336c08d0f32ad7d1 0.04 MB 57 73
203,769 203,769 0000000000000218616bda6cca6e51afe15cde18b6dd5e2804fa214f3e31d7b4 0.12 MB 302 131
203,768 203,768 0000000000000323848f97be4977cb015bb97c6c9881325f974409cc1d9eea80 0.25 MB 363 108
203,767 203,767 00000000000005641fe24fe866f579aed804e4ce0565548d40af7a23736439a5 0.00 MB 1 0
203,766 203,766 000000000000009f893d6c01d8a794de05892db1750d4b2d4357a4a5e2d043f3 0.25 MB 671 159
203,765 203,765 000000000000051f96fdeb375fe35097b32da4f60dc244ea0afc490c421ba735 0.05 MB 156 197
203,764 203,764 00000000000000af42c11070cb75a1a27581711916281f877ae22d5be95fcc64 0.02 MB 41 139
203,763 203,763 00000000000002e921e8933cfa5a18f1489df22758d3f5dc9a051f72e85d6cf5 0.06 MB 107 105
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
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.63 GB sent, 93.04 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.