Memory Pool Memory Pool Refreshing

42,377 transactions
24.19 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,859 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,837 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,858 (536,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,769 328,769 00000000000000000afbd468107d91048c886e001a63b24e40137282531db201 0.96 MB 1,808 29
328,768 328,768 000000000000000018d73e41d524db30ec516ca99d94b51d56a51c41decd7465 0.12 MB 219 29
328,767 328,767 00000000000000000a0f4590b7d73c87b3b78821b200a2cce678ed976bd24f0b 0.07 MB 130 25
328,766 328,766 000000000000000012bbc137401314541ad490fa9cb5e9385d12b357e69e7442 0.09 MB 120 22
328,765 328,765 000000000000000019138f2ab0d1e1b289399a40700a0d40804b269d328c6b16 0.10 MB 125 21
328,764 328,764 0000000000000000041d40d3e8c89c664b3cc818321a6cf559b08af9b0bf6b69 0.10 MB 101 19
328,763 328,763 000000000000000015b72e0b90f9508c2c6ecfa42d870a387ec2768f82200ce8 0.11 MB 182 28
328,762 328,762 00000000000000000e26a2b54e5e1dd8892cccca8ae267640b607cd6848bf3e6 0.07 MB 67 10
328,761 328,761 000000000000000005456b3e04da2357b5a8e7b429c616831180b23f8bd0edac 0.15 MB 342 34
328,760 328,760 0000000000000000109147812a34495de724984bdc8b04d4146de0c3af5fe8b2 0.13 MB 183 22
328,759 328,759 00000000000000000418ae438d1c6126c348f7dea6544394434d8b4b5cf84d23 0.11 MB 154 22
328,758 328,758 000000000000000013f3f8404e16a8b0f92b092f82af0791c937052615ce0880 0.49 MB 689 22
328,757 328,757 0000000000000000070bd28601f4b0d00d9cf9dc5ec21720789bdede1d7e1fc4 0.16 MB 319 27
328,756 328,756 00000000000000001586756ca0bd4b527f2c6b13e681f24096ae70e17f4174e6 0.23 MB 454 25
328,755 328,755 000000000000000014d699b2c406f04bd9ebfb0be4971db7159b2e87e498ad26 0.25 MB 691 32
328,754 328,754 0000000000000000111435654ac60ff9c394c84f48c43e45bf20ae7283e7e334 0.09 MB 239 32
328,753 328,753 00000000000000001833d6d2fc18c79037a2d3925e85bb4c1855a992dc1e5d45 0.43 MB 862 27
328,752 328,752 00000000000000000492e87bd4c79cd411277bcad5250f24a8010eec3bcb1f40 0.13 MB 235 27
328,751 328,751 00000000000000000132c2adaa9a2927ed60e5c57ed9af4115fcb53c835d6f47 0.02 MB 35 22
328,750 328,750 000000000000000008e3df3756ecca8a767d95e9d7e7c6e34a0d65b2c0b23aed 0.00 MB 1 0
328,749 328,749 00000000000000000c03a88afa94a2bc0e05c1a329be87f5dc3dbde5a3f751e9 0.24 MB 408 27
Previous 10 blocks ↓
Total Size: 689.64 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: 1,654.81 GB sent, 138.20 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.