Memory Pool Memory Pool Refreshing

3,550 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 sats/vbyte 3
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,680 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (763,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,850 143,850 00000000000008efbdef68e8c91f30071b0334b93778e9187fb69bb0a8dbf288 0.01 MB 21 8
143,849 143,849 00000000000008dbd480144994e8796ff91107742234d70814b9ff69656770c3 0.02 MB 43 154
143,848 143,848 00000000000005b86559e129803d7b010f456d432fbe4ea4f7d7be7dadf6265c 0.02 MB 38 199
143,847 143,847 00000000000004a72e076e7a902afb9ac70fe9bbe17986d7501f935fc79db322 0.02 MB 60 55
143,846 143,846 00000000000002289396006ac06a1294ada73d73d8bedefc5daa3c58e29a69c6 0.01 MB 18 74
143,845 143,845 000000000000072e4447fdece141ed31ee18e16ba8bfed4604e02be9bc87e581 0.02 MB 40 235
143,844 143,844 0000000000000872aa2ea57abc4d21dda56e8742d9dc3f7d2cf1e0ef55f95776 0.02 MB 45 79
143,843 143,843 00000000000006cdaef8bd471811bfef32347a755ed304c88e3955caf3f4635e 0.01 MB 27 102
143,842 143,842 000000000000056058fec11d955fc30d642626ef370dd34f9ed8673bf453a607 0.03 MB 76 149
143,841 143,841 00000000000003558a3638e7c8fdb4dd8713d4db3ae2358fa52c59548340118e 0.01 MB 42 99
143,840 143,840 0000000000000386a86bf165122d50a8a61509c52c3dd732d8d7db26c2526414 0.01 MB 27 252
143,839 143,839 000000000000051bb4b8f983c142eecf7d43e65c69b23cdb6908ddcd0cdc786b 0.04 MB 132 56
143,838 143,838 000000000000019a39a0a773349297d50d21f9e7713719f055eb4e991ac5d1ac 0.04 MB 73 267
143,837 143,837 00000000000003d8fa1517b06827976122ea15eac2ea802008b95fe40402af47 0.03 MB 53 162
143,836 143,836 000000000000033899a5d898b713a571c980f270bb6b7d90519244892217c246 0.04 MB 123 90
143,835 143,835 0000000000000018e22dc01b2b4fd0d4ed26cdf54e15c508fb10c520383c3b32 0.01 MB 32 145
143,834 143,834 000000000000060dd5bede98254cf379cde24bd038792ad6245bfd449308fc9e 0.01 MB 22 254
143,833 143,833 00000000000004b59ab2212e962160ba72db221e33cf2946e7c73fb675846d5f 0.03 MB 45 45
143,832 143,832 0000000000000661f5f2eb2f9bdfa45dc4b596084296e1f401c59699373d6f9b 0.05 MB 120 52
143,831 143,831 000000000000007768fe2a95a524f0221dc3d11ca5507c7063f81babfda69cf9 0.00 MB 8 644
143,830 143,830 000000000000025a622aba5e4b97746bd5201e5bdb9e60530247c79d4f996099 0.03 MB 91 78
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.