Memory Pool Memory Pool Refreshing

8,292 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (823,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,743 84,743 000000000011d8a20a5c848b028948d27f98e9f9bb83eb9aae0594393b600f5c 0.00 MB 1 0
84,742 84,742 0000000000141f3e18341adfc94ff4b9ab862bd214b32e1c5cfeae0b25228a1a 0.00 MB 2 0
84,741 84,741 00000000001ad1fa747992518d74ac67b177fbaaddfb91abb5486d9bd458ec1b 0.00 MB 1 0
84,740 84,740 00000000001025c3bed622523f0f86f39beae4b20bdebedd410e65f27c34927c 0.00 MB 1 0
84,739 84,739 0000000000029f18c08fec640f27ed80eec29e12bf868cd1c871efb01811b78e 0.00 MB 3 0
84,738 84,738 00000000001636fb525bb1667388fa1d3902a5f444a5926199d440a03c6263c7 0.00 MB 1 0
84,737 84,737 000000000007dc163c650164fb29de13d4e6e988126d812043c8dc14fbd8cefc 0.00 MB 1 0
84,736 84,736 00000000002e7f7cf8fc45fba0f2d64b83d1ee427abf1e43135efae6941f78aa 0.00 MB 3 0
84,735 84,735 000000000008aba9fe2962ebbefaf5332a8f10593c3e464438dd68e72e54ecca 0.01 MB 6 0
84,734 84,734 000000000024d3b6754c07bef363cb4722132cc23ad4f399d24f7b587b153ca3 0.00 MB 2 0
84,733 84,733 000000000000ea3385d949abd62297cc592ec8e361a135d31d710ff3d505a560 0.00 MB 1 0
84,732 84,732 00000000000bd980817745c957e57d4ae003d51b3c4c294f0441384820f69455 0.00 MB 1 0
84,731 84,731 00000000001f88244053dee2f40f0d595ccf491f7b35d5ce87fa83c3d82fcfab 0.00 MB 1 0
84,730 84,730 00000000001da285233a3c9d2f47c2a586f49fa9a3e9a6c20d42a298bc0a3539 0.00 MB 1 0
84,729 84,729 00000000001808a8bcb75758cd4ae336808c5786ede9d8318f73e725c26f23ab 0.00 MB 6 0
84,728 84,728 000000000028a22053cd2a9a196ab8eb242802fbb2c06e4384d141b812050fa1 0.01 MB 4 0
84,727 84,727 00000000002defd4cf24b5a232fe09b73cd72515db8e90d182942e03bf7a6613 0.00 MB 3 0
84,726 84,726 00000000001f10135767787e0c0b305445c673e0299073fd49dcde44f0fc05f8 0.00 MB 1 0
84,725 84,725 000000000009b29f695afac01d54add7923f42e38561bd93854b1cfbeaa2e401 0.00 MB 1 0
84,724 84,724 00000000001b3b741163ec10b788a348b0420ccc6b938ad1f842f57362d08274 0.00 MB 1 0
84,723 84,723 00000000000e34a22581a117e27a5b2569bd778daa7ba76dab0aee0f7a9e069f 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.