Memory Pool Memory Pool Refreshing

47,865 transactions
24.09 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,151 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,242 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,150 (70,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,773 798,773 00000000000000000001e9f63ef17c1589b0c1f069804a4cd94a7472c016ee31 1.74 MB 4,094 13
798,772 798,772 00000000000000000001710cf4730b75e9413284f2bb0557a3fb7444c0014607 1.53 MB 3,107 12
798,771 798,771 00000000000000000001600a279420f47eaa808f9b2ecc5f247890f80cebf9fb 1.98 MB 5,614 7
798,770 798,770 0000000000000000000446543df31af58b1627713e384b2da528060f7169f9bc 1.81 MB 4,984 7
798,769 798,769 00000000000000000001dee9bcb26fe6cc625398f7714133737ec9aec34d12a3 1.81 MB 4,071 11
798,768 798,768 00000000000000000004cae8617f101820e442e01f059443907c232f23ef2273 1.78 MB 3,475 7
798,767 798,767 00000000000000000001e2ceed6902408970327a6c7bb2a1c8655e55b401ca4d 1.29 MB 1,863 14
798,766 798,766 00000000000000000001207c467ddd1c0918377cefdcd76d2545341de4d32e6b 1.49 MB 2,375 11
798,765 798,765 00000000000000000000cdf09f7deb97773266bb5c1fd8358ebb230ca4653c12 1.64 MB 3,623 20
798,764 798,764 000000000000000000046843e4eefe464e4dc747474bef5ac61d94152378e984 1.37 MB 2,501 21
798,763 798,763 00000000000000000003dbb095c8a241c746e06a771c54a54567da6df4a975e1 1.70 MB 3,512 12
798,762 798,762 0000000000000000000219279936bd190db650935731836730cfb308104dfa54 1.67 MB 3,832 10
798,761 798,761 00000000000000000003c50fe44913fce2ece77f86c16d898445b5655e4cb2d9 1.67 MB 3,623 14
798,760 798,760 00000000000000000000bb6fd5e9fac5902b0db91040aad3951b65b921679e11 1.95 MB 5,423 9
798,759 798,759 00000000000000000002967c68c1210b044169bd9f141ef44bc7cdffc1a9aa76 1.98 MB 6,096 7
798,758 798,758 00000000000000000001ce2efd90c725b4f33ed6c45dbf9287b758c8001c2796 1.94 MB 4,474 6
798,757 798,757 0000000000000000000098ce4e923c594e8674c5a61149c7cc20b89efb4766f6 1.57 MB 3,514 11
798,756 798,756 0000000000000000000106c896b3a9900f7ebd5e89fcdad70973ba6d7cb9a480 1.66 MB 3,592 8
798,755 798,755 000000000000000000033cf969c6e60272a374b1573345498340632234860362 1.62 MB 2,898 13
798,754 798,754 0000000000000000000119f7d0cb33946fb1d699a840cc9c9c2d3b48dd03c74c 1.83 MB 1,566 10
798,753 798,753 000000000000000000008f145737f80945489aec7a6d68fc900e70dc0fb8fafe 1.52 MB 2,527 16
Previous 10 blocks ↓
Total Size: 697.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,062.50 GB sent, 196.91 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.