Memory Pool Memory Pool Refreshing

32,857 transactions
30.21 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,564 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,311 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,563 (106,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
756,764 756,764 00000000000000000001ca82b6f1f601d44dbd2ac4de87532ed7be006d7fe7af 1.47 MB 2,865 11
756,763 756,763 00000000000000000003d76cbe218e26cde59dfc9f289390918bffdb57d94f2f 1.29 MB 1,834 7
756,762 756,762 000000000000000000075d916e689889a5fbe8b06e41987db110185df44fb32b 1.20 MB 1,415 9
756,761 756,761 000000000000000000076c325ff965d8264789f75c2db097e63a6ffad96f4440 1.49 MB 2,730 10
756,760 756,760 0000000000000000000129043f03e0247adf6c18974bbeb5717770a605c0b197 0.12 MB 201 7
756,759 756,759 00000000000000000008da1b25c9c5e7e0e6778bdea9363fa632b373fb8a2283 1.09 MB 2,192 10
756,758 756,758 0000000000000000000320b2ceea0476910e3475ae24ccfaa7c725ed035eb056 0.49 MB 659 9
756,757 756,757 00000000000000000003c73ffff72c47750221f75cc7b7c84d79077de7330b19 0.72 MB 1,425 8
756,756 756,756 0000000000000000000808078b89f1d7c045df7facc40abd3a1ce32486143f8f 1.09 MB 1,539 6
756,755 756,755 0000000000000000000421f4858d1b69f1358affd179d56503622cd21753f40f 1.54 MB 1,030 2
756,754 756,754 00000000000000000005a8dbccb32e1f2731e283342977fc44d0f48e7ac89ba8 1.57 MB 3,057 6
756,753 756,753 00000000000000000003c52fb1016d9bbf337bd327f5ba5b564e11578bf2a582 1.53 MB 3,155 9
756,752 756,752 00000000000000000006d38fb36ba07bfa8efd546812d669dccd8a45d2a60d22 1.62 MB 2,533 17
756,751 756,751 00000000000000000003822ad88efc35511c245f30e6a69d92a283111b3cccf8 0.22 MB 180 6
756,750 756,750 00000000000000000004c52fe9d680d5c37ba88ccc00eb996556d8228c282aee 0.74 MB 930 9
756,749 756,749 000000000000000000033fb22881d0e9e48cd69101ace13cfc5f35ec8dcd740d 1.73 MB 1,251 3
756,748 756,748 0000000000000000000413eff86975d0531a343d14c198ed0c694de1b7553af2 1.47 MB 731 6
756,747 756,747 00000000000000000006701f4fb06a38fe9e187a155e74431521bfb91d018c19 1.63 MB 2,037 6
756,746 756,746 00000000000000000006b74f0def5c152624c2d15391a15169fa8a427a03050a 1.52 MB 2,952 10
756,745 756,745 0000000000000000000269ebd89dbbc8a0999675decdf85e96c2bf05f40b92e0 1.55 MB 3,102 10
756,744 756,744 00000000000000000006dd4dc06c4714a7717f050ebf2bd1750602cac6ab7ee5 1.70 MB 2,192 7
Previous 10 blocks ↓
Total Size: 687.19 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,510.06 GB sent, 120.09 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.