Memory Pool Memory Pool Refreshing

21,475 transactions
34.04 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,118 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,020 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,117 (70,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,669 791,669 0000000000000000000375c0da57bd1b089952d4b6df892808c9d57fd1cbd956 1.95 MB 2,630 65
791,668 791,668 00000000000000000000c02a5abbd0f60212fe1ad01e42df048bd6fe19c182fc 1.55 MB 2,791 69
791,667 791,667 00000000000000000001a45082df304fe29577e782265808beeb71403bf76921 1.70 MB 2,325 62
791,666 791,666 0000000000000000000509215c5098384d645ac1d2e02fd6fa4dedfa458d4b26 2.43 MB 3,902 32
791,665 791,665 000000000000000000022f1ae49bf7110db20c1cc26bac96ca62e5449ad7545b 2.33 MB 4,034 28
791,664 791,664 0000000000000000000382e164094e64ea08ada7950e5ad34dbcef4604d434f7 2.20 MB 2,558 36
791,663 791,663 00000000000000000002278f67c9596f1ad7a1c5f36047fe949362ea1b72045e 1.86 MB 1,667 35
791,662 791,662 00000000000000000002052d07d6f7bc79b9d5dbddd8a4cf98b43d864c02ad86 2.01 MB 2,836 50
791,661 791,661 000000000000000000041dc8ebc188df389b5b708e292e81e325554aee157cf7 1.86 MB 2,695 44
791,660 791,660 00000000000000000001e6b92ecd089080f6bd25f7c2761e960603b3347c7594 1.71 MB 2,591 61
791,659 791,659 00000000000000000000a598cff183f10bc04624cef80b618bc5c46868c9e5a1 1.96 MB 2,802 68
791,658 791,658 00000000000000000005a50e6030c60d9d45704c3fdfd5073da38da7beafa27e 1.82 MB 2,976 79
791,657 791,657 000000000000000000011f7769456099b97e68c16be3a559cf25d98fb40a6911 1.77 MB 2,942 32
791,656 791,656 00000000000000000001b485a8e9c9e996788e2a94460a48fc94d12407268db9 1.60 MB 2,424 47
791,655 791,655 00000000000000000003bb78f9879488d06820ae4e738d37c03898ff22faed5c 2.12 MB 2,802 31
791,654 791,654 00000000000000000000069e9713b5f0e74eb49ba4b3a8114ea24299044acd20 1.43 MB 2,763 63
791,653 791,653 000000000000000000035c5d77449f404b15de2c1662b48b241659e92d3daa14 1.95 MB 4,213 31
791,652 791,652 00000000000000000003558bb82a3b2b7f271554b96b6c474e00bed6b0414b5b 1.88 MB 3,422 39
791,651 791,651 00000000000000000002fd8c6ade96d4da7d44a41433442e588426852339e028 1.76 MB 3,158 47
791,650 791,650 00000000000000000004b3721bf44b24b7fb5b691ae2622efb1d4554d69b3631 1.85 MB 3,380 38
791,649 791,649 00000000000000000001d6d315f3b4837b44771abd5e224e8e3a59616267b450 1.97 MB 4,014 32
Previous 10 blocks ↓
Total Size: 684.39 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,338.69 GB sent, 100.87 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.