Memory Pool Memory Pool Refreshing

7,434 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (472,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
434,862 434,862 000000000000000000d711b4e58f0e511fcdd6c4008fd63a538c873e071d3509 0.75 MB 1,456 76
434,861 434,861 0000000000000000039ec9abce4c1a27fc86f0f2065ae278554ead5d46136256 1.00 MB 2,427 94
434,860 434,860 000000000000000002ed1a81fed1f8e15e3abbfc387354bc1643fa2ada272338 1.00 MB 1,963 72
434,859 434,859 000000000000000000c365ad795e3057f8ad35d4ffd7e4d8ff0791171d2b5e2f 1.00 MB 2,206 89
434,858 434,858 0000000000000000032ca07a316370acf997296c69678a0f55e9826dcb4dae62 1.00 MB 472 39
434,857 434,857 00000000000000000016426620a56d1343f6b4307a4f6d7d64c7772718237775 1.00 MB 2,531 55
434,856 434,856 000000000000000002f43481709342f97c840ba9a91d7e65109b444598e692fb 1.00 MB 2,222 84
434,855 434,855 0000000000000000034da141968a129cedfbd4ad6fe35d359b6d516906af0674 1.00 MB 801 44
434,854 434,854 000000000000000002ae9e6b723e3f268fb422c399991c43cdea38ba431210ab 0.75 MB 1,748 63
434,853 434,853 0000000000000000023e6b3a7580bdfcdf36abbd288a19e1240eb2787da47287 1.00 MB 352 37
434,852 434,852 000000000000000001a168a4a6d8d7eb1d6eb93d3a5f1cd4f425a4adfbb221c2 1.00 MB 1,210 41
434,851 434,851 00000000000000000251337c99ba368b17e329e729c2c26dd52ff48935eaa7fc 1.00 MB 2,562 70
434,850 434,850 000000000000000003970378bd96aeebb4643216a04612a07170cf0cbaa48ae9 1.00 MB 2,690 66
434,849 434,849 0000000000000000042add53967d3bf107f7c50e44e2ed22151d99f2a00969a7 1.00 MB 2,402 84
434,848 434,848 000000000000000002b27cd6fbad6161f2c74ad4dd451bbe1f89d5b34002f64f 1.00 MB 1,182 52
434,847 434,847 0000000000000000032aa3ee0007085399199cd1f1c89ae8c3468eda8697f22a 1.00 MB 1,656 57
434,846 434,846 000000000000000003baa98b740712c261293bc636db93092aa3a4aaa2496cef 1.00 MB 2,650 79
434,845 434,845 000000000000000001a75b110ba44b159fb110c5fa4f24831908023ce130d32a 1.00 MB 1,984 77
434,844 434,844 0000000000000000010ef53f057d6dc27764b826885955f04fa3e10413794ba1 1.00 MB 1,871 54
434,843 434,843 0000000000000000000281bfdc247cff903f9c96d2789cc5741351d012585e46 1.00 MB 2,618 83
434,842 434,842 0000000000000000033744f6f34ba4e8cb26fd7bdffed37059405736dc96914b 1.00 MB 2,407 63
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.