Memory Pool Memory Pool Refreshing

57,982 transactions
21.51 vMB
Show Random Selection Loading Transactions
Max Size: 139/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,937 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,265 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,936 (72,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,802 798,802 00000000000000000002ca009a7a4ce0bb05ba62cbd0f89ef1ffb79799b4a43a 1.76 MB 725 7
798,801 798,801 00000000000000000002cfb69ab99aa10120981c04121bde77506aa5b6f19f33 1.71 MB 2,268 12
798,800 798,800 0000000000000000000220a283055ee082315b8cce968a1c2de94ef8b672c644 1.42 MB 1,815 11
798,799 798,799 000000000000000000047d7f7e01e8ea4f14493d50f7f716202a2cb0647d28ec 1.43 MB 196 9
798,798 798,798 00000000000000000003916a7cc168109fed75e5b446b899a1e1253aa832af9a 1.53 MB 827 9
798,797 798,797 0000000000000000000352657c84b71d472c4a4330ecea240c701045629a9621 1.57 MB 1,507 10
798,796 798,796 000000000000000000028d5566f694c6161fb1e97ec17cde1a3e5e326d82f609 1.86 MB 4,364 8
798,795 798,795 000000000000000000044e1fc4ee7fe74a962ed2739aa9bfd124b8f526ae714d 2.03 MB 5,847 8
798,794 798,794 000000000000000000052551e5aeb5e1bda01b6cadd17d509217c6736ea9a7bd 1.64 MB 3,600 14
798,793 798,793 00000000000000000002de36d771ad944b7c4e7d00782b2607fd8c89ce1ee61f 1.90 MB 4,896 7
798,792 798,792 0000000000000000000085b41cacce08f1fce7ae8688ab23a3c1ae6e667ac9be 1.61 MB 3,281 10
798,791 798,791 00000000000000000004e0b1c72959d1fc7fcdc516742f753dd3b5f07a063e5c 1.63 MB 2,508 8
798,790 798,790 000000000000000000048b229b5744458f6e496469090b818be8bef765df9347 1.55 MB 3,416 16
798,789 798,789 00000000000000000004426a5fbc111c585c2f1315af930d1c6c94cc644d2c28 1.27 MB 2,316 27
798,788 798,788 00000000000000000000d07d7bf0b768b7783c1d7990d967795f9cb06363f16b 1.48 MB 3,211 18
798,787 798,787 00000000000000000005290c0264c4dd9b3d1e8ffa3a4fc2164f872972b0d47b 2.11 MB 6,246 6
798,786 798,786 00000000000000000001d234c6d73c6d1edc8ea45c2cc7c865ee651fc84c736b 1.53 MB 2,607 7
798,785 798,785 000000000000000000043f747cf5baf6cec2c0108db3fda0e604d5864079e0e5 1.38 MB 2,646 15
798,784 798,784 0000000000000000000207f1eec7e4431d190274c211415a3eadcb1c0a8f849f 1.40 MB 2,868 18
798,783 798,783 000000000000000000010303198ba84076682a60e76431fde67eb5d86ce24d5a 1.66 MB 4,211 10
798,782 798,782 00000000000000000004886e06fb9c3f9d8de7ed12c21f8b48579ee3b0b92e17 1.55 MB 3,168 16
Previous 10 blocks ↓
Total Size: 701.23 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,402.66 GB sent, 218.80 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.