Memory Pool Memory Pool Refreshing

33,119 transactions
32.45 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,869 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,820 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,868 (745,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,817 117,817 00000000000084b3be3e3ed4dbffdbc9290e033fd191137e42ef42c2a378109f 0.00 MB 9 950
117,816 117,816 00000000000046bc4088feaa263abf60392759e4355d59051749d1d1dc90260c 0.00 MB 5 737
117,815 117,815 00000000000013738901728051e328eac80810ecd431c32e8cafd6f0d953e875 0.00 MB 1 0
117,814 117,814 000000000000958512767b02efde3fb75d35244b29b4e100c26153947cd34731 0.00 MB 12 710
117,813 117,813 00000000000020e80dfb66a1f42f1f0017db02065c2186aef92bc7e3b140515c 0.00 MB 8 718
117,812 117,812 000000000000744d2cce8584d0a4896742ff1c80b237c7e220ecdb1543c9f2e1 0.00 MB 10 0
117,811 117,811 00000000000057244ffbe1431da594284bc52ba34147d973913b1d20c43c8192 0.00 MB 12 322
117,810 117,810 000000000000b41fa5bbe617a3fbbbc033be32bf132a369365389e12035c5b9a 0.02 MB 25 485
117,809 117,809 0000000000001b9a8506692fe9b95d92cd26a62d17b6450a5af06753ca52c0d7 0.00 MB 7 0
117,808 117,808 00000000000063d562fb21c0060d1bd61600f31e4bdfa8d531ba3ba48fbdfd50 0.00 MB 10 0
117,807 117,807 0000000000000b615e6aa53af5a75edea18cf8bc8dea4d3fcae38edbe52ddf87 0.00 MB 11 1,809
117,806 117,806 0000000000007f2dee1e5e64a88e8a9f2c4d19a5e0a9ebb9bb9c83624605a25f 0.00 MB 1 0
117,805 117,805 0000000000009f1e352bb364be0cc2396880a8d349f69d02b0a901d207b3a118 0.00 MB 8 512
117,804 117,804 0000000000006cfd415d1a617113d05bc32da0067019bc34409ee108dd27d0c9 0.01 MB 11 1,632
117,803 117,803 000000000000b46784c6d2b55eda8aa7d9aef981f324981b75fac1f87c4a8f8d 0.00 MB 5 0
117,802 117,802 000000000000184733262c8c3eec6662baf3adba1eb1b78eaa0957e75ad280b7 0.00 MB 10 357
117,801 117,801 000000000000503faded18be3428443f95146b1b4fcbe766425b06a706daaab8 0.01 MB 21 716
117,800 117,800 000000000000578232c0e5a895a87f5d7286c479a9971ea75f371916ddad6c12 0.00 MB 10 1,662
117,799 117,799 00000000000026ad4ebf6ff3685c4771bad625636a937671e121cf87bf181264 0.00 MB 13 595
117,798 117,798 0000000000001c3f4754bbb8d0cb036f07c13293d8f681acaec7e4203379f9ba 0.01 MB 20 920
117,797 117,797 0000000000004d372dde8e087018ba8b51542fffc4abec716f035985e46c48a4 0.00 MB 2 3,875
Previous 10 blocks ↓
Total Size: 685.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: 1,407.45 GB sent, 110.89 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.