Memory Pool Memory Pool Refreshing

65,747 transactions
29.60 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,861 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,014 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,860 (104,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,772 766,772 00000000000000000000886d9b974dcd3e60d83a89e18ed3e85111391769c84c 1.24 MB 1,608 7
766,771 766,771 00000000000000000005658c2ecf9833a4d955c9b14b6c5882e2773b0dc829c6 1.12 MB 795 5
766,770 766,770 000000000000000000046d82d85980ae7be619c69e8e3bdb5b2ebdd25d8716d0 1.18 MB 1,350 7
766,769 766,769 00000000000000000004708b46082fc956f482f0a7eb7913a9299f594a9b8660 1.03 MB 174 3
766,768 766,768 00000000000000000005529fc3bf3d26b7b0e104596be92535652ca5379fce53 1.06 MB 389 4
766,767 766,767 000000000000000000082ef009cb5cd1bcdb6ce606fa4b67400ac5ed5a36af51 1.37 MB 2,112 9
766,766 766,766 00000000000000000006c51decaf39782ebc26dc078f0c2fc5416ed7cfe9055b 1.13 MB 796 5
766,765 766,765 000000000000000000004dbb2e97def45e87f1278d3bb784885157f1717b7698 1.10 MB 750 5
766,764 766,764 000000000000000000069588ad0d9d7fd654231ef8178e0bc7122508e1cd1661 1.04 MB 253 3
766,763 766,763 00000000000000000003f8de098378c5ed858c69f35cbbc79c8162d88c852784 1.10 MB 819 5
766,762 766,762 00000000000000000002c2683eaea8f213dc921196ecbe9fc58539655c51c978 1.21 MB 998 3
766,761 766,761 00000000000000000004d9913594604d0cf8fab819f1ba538a23f91541bf6c6d 1.44 MB 2,725 16
766,760 766,760 00000000000000000003e97f4f7604dc617c778cafcbf26028c36fc2832ea392 1.23 MB 1,370 6
766,759 766,759 000000000000000000071bbfbc166730e8c722f3fa51195d120d265cb465dc9c 1.02 MB 200 3
766,758 766,758 000000000000000000063ba91673b07060a29b8350ff6f4f67343843ee342238 1.36 MB 2,228 10
766,757 766,757 0000000000000000000529f6c340bea7b873f306f49f5adb9ba4df6d61c78fd8 1.31 MB 1,967 9
766,756 766,756 00000000000000000006abd22fa5fcc13963fe8420ce25db7f41908c38d51ed3 1.22 MB 1,493 7
766,755 766,755 0000000000000000000560791644fb049f154c264ed01f42cccca4d753446c60 1.01 MB 155 3
766,754 766,754 000000000000000000048439e9b9f0b45b6ee9317c0b168db2fe11584e59ae82 1.34 MB 1,842 9
766,753 766,753 0000000000000000000213c07091b798d749aa38e62851aba8daab0c6109897c 1.25 MB 1,366 7
766,752 766,752 000000000000000000012298affa67820ec16fa82a5308bd16827db721192c2c 1.42 MB 2,026 11
Previous 10 blocks ↓
Total Size: 701.09 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,399.32 GB sent, 217.81 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.