Memory Pool Memory Pool Refreshing

70,648 transactions
32.40 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,869 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,502 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,868 (401,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
467,901 467,901 0000000000000000016a792e8ab7d1883dd78dfc20903a38ba4c714aa3c77f23 1.00 MB 1,456 362
467,900 467,900 000000000000000001a4b459d894a067df5fa98da1fe84d574a65b66cc2629da 1.00 MB 2,385 288
467,899 467,899 00000000000000000041a4ea097f94b399796c55c6fb80f26c9a8db45e1e2d5d 1.00 MB 2,312 236
467,898 467,898 000000000000000000af51d50af7c75c95f369b8c7ffe09ab66bf01770310f4d 1.00 MB 2,047 280
467,897 467,897 000000000000000000bc4c780640178d606217893b07912fc691998e246d830b 1.00 MB 1,806 375
467,896 467,896 0000000000000000019aef659e328e26193be1d326606c63c4fbdd1bfbdbe61a 1.00 MB 2,704 245
467,895 467,895 00000000000000000183dd1508da1c515844614345797a740f72077774f4b72a 1.00 MB 1,733 251
467,894 467,894 000000000000000001a59d6c5fbd8f5773955960df457d9724dfa378437d1758 1.00 MB 2,114 278
467,893 467,893 0000000000000000013758a2a282ba92c4030968ce510d3a34b5bf2de4d50a73 1.00 MB 2,349 334
467,892 467,892 000000000000000001016107de9f8c87f3f449ca4658b3dffc244c2c768db03a 1.00 MB 2,549 266
467,891 467,891 000000000000000001b764855ff30243b64c0068a0ad71911ef734cc1aeae3b3 1.00 MB 1,951 268
467,890 467,890 00000000000000000048a226ef263ade9cdd0d5841d6fc07cc5e06803a0787b2 1.00 MB 1,907 306
467,889 467,889 00000000000000000191b944e7a9224af9462766579bbe142cbae587727d749d 1.00 MB 2,444 334
467,888 467,888 00000000000000000136601415943aefef3e0234d3189d203dcb9a0d5d90c7ee 1.00 MB 2,357 311
467,887 467,887 000000000000000000bbc8ae290d66ae29237443c60c600193bee5500ccd6eb5 1.00 MB 3,043 459
467,886 467,886 000000000000000001c181ad73d5828d7236f9260fb303371eaeda6aab2b49dd 1.00 MB 2,798 389
467,885 467,885 0000000000000000015bbe5686e7d58c860c818efd51a0154417fb9dd8b2c157 1.00 MB 2,107 323
467,884 467,884 0000000000000000009112151fc05f02ea0a5a323cca877cc678a69e013a848e 1.00 MB 2,335 256
467,883 467,883 0000000000000000005eb4db0340ac15197389a5b17bc2585bd0ff49ff00f45e 1.00 MB 2,514 270
467,882 467,882 000000000000000000f7a3c07df707077fa50fa3f38c25246a5c11bdcacc68dd 1.00 MB 2,456 277
467,881 467,881 000000000000000001c64f2ba2ee3fac8a16fcd29ce69e4654d8f4864b286caa 1.00 MB 2,561 346
Previous 10 blocks ↓
Total Size: 699.21 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,135.80 GB sent, 205.27 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.