Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,861 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (319,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,780 588,780 0000000000000000000f5f4577dfc62ea28e6a6101c972ab40d03e0576b314ad 1.28 MB 2,402 68
588,779 588,779 0000000000000000000fd91e6febad70662d83b18216fb306ce615c966764504 1.08 MB 697 16
588,778 588,778 0000000000000000000e4c388509364fe1bc94f4169dc9879eb6c6ad88a237ff 1.07 MB 1,318 8
588,777 588,777 0000000000000000000b9e9648aae4b9a8a23a2543c42d7d4d489d6c9b6d230c 1.03 MB 1,255 9
588,776 588,776 000000000000000000043274ff8584f9fff38831f91a2702bf4f88d1cf8b3116 1.23 MB 1,211 10
588,775 588,775 000000000000000000054ac29167bf3cc677044bd93746a1898636fa898c56c2 1.29 MB 2,260 22
588,774 588,774 0000000000000000001a829a4327fffdf8a8dbe2f5e3ca5d95d56a06e3c1231c 1.12 MB 1,999 12
588,773 588,773 0000000000000000001a0c3478b70e9841e33689caae79f47bb658d143d1e013 1.34 MB 2,723 45
588,772 588,772 0000000000000000000ad02ff3ab6bc1ed1250fe3170efb6bb218e76d571b3e5 1.20 MB 1,481 19
588,771 588,771 00000000000000000013b288328b7274d2201a23dd104c2e606208596371ed6f 1.33 MB 2,264 25
588,770 588,770 00000000000000000014f00955c471583a65bc9a59bf0889141377ffa2f317ce 1.21 MB 2,554 31
588,769 588,769 0000000000000000000ecf28149c56123906f66b3bd71adc639cff3d5a7435e9 1.30 MB 2,822 44
588,768 588,768 0000000000000000001b92e4d3027218ef63c67abbfb0870326b8184302aaaaf 1.33 MB 3,262 63
588,767 588,767 0000000000000000001742d9304987dec9dfba1c17f1c1e766bdd9a2eabdc76c 1.25 MB 2,936 16
588,766 588,766 00000000000000000013bdaa65f449e81fa65c3e0a81be0d72eeb97fb933f7ef 1.20 MB 2,887 29
588,765 588,765 00000000000000000011ce5f5a7bfa8d57f286941eee6b9d8e4e63474fb53390 1.34 MB 3,030 54
588,764 588,764 00000000000000000016d8db3326bc8e5af89843928e54f20b73356503071af7 1.18 MB 2,649 20
588,763 588,763 00000000000000000000037cd9e64a5200796ff13967588774e1fbdd1f7ca1b1 1.37 MB 2,670 61
588,762 588,762 000000000000000000082232d4ddfdf372760367262dd68b3f327be39910c2f7 1.29 MB 2,739 46
588,761 588,761 0000000000000000000def8517bccbd8f08ec788defcfcd25f4381cf9c86460a 1.23 MB 2,845 37
588,760 588,760 0000000000000000001438a2b7692894f71677f80e2bbfccd572f08a773a7a1c 1.22 MB 2,322 57
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.