Memory Pool Memory Pool Refreshing

57,068 transactions
29.02 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,812 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,182 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,811 (41,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
830,879 830,879 0000000000000000000048e0830e16f3c39e0920aa144c9568d9b70addfad9e7 1.83 MB 2,826 22
830,878 830,878 000000000000000000035eda418aacd4e7f8de5252b7ec77be73b1605d673d63 1.72 MB 1,825 16
830,877 830,877 00000000000000000002325b5e7a9bfc97a1f9f2d917899d295e967c3e5fc6ff 1.50 MB 2,826 22
830,876 830,876 0000000000000000000286fdf21921548b2aaced7207e02097b52367aea6f1d4 2.24 MB 2,424 18
830,875 830,875 000000000000000000018942c42066a8500d8a7360ac9b777bbd09a666741c42 1.59 MB 2,778 21
830,874 830,874 0000000000000000000174729d8d657e4252333e82722935c4b23f5c8171e67c 1.57 MB 3,451 28
830,873 830,873 0000000000000000000026d6352c6aa3d0db34792b93bf60c832766336d4d98f 1.62 MB 3,298 31
830,872 830,872 000000000000000000022ed532f7082d88da9650bc03687cc85a0aba9ae77235 1.81 MB 1,882 15
830,871 830,871 00000000000000000002ff45cc273b120aa7833760d67dbc3c81dfd3cac0270d 1.84 MB 2,955 20
830,870 830,870 000000000000000000026c1b0700d6b0df44db7e9bed20f7a04771086a27e118 1.80 MB 1,208 13
830,869 830,869 000000000000000000029b695b5f4382e5f478db66a030c1f06e34e244e4aff3 1.90 MB 807 12
830,868 830,868 00000000000000000000587f33a6d4f891dea71540f7243cf3645ccdaf7f1c87 1.47 MB 2,254 20
830,867 830,867 00000000000000000000b6752c949e3e0ca10042deabe86a2360cdd9bfc1706c 1.70 MB 3,300 22
830,866 830,866 0000000000000000000122537d4929be93168f887f8905569d668dba0c0ec851 1.66 MB 2,408 17
830,865 830,865 00000000000000000001d8cf496d0ee011f359c8e13b09cfe880e0b10b97caa5 1.61 MB 3,618 35
830,864 830,864 00000000000000000002b2b01bc751ebebf3e72062eca749beba3db097744837 1.93 MB 226 11
830,863 830,863 0000000000000000000144966222a68b602660cbf6177742cd28a8b1c735e4a2 2.08 MB 2,914 19
830,862 830,862 0000000000000000000248835927ed25d22f05a3fcca652fb866958e35bb505d 1.72 MB 3,509 22
830,861 830,861 00000000000000000001dce757f858ff717b2f42966f829c032dbaa13b424714 2.19 MB 2,831 19
830,860 830,860 00000000000000000002e28a5f8dc3bab917ac53afb728865d4cdd85d772a711 1.84 MB 2,355 19
830,859 830,859 00000000000000000000714fba0472ea5a2edd12873b874c5e43fe332174c56f 2.30 MB 1,475 13
Previous 10 blocks ↓
Total Size: 704.71 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,657.89 GB sent, 242.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.