Memory Pool Memory Pool Refreshing

1,780 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,679 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,765 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,678 (726,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,842 180,842 00000000000004d194ef182d07defa3a256042a4c19606acecab891a23a3fd39 0.02 MB 34 149
180,841 180,841 00000000000001abe17b2f287ce1eba8fbdabeea6640762959865ac4e2cc1fdf 0.06 MB 128 141
180,840 180,840 0000000000000208d5d05a4f5298108c9a08d8365b5d66f378338a8861517482 0.21 MB 500 123
180,839 180,839 00000000000004a9fea69433277d17381f60700c79cd85b891a62391003ea5fa 0.25 MB 545 125
180,838 180,838 0000000000000412835a21f9f7a87d473e01121511830fe332539cd454ebb6af 0.32 MB 754 133
180,837 180,837 00000000000006bc9956fe5ffc47c310a4270f560866ee86d8b5b30f75ff1ee8 0.42 MB 1,024 138
180,836 180,836 00000000000007c2e6fd8463d0065feeb25a069d4c7d48623ac2a023ea50cd32 0.05 MB 139 109
180,835 180,835 00000000000005ce4692f15dbf02a809cb9b00c0fa727ee97de177e3408a5dae 0.03 MB 57 106
180,834 180,834 00000000000002deeb4e7caab32013d4f0d74cdb95739e998cb2b902a95c5335 0.09 MB 157 106
180,833 180,833 00000000000004e1156fad6682938cd79383b0715969263286c0d877d5cf5174 0.10 MB 256 145
180,832 180,832 00000000000008a50e27b1782d9c57a080200f0e493500e2fab431a7d268fc0c 0.03 MB 67 111
180,831 180,831 00000000000006bf115fa4ec5b84f9d95cd5323fff224df61cfc371a5b817e21 0.04 MB 110 125
180,830 180,830 00000000000003a5521776d7f22c4c73d4f24ff4dd9f7442e697c291d1512c8d 0.04 MB 84 163
180,829 180,829 0000000000000180ec5c15c44e17f66d53076d84195204ef97994f122942c98f 0.00 MB 9 281
180,828 180,828 0000000000000041e4d2f8e2946a94b271e1d0e946713039c03b863fe8b2817d 0.16 MB 396 171
180,827 180,827 00000000000003f4b2a979d2de5bab7d690a9296939b512917a83cabe9b4ba5f 0.06 MB 171 90
180,826 180,826 00000000000005b60cc0f8852a98cc5801e6c23e1325766941be082a6c3c7981 0.04 MB 68 78
180,825 180,825 00000000000000f228921b7802e6a4344175afc87c8449c1d62964982b8b3e98 0.05 MB 60 63
180,824 180,824 000000000000028230a583f1313028de7d82fba1080feab6feff1e85dd1a45f4 0.00 MB 8 106
180,823 180,823 000000000000083e1f0db85bd17e63ba5a321a5d448c5680bce3480067b3906b 0.00 MB 8 35
180,822 180,822 00000000000004806d77040b2d3bbf0155972ae5d90a6766168b7e447cc7aee1 0.02 MB 49 94
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.42 GB sent, 92.51 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.