Memory Pool Memory Pool Refreshing

86,714 transactions
28.17 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,270 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,195 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,269 (256,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,371 613,371 0000000000000000000025597a3e15eda5e52f98e2a10bdfa9b2cece402a03f9 0.15 MB 350 13
613,370 613,370 00000000000000000006e84948a3955eefe2ad1f6b8a7d188f414ad6b638e991 0.94 MB 2,106 8
613,369 613,369 000000000000000000005e6a53224fe605b7dfa33d8eae2699cb74a2b5482694 1.25 MB 2,439 16
613,368 613,368 00000000000000000004ada3936e895f8310694421ecc188687506e055d48df5 1.29 MB 3,248 18
613,367 613,367 00000000000000000005472c787da10e1db6cf0579c3583a32924ccbd776635c 0.67 MB 1,647 15
613,366 613,366 000000000000000000051689238968d3dc7114e72ec3e5c86a5116e818e991eb 0.73 MB 1,670 21
613,365 613,365 0000000000000000000ffd86abcd22169b34d89477daed47bf657f1ef069105c 0.40 MB 1,037 3
613,364 613,364 000000000000000000008d1935b192beece93702c6fafd87f3e536fbf983fb94 1.21 MB 2,990 8
613,363 613,363 0000000000000000000b42e2b6eae72eab91991d5ff522464959823317e7dfbd 1.18 MB 3,092 11
613,362 613,362 0000000000000000001206450664695253edd40cfce8ad389cbff405f9fe3ccd 1.35 MB 2,819 26
613,361 613,361 0000000000000000000ce20772ba5b0367e79d5e3a2419b9ec1e1f22d47985a9 1.44 MB 2,899 26
613,360 613,360 0000000000000000000012a82faf7c5a73e967b77e52930a9cb3664246159837 1.22 MB 2,702 20
613,359 613,359 0000000000000000000a33d4e443533d176046259adf718f41281e2670522dfe 0.37 MB 741 21
613,358 613,358 0000000000000000000d5c971081930ec5d4340195ca6d500793b9c2ec6a6e93 0.06 MB 220 14
613,357 613,357 0000000000000000000c74debdd655866b2e48f18fd38b7fbf0aa3e3c32e8da6 0.65 MB 1,090 11
613,356 613,356 0000000000000000000e11c95f0796611f083a8de29e3a4ff990edc2d709e8c0 0.13 MB 334 15
613,355 613,355 0000000000000000000f4c9735b3bbd3812baf2b6d1b2dfe4550fe9d6ae2ba14 0.30 MB 708 22
613,354 613,354 00000000000000000012a7fa0bc52a447821c2f0317af952a370c6c6708d0c25 0.21 MB 556 21
613,353 613,353 00000000000000000008f357833a76fcb49e89ce4d58256f62bb683ae6ec885f 0.77 MB 1,964 18
613,352 613,352 00000000000000000007b70bb66a14bd2f8c2c336e354e935d91b65c35370df0 1.27 MB 3,200 17
613,351 613,351 0000000000000000001088c6407227269a53a2b2f79389893201202b278a531f 1.23 MB 3,542 4
Previous 10 blocks ↓
Total Size: 699.96 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,212.08 GB sent, 210.14 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.