Memory Pool Memory Pool Refreshing

60,778 transactions
28.26 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,914 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,271 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,913 (15,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,868 846,868 00000000000000000002ea88b3d88c19b056ec9535962a5b7b367376169ff6ed 1.17 MB 665 54
846,867 846,867 00000000000000000002e5b1788ec682d15f64a50947991e2e7bcaf0719629ab 1.39 MB 1,256 62
846,866 846,866 0000000000000000000070e5f98c92460fe8ba62b1f3b7694be2c5c16b11b7e5 1.60 MB 3,035 47
846,865 846,865 00000000000000000001a8cfeb873377fec8af3e7cbd5dc025878d3b84dd7ad1 1.59 MB 3,537 54
846,864 846,864 0000000000000000000051ee965d6cff08986492ae2554875b94bef0a60d5c43 1.55 MB 3,372 60
846,863 846,863 000000000000000000009bfd342c5530f59efe33cf4a7dc81792d28418a687b3 1.69 MB 2,604 33
846,862 846,862 0000000000000000000158a42166fab4aa24b64e859a16ca5ab8da494301bd7f 1.62 MB 3,051 45
846,861 846,861 00000000000000000002adb3fe8f070b8f0ceffc8b9dbae2f6038510a70946e3 1.59 MB 3,086 33
846,860 846,860 00000000000000000002762da1c8a78b70b78db0d28bcc0ff0f84ea27a17f836 1.68 MB 2,597 36
846,859 846,859 000000000000000000025b22c178a2237b9df88bc842e2f320c368d092af392b 1.67 MB 2,897 40
846,858 846,858 000000000000000000024cc9b8787fce79f547abf1c2347ec9f011b5a8777bb8 1.54 MB 2,643 44
846,857 846,857 00000000000000000001dbf216edcdb638859cdfb49c58e9729b6b00360cbf26 1.56 MB 2,817 37
846,856 846,856 0000000000000000000260bff1226bf5656f1c2e3413bf006c1ce3f220be7301 1.62 MB 3,071 47
846,855 846,855 000000000000000000020ede4a322e6dbb29d891ede08297cfe25378a174d98d 1.60 MB 3,525 35
846,854 846,854 00000000000000000002267ff22ac8a949e50e767fb285174bb169cfb2347293 1.57 MB 3,572 36
846,853 846,853 000000000000000000034e6dd6d36ed0eeb7eec0edcf4be7c079a8c606e5d725 1.49 MB 5,781 47
846,852 846,852 000000000000000000021133e8ee3a55f6bce154df4db1b0d4b9040bba5deb15 1.55 MB 4,601 45
846,851 846,851 00000000000000000002dde6265a20876ea14d9a66987fb54e39233afcbfd4bb 1.55 MB 3,036 35
846,850 846,850 00000000000000000001fbdd670dd2509ec53c68f65a2cbfa99ef20389969b97 1.54 MB 4,462 48
846,849 846,849 00000000000000000000f5d86462f3230271d709fcfbca32bedac4a4527634ef 1.63 MB 3,221 51
846,848 846,848 000000000000000000026dec5270763aac868f5ac2b5b83f104ca1a90a571261 1.53 MB 2,926 31
Previous 10 blocks ↓
Total Size: 684.00 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,307.64 GB sent, 98.40 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.