Memory Pool Memory Pool Refreshing

6,564 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,174 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (88,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
818,891 818,891 0000000000000000000114a802b40afafec7638921c8722bcd799243b01f3956 1.77 MB 2,857 44
818,890 818,890 00000000000000000003040391a9931054c9e2efb93fc3c91013465cd1b53b79 1.61 MB 3,256 72
818,889 818,889 0000000000000000000167644d833635381c7f920969e379b7b04cc32d1126d1 1.68 MB 2,990 69
818,888 818,888 00000000000000000000832383289baf66c486c94dca7ef9083da2b1a14ada4e 1.65 MB 2,946 70
818,887 818,887 000000000000000000026e82cd5f3c839266daa4a555983bfe002acf260c2338 1.56 MB 2,688 64
818,886 818,886 000000000000000000007eac9b243b6d64bf905a130d4ce08a6f3ff6e9c6990d 1.56 MB 3,183 90
818,885 818,885 000000000000000000038260b177a9b5ba25b962403c84a4eec37156c47f1436 1.61 MB 3,546 61
818,884 818,884 000000000000000000006b056ee2607fc64ee5e63e1cf165e3f5f6a298f97f8a 1.65 MB 3,262 56
818,883 818,883 00000000000000000002ce3508ed78988360f6d5db4512a47cd2d9112693a05b 1.62 MB 3,197 47
818,882 818,882 00000000000000000001e2a9a311aead70f32053c8b008c16bcb255a5b8c5668 0.00 MB 1 0
818,881 818,881 000000000000000000010ae50a2fe3ad7366b020bf5e04170d947f28fdeda282 1.58 MB 3,240 70
818,880 818,880 000000000000000000010eec6d5011f7fdea027a21598c226b1cdc08ff41b13f 1.84 MB 2,990 72
818,879 818,879 00000000000000000002322facaadd60abd85dddb31afac4f241638c56733da2 1.68 MB 3,051 73
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.91 GB sent, 93.05 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.