Memory Pool Memory Pool Refreshing

44,310 transactions
29.38 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,462 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,935 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,461 (42,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,787 826,787 000000000000000000009a3a196770e4d60990c2434ff6e3613cc68ae761eedf 1.91 MB 2,876 42
826,786 826,786 0000000000000000000049c876ef66688a50663398f3bced198b36055071b48f 1.63 MB 3,317 66
826,785 826,785 00000000000000000003b48f935bfaaa68a8e3444a266bb529136a863fe98bd4 1.75 MB 3,305 56
826,784 826,784 00000000000000000001f57a0c01c13ae84d362e62417e074952728ba2c8cca2 1.72 MB 3,722 60
826,783 826,783 000000000000000000014b6c9352acf8af6ca6bcf5578c57c6dc9a661a4fbbcc 1.73 MB 4,116 78
826,782 826,782 0000000000000000000339fefc87c65df75eb03743b3a78cc16252a42abf506d 1.55 MB 3,018 60
826,781 826,781 00000000000000000003b6616561d01364604ef26a9b9cccb5ee4d40d06b9669 1.87 MB 4,985 80
826,780 826,780 00000000000000000001261d1cdfbc7a9040c3186ba1b55303168df92a44a877 1.57 MB 3,500 83
826,779 826,779 00000000000000000000438061d056e1aef63731ae304952ac1a422f0447e943 1.90 MB 4,792 42
826,778 826,778 000000000000000000016b73ab80e75554da5623e5d48f70c53ba78a6605fc33 1.62 MB 2,911 50
826,777 826,777 00000000000000000002174195903ab8e725bcaea64c59c50976df8324765417 1.54 MB 2,590 36
826,776 826,776 0000000000000000000157dfa364330033b443174aabf215c52f932968a3d97b 1.65 MB 3,345 38
826,775 826,775 000000000000000000033aae571d91f16b4948949f7c579832fa4fb3639d0209 1.62 MB 2,572 50
826,774 826,774 00000000000000000002428d733581dd76c6d535791a450cb39175f07c07d8c3 1.25 MB 1,331 38
826,773 826,773 000000000000000000006e83bd7e5cb972a68565b288caa43d052cf555de1faf 1.89 MB 4,819 41
826,772 826,772 00000000000000000000d790222e5a8b330ac83bbe887b51f6ff7e141a3ab4c5 1.73 MB 2,720 49
826,771 826,771 000000000000000000034288930533b218f024ef94ab2f8dda0e8db6d05da7c2 1.83 MB 4,737 45
826,770 826,770 00000000000000000000141485d322d01c38bdf78dd29a0a31be582654a20710 1.81 MB 3,240 55
826,769 826,769 000000000000000000016e5442e42d9af3c1232e27fd5a15952ab81baaa52ff3 1.97 MB 5,541 41
826,768 826,768 0000000000000000000379ea4865f37443fa63b70eb27644105294848a9877e2 1.65 MB 2,015 38
826,767 826,767 00000000000000000001200fed2197f815b95a0343b62623f43db247806177e5 1.84 MB 5,488 45
Previous 10 blocks ↓
Total Size: 698.45 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,086.60 GB sent, 200.43 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.