Memory Pool Memory Pool Refreshing

7,315 transactions
2.31 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
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,543 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (472,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
434,841 434,841 000000000000000002cd064bc120f2166e08f6abfcc8c33e1e8bcab9806c1ca9 1.00 MB 2,729 61
434,840 434,840 00000000000000000175c7506264201901c3cd818f48b4b2e125bec6f3604977 1.00 MB 2,848 84
434,839 434,839 000000000000000001655cd7e4197d5ac2642619ef75c923a9cc289be89eeb8e 0.23 MB 584 67
434,838 434,838 00000000000000000014fd15061167501a54bfa50ab0a1c2017df83f9a646c80 0.71 MB 1,710 62
434,837 434,837 000000000000000003eba480973af0afad13c4192b964f0557542d4b3940dc13 0.42 MB 992 65
434,836 434,836 00000000000000000431e0e0d23149d45a701687a4908fdc22e953e72f786dd4 0.50 MB 1,232 76
434,835 434,835 000000000000000003196b368fdaf60736ebc1933738242c94eb6b37dde4a852 0.16 MB 296 67
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.22 GB sent, 94.20 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.