Memory Pool Memory Pool Refreshing

64,608 transactions
31.89 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,318 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,771 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,317 (673,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
200,750 200,750 0000000000000553b5670c563e1df79c7a73cd94dd3b0cf994226aca9e9d2396 0.04 MB 135 129
200,749 200,749 000000000000008d1e24ab914a9db60f62e7a6b7c591f9ab1d1021631d4253f1 0.06 MB 180 129
200,748 200,748 00000000000000e34e4bc6482255a5c5fc688b9cc6dfc0cac79e7d81a755cbc1 0.09 MB 233 122
200,747 200,747 000000000000054298b80b71c7481a5605fc3f63cddbca2127ee3fcb6f77c6ed 0.02 MB 59 117
200,746 200,746 000000000000011b402fa7c72c5e016ddbd1e09c02ed529416b9305e88f47c1e 0.02 MB 58 180
200,745 200,745 000000000000043d3db91492cf87f092fadd6f96171601462658e4d8934a11a3 0.01 MB 16 79
200,744 200,744 00000000000000b40a04c96f4a1b8d5de963c92a728a0d2f290b68e41d979336 0.02 MB 24 51
200,743 200,743 000000000000016086035a0527d85f9494f9961bfae8dfae13b5050a22810abc 0.03 MB 75 118
200,742 200,742 0000000000000261ee695e0c1b81805181af91cf1e6ad03bd01976fbc5a7a878 0.02 MB 61 101
200,741 200,741 000000000000038df909471b4e5d9d58f568997c9f880a38f6cc314bf9952ce8 0.01 MB 24 207
200,740 200,740 0000000000000526ee3003dd8da2f28adf91f8081bcbdfb7d7eb22aa541a8d2f 0.10 MB 297 78
200,739 200,739 00000000000001742bd281594bda20dca047f59c2875f156f8921baf518e4ca5 0.04 MB 92 95
200,738 200,738 00000000000002dbc202b7edb28b3ae8bbf9f613b6882cf87ae5433f88972fdd 0.02 MB 58 36
200,737 200,737 000000000000042afa6bae18408ec0382ff0b12f420f8373015ba8a44a9e8aa8 0.09 MB 271 146
200,736 200,736 0000000000000469ed83d2d8d1458ec50e0241b4a776762d8cad66c2adc89c94 0.05 MB 147 118
200,735 200,735 00000000000001de4ebbca79010167a738c80d8a12d907111682664be4fe8e16 0.02 MB 41 131
200,734 200,734 00000000000000db16644f7b6806252b9247415a0da941e23f71168d577848f4 0.04 MB 107 118
200,733 200,733 00000000000005d0daa3d989ecc2c5659d0b0cccacf8fae158de6a98e5f0f6f9 0.02 MB 65 129
200,732 200,732 0000000000000356ed51ebce803dafcf1225d56e1027d64ce3460c7d150d494f 0.04 MB 95 97
200,731 200,731 00000000000005429926216213d7e6004f90e2cab4e7f951c5c2d0b7876b772f 0.01 MB 43 129
200,730 200,730 00000000000001e8df25166fa7ae61dd8d5c62111c2789f1502ef0a13a405053 0.08 MB 176 125
Previous 10 blocks ↓
Total Size: 707.42 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,774.12 GB sent, 259.28 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.