Memory Pool Memory Pool Refreshing

92,360 transactions
29.41 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,616 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 4,081 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,615 (59,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
818,912 818,912 000000000000000000030364b4f1ac9c3564818076ad9174961baf2484228a43 1.58 MB 3,392 46
818,911 818,911 0000000000000000000319c75f130265a178783b7f38b00cd995d4c568cdca83 1.58 MB 3,136 59
818,910 818,910 0000000000000000000323449ea45ec3467b2c6ba9a9471d2de8a778cf8dd68f 1.71 MB 3,718 51
818,909 818,909 00000000000000000001b89ac8da582db58f91547221ec8043e6efbef8973a73 2.14 MB 2,948 48
818,908 818,908 0000000000000000000267355e105cbd55f79537445ae9ceacced5ce0fcab21a 1.89 MB 3,170 75
818,907 818,907 000000000000000000010cfcbedca6ea0254629f7bbe6f2025ffdf1f8b9ebe65 1.59 MB 3,222 65
818,906 818,906 0000000000000000000065498e5b7682685d5e7fb2a671e98b2228a5d2afcf28 1.25 MB 1,429 39
818,905 818,905 00000000000000000001cb7d93143f98ae2de566781b325e915970e6e4cea02d 1.17 MB 926 34
818,904 818,904 00000000000000000002827f626186e57fbcbf0b01a78fb7dc85b25cad83e56a 0.00 MB 1 0
818,903 818,903 000000000000000000027a8b14064718c22609845e0324e383d46473847ea339 1.27 MB 1,571 39
818,902 818,902 00000000000000000003015cbf2722769e70859b75c49bc3d3e3412bb44a08c0 1.25 MB 1,610 38
818,901 818,901 000000000000000000041be237810178ab255d7ab39b0bded661e9f7bbf0256f 1.48 MB 2,252 44
818,900 818,900 00000000000000000002f02ce998a1efdf80a50a01062690576b04db12326e79 1.72 MB 3,760 55
818,899 818,899 00000000000000000000e93b8058a9632f5fd81926bc0596361f0c127c49fcd7 1.56 MB 2,772 46
818,898 818,898 000000000000000000032dce13e92ba438b51713016efb5193e33959082e245b 1.54 MB 1,962 35
818,897 818,897 000000000000000000022f93f76e015c42b79d82d9e14d04c374cb15cc60d748 1.77 MB 2,841 38
818,896 818,896 00000000000000000000d8e809bdb45a5eb993189cd9f6528befeb3127d9c7d2 1.60 MB 3,074 45
818,895 818,895 00000000000000000001fbd48ccf57e81fd2010d9917a1e1c3c852bba50de076 1.73 MB 3,204 53
818,894 818,894 00000000000000000002041bcee8e1c371b35fe2cf7dad259e80b65cd89b3d6b 1.58 MB 2,985 60
818,893 818,893 00000000000000000003dca4f40e98c70c51e50e89eff850cac2704427e9f763 1.49 MB 2,170 41
818,892 818,892 00000000000000000001b892a551d6182a790481a972dd2a8ca90e063bb10011 1.69 MB 2,171 44
Previous 10 blocks ↓
Total Size: 715.56 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,447.41 GB sent, 43.26 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.