Memory Pool Memory Pool Refreshing

23,088 transactions
28.12 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,450 (58,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
804,032 804,032 00000000000000000001887be731f3cba68771bd5ce30e4bf5f2005aeb35e3d8 2.11 MB 6,553 6
804,031 804,031 000000000000000000007a90f2a4926bc021714f181bcdfdf42f5af54254e62c 1.59 MB 3,307 8
804,030 804,030 0000000000000000000277d3bb7fa716fda8f3ab7b8b20405f960c994a004a2d 1.40 MB 2,358 12
804,029 804,029 000000000000000000034cfe0633e203e4928f5bb40065624941a51c03e17d5a 1.79 MB 4,345 11
804,028 804,028 000000000000000000030dc931dbe5ba1264a2ebb507a6c436e9788c93254d42 1.48 MB 2,748 7
804,027 804,027 00000000000000000001f04ad73245038a74aedecf9888b77d11d25381c3c58d 1.30 MB 1,897 6
804,026 804,026 00000000000000000004c94afc0596d3a98274971146ff5500e76331c9a857f0 1.52 MB 2,927 5
804,025 804,025 0000000000000000000163d5294208b3a721b53a98924c24396d5c8f533752e0 1.82 MB 4,440 8
804,024 804,024 000000000000000000018577af36389ace5e530ea74510ceb7c66eddcccbf360 1.66 MB 2,866 11
804,023 804,023 00000000000000000003c2b73836126123d1de6ca146e202cf8d5f15cbc8beb6 1.64 MB 2,613 12
804,022 804,022 00000000000000000004562b3fddb64f5bac06f3178ea31ea3b914c229ee8c8f 1.51 MB 1,655 7
804,021 804,021 00000000000000000002cff7b80680f0715b3b9c7f5625d4947ef488714e777d 1.54 MB 2,652 17
804,020 804,020 000000000000000000004b6dbba001d326243f34255439a0dbbf9b94a7cd1382 1.42 MB 2,271 11
804,019 804,019 00000000000000000005325193a350f50bece4090f8a083c935ad5e4f152c98b 1.97 MB 5,516 6
804,018 804,018 00000000000000000004832c249ae9b6f72be0e5a5cd47e10f49b0a14d4422d9 1.80 MB 1,914 9
804,017 804,017 000000000000000000032d3d1ed3f2d54f993d2de669daea15737fec58d289bd 1.58 MB 3,095 14
804,016 804,016 00000000000000000004b4cfbfac13940ab3ea152fb97bcd68fd090cd1853b26 1.80 MB 1,948 9
804,015 804,015 000000000000000000005897b86e264c15ec4a29eb244fd60418446ee5b15d48 1.76 MB 4,061 7
804,014 804,014 000000000000000000047220a00f58b06becea473c81574528a674012fe34f7a 1.74 MB 3,628 13
804,013 804,013 00000000000000000002b9aaa5c2564384fc57a932d0b2244b0123d85d6e2b1b 1.41 MB 2,462 9
804,012 804,012 00000000000000000000e5722259ec2fe093d34ad1a94b082bafb6c8214decdc 2.09 MB 6,761 6
Previous 10 blocks ↓
Total Size: 685.02 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,369.62 GB sent, 105.14 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.