Memory Pool Memory Pool Refreshing

30,462 transactions
28.05 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,268 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,267 (45,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
818,633 818,633 00000000000000000003434989e63a57e0aa7c2e8a6982224ece1bc499c8147d 1.73 MB 3,260 48
818,632 818,632 00000000000000000003fda10dd2e792e40b3416689f499f4b414c1d8ef26bf3 1.65 MB 3,430 68
818,631 818,631 00000000000000000002e157ec581b9da7e42f23eb93639555ba56d8ae546fbd 1.86 MB 4,132 65
818,630 818,630 00000000000000000002b8dff088b5a3433335b3b65e012e3b3cc7f648ff2250 1.67 MB 3,367 47
818,629 818,629 00000000000000000001bf5eea9ded3e530d5b47ff3210110c2f95e1d21759a5 1.69 MB 3,335 67
818,628 818,628 00000000000000000002d0831f1db5e98ccb68fc5898ed1d5b855094ee344db7 1.82 MB 3,533 49
818,627 818,627 000000000000000000016067b48192f97eca8669574bc43871f05e283d9b3ce1 2.11 MB 3,926 59
818,626 818,626 000000000000000000000e97c494bb339c3e49b0997cd933b1dfb00d990ed859 2.01 MB 4,751 53
818,625 818,625 000000000000000000005708f49a86029f59eb6e529954907ee6efc65c105b11 1.77 MB 3,149 59
818,624 818,624 000000000000000000017b37121a8384d4512973f7ebdf160bf84e7e1f8d14c5 2.04 MB 4,642 51
818,623 818,623 000000000000000000037400d6fcb70fa668d2bbca3fa6618a6e67bce604ce21 1.91 MB 4,542 51
818,622 818,622 00000000000000000000b4e914fc474939d0701a7ae99381d651e0e9b81a0739 1.69 MB 3,664 62
818,621 818,621 00000000000000000003357ee665414e64a1d22bfff79898220d209143aea293 1.63 MB 3,673 68
818,620 818,620 000000000000000000012fe1a1a65f91c13d9b2ba3cf039ebd32619737bfdec4 1.59 MB 3,251 65
818,619 818,619 00000000000000000001d6738a954f8f70a2fb0cc67110a90197225c7c157148 1.74 MB 4,240 62
818,618 818,618 00000000000000000001e08c4c4356b4cd20c906534cc47a8270eca94179687a 1.80 MB 4,243 57
818,617 818,617 00000000000000000001ec7793a05f34b39a508bb4b8c110f43e55d203b801e4 1.77 MB 3,752 51
818,616 818,616 000000000000000000003f3f801c54dbb9c2beec7ce6613e583e13b615bc4770 2.02 MB 4,774 55
818,615 818,615 00000000000000000003d874039cb4a37ffdc6bb423bdff307a5e2272b8fae39 1.87 MB 2,279 53
818,614 818,614 000000000000000000012bd71a3b06c5523dfe45af9e52f7ef647d9cdd9b445e 1.72 MB 2,405 65
818,613 818,613 000000000000000000023296bd9c6080c9ac1112c1b961ff3c42b1ef39bb4edc 1.65 MB 2,779 69
Previous 10 blocks ↓
Total Size: 688.55 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,627.85 GB sent, 128.65 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.