Memory Pool Memory Pool Refreshing

8,041 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,923 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (640,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,897 266,897 000000000000000677956057cce321c4d0fb25c4b53df2ce579acc94f69f8830 0.19 MB 156 50
266,896 266,896 000000000000000118fddd2b20cf3e084aa6a5ad30c052b756939e75c83b2a73 0.08 MB 145 47
266,895 266,895 0000000000000007bc698852daac133c7774f0a6be3e7b7c8ddb51e4455f879f 0.08 MB 117 30
266,894 266,894 0000000000000008bbf78b0d5c43c28f6f1775ec264eec0891d1730c2506618d 0.49 MB 622 74
266,893 266,893 000000000000000812051729b21b66ed86d3a5fff4c194fdb124cda9bd0dda86 0.15 MB 382 29
266,892 266,892 000000000000000785b3956621716863e409e06de58dc28a358a7bf454552a43 0.25 MB 327 105
266,891 266,891 00000000000000017da77fb7c8fd3b823e42b47aa39dc156e7d409a6f757d5e3 0.19 MB 394 83
266,890 266,890 00000000000000052c024583d1b0a350de805e400ae0e2c98802a9c8d6678250 0.07 MB 160 57
266,889 266,889 000000000000000a4a90c88faa7ab7b676c6676be831ac482ad96ab2a50d27ab 0.20 MB 326 83
266,888 266,888 0000000000000005b4581aab8b97c367ef6646b2fbd974648f4ee81ec324406f 0.23 MB 526 100
266,887 266,887 0000000000000008f42bea6cd74776c5e980742e48c5fb1703459454455b1b5e 0.08 MB 91 31
266,886 266,886 00000000000000063de34a56a6b021ec94f0c9f47f602d2963ef0949224a955e 0.02 MB 30 33
266,885 266,885 0000000000000009ce28dfd8817c380009770dcb1f760e8d3bfffb02ca785261 0.06 MB 129 70
266,884 266,884 000000000000000523a703dc080645fcb77d89be4849ce5661aa3b8b6543a15e 0.00 MB 1 0
266,883 266,883 0000000000000004692a9c3324505c452e200041b18ae0bc32bf9fdc59131e9b 0.01 MB 36 165
266,882 266,882 0000000000000007dc336c8be7adc59a5777d8f58154f07ec59a1f5deb419bdb 0.10 MB 241 116
266,881 266,881 000000000000000391e8b40188ffc44553995b48a3b924365964037816ff8adb 0.02 MB 46 46
266,880 266,880 0000000000000009ecaf9a784142b33bef5715ec952f0d851b6bbf1e4043c2b3 0.02 MB 70 89
266,879 266,879 000000000000000ac42fb4bc0af62d38738ecf41283097f72d7101f6bfb0475f 0.08 MB 197 62
266,878 266,878 0000000000000001cfc2ded93b59d4696f560c6e917e7e44b0357da2a1cf8294 0.04 MB 59 18
266,877 266,877 00000000000000064213243f11d5475a121a8b466a5daf381cbe4cc371f823ba 0.10 MB 270 105
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.80 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.