Memory Pool Memory Pool Refreshing

22,485 transactions
22.61 vMB
Show Random Selection Loading Transactions
Max Size: 132/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,070 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,509 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,069 (57,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
804,205 804,205 000000000000000000024ff53777c499bcce6f4543fe2386ab4d06a4b15f8cf7 1.52 MB 2,629 7
804,204 804,204 000000000000000000008ea557460a3a0aa1930a7aeba630cc34c8ae9397e8a0 1.58 MB 2,932 20
804,203 804,203 000000000000000000038e235cb73c2d15abc90e56e99de06b9f066e97226138 1.86 MB 5,108 9
804,202 804,202 000000000000000000044b9bd40222277b829bde22e0dc9ec5862b2cbe32db0d 1.64 MB 3,885 8
804,201 804,201 00000000000000000000767cd2484d649a0e68939be9048bb099ab641e6399a1 1.85 MB 5,278 6
804,200 804,200 00000000000000000002d7623da5d6dd6e3998d9b5ed55bc5bb93aa3a3c9b7c8 1.69 MB 2,923 11
804,199 804,199 0000000000000000000354e8cd1af6fffd84f7c68d86fb1a90170ee0cbdd375a 1.88 MB 5,312 7
804,198 804,198 00000000000000000000d1b78dabafed74c4483fdde4d899952274fafb70998c 1.18 MB 996 6
804,197 804,197 0000000000000000000180d72b6b7201b8cae68b430dd432fd5b9c5fb8084354 1.76 MB 4,535 8
804,196 804,196 00000000000000000004115266ad9ffa481522004a4547bdc32b6579b0b9e14d 1.48 MB 2,783 6
804,195 804,195 00000000000000000002da7d5d8367b2c8269795146b8ad3912e01576aa72d6d 1.66 MB 3,725 8
804,194 804,194 00000000000000000003dd5af708699332979ccec5a54907c068c623049eb031 2.00 MB 5,938 8
804,193 804,193 0000000000000000000411e00924548becdd4b2c629be0a97322aaefc8140b02 1.80 MB 4,720 6
804,192 804,192 00000000000000000001fb0107aac75af4d076ed9ca5b297075747bba66af25f 1.72 MB 3,716 7
804,191 804,191 0000000000000000000428cf77964b9e88c8b400b2bf112d80e9977db007778c 1.30 MB 1,313 7
804,190 804,190 0000000000000000000423c50248f2999501df21f5a1f939d8f6e00e8174093e 1.61 MB 2,181 8
804,189 804,189 00000000000000000000df274d6a709d681fc7930c9bd76d1c1990b0062cd095 1.46 MB 2,634 16
804,188 804,188 00000000000000000000e0100fb4e3b44cb07da7719025bbfef2d7bd14793f0a 1.90 MB 4,764 9
804,187 804,187 000000000000000000001ce2683fe9f9a5d4425400bf8207a4b480b7fadf6e90 2.05 MB 6,530 6
804,186 804,186 0000000000000000000162306bbd71e78658abbd8da4c19ea143184cf7c2a3c6 1.71 MB 4,133 9
804,185 804,185 00000000000000000002a3ab669b0ed76a97caca2c12ad7ac964a1f463781ed8 1.61 MB 2,760 9
Previous 10 blocks ↓
Total Size: 684.30 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,332.82 GB sent, 100.27 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.