Memory Pool Memory Pool Refreshing

70,535 transactions
29.91 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,263 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,934 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,262 (37,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
834,993 834,993 000000000000000000028bcf6fab445b73ad707a34059d06d0a6e3aae2f77dd7 1.90 MB 3,307 13
834,992 834,992 00000000000000000000264230b450af3e23d6e5e69678a4f7028bc225a1c88c 1.86 MB 1,531 11
834,991 834,991 00000000000000000002893116ec4e4fea69eb0b8e83661b09853b9767a0e864 1.53 MB 2,236 18
834,990 834,990 00000000000000000001d60e567bb2f5b5b03df4a26f5cf5e459af5252dee2b9 1.70 MB 2,590 26
834,989 834,989 000000000000000000029a7e6db35ac0da0f94f07ad0f4d21693bbcd57792a13 2.00 MB 2,172 13
834,988 834,988 0000000000000000000092f87efb70672b6086810c7640ef6819bff9502a45e9 1.83 MB 1,713 13
834,987 834,987 0000000000000000000152b815713752fa04002381cfd55bcb3715b37eac3afc 1.65 MB 2,672 25
834,986 834,986 000000000000000000026294bf147329031d590317a20716d98f91ae5bd5570c 2.03 MB 2,614 14
834,985 834,985 00000000000000000003472bbc6d7145b29cafb64af4d926f5000e6b3fd80f54 1.88 MB 1,475 14
834,984 834,984 00000000000000000000fd37c1f5977e1c695c8ea3b2c101bec1415d3805d02f 1.98 MB 1,171 13
834,983 834,983 000000000000000000030e8f701ba757a0b5b3ac0f9ab459a9e6651e917b11fc 2.00 MB 2,963 15
834,982 834,982 00000000000000000002ffc22d8ae1563e9880f9d691d7c736ad7dedf4b9f833 2.07 MB 973 9
834,981 834,981 000000000000000000000871b2596fe2708a5ab2089b49c3d57d4011498e67c1 1.56 MB 2,554 18
834,980 834,980 00000000000000000001e194139d06ec00cb5096bc36c7b0265c356c1050c3dd 1.70 MB 1,991 19
834,979 834,979 00000000000000000000b71cc67af958625c5293518de7c7a7dbde8c2cdf0125 2.01 MB 1,464 11
834,978 834,978 000000000000000000014e03decf8b8605af90deeff6b33162741d56a9135078 1.84 MB 715 11
834,977 834,977 00000000000000000002aec03c8e28453ede7f681fdc39fcd3f67cc0779b9fe3 1.86 MB 173 9
834,976 834,976 00000000000000000002b2ba1c23e9d9443fb310ebd1c2e5455c72806a13747b 1.99 MB 2,142 11
834,975 834,975 000000000000000000033d8d1ff6b4f9f95f5a9c140c6b85c88a2426d04b8d35 1.61 MB 2,769 24
834,974 834,974 0000000000000000000110330f7f21282c32d1bdd77b34cbfb2d43850cec9713 1.68 MB 2,165 19
834,973 834,973 00000000000000000002a661c3fda9249182337546381d08ee208f00a656e500 1.96 MB 1,434 12
Previous 10 blocks ↓
Total Size: 703.69 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,617.53 GB sent, 235.97 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.