Memory Pool Memory Pool Refreshing

62,176 transactions
29.82 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,112 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,452 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,111 (61,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,977 808,977 000000000000000000049cadf98fcf8f396b2766c4d08f8c845e3f048e27b91a 1.83 MB 3,151 21
808,976 808,976 00000000000000000002a974f083aa59314b6a38236a9b66f5cb2af7d7f581eb 1.87 MB 2,571 21
808,975 808,975 0000000000000000000400024721ed2b934dbb1f7f503311c4e789f4eba87f23 1.86 MB 2,325 21
808,974 808,974 00000000000000000001a5a2bc39cd7673397d4811ad14afaaf8871ceeace485 1.65 MB 2,823 25
808,973 808,973 000000000000000000014d7c3db9301d4ba9877536190f13792417691757f8f2 1.91 MB 4,606 25
808,972 808,972 0000000000000000000138f6ee6beee4ef0c10473ef45146d055f8329073004b 1.64 MB 1,693 24
808,971 808,971 00000000000000000000f2c5920b3f3a62867da18e49b0a3511d4321d35f62cf 2.05 MB 6,850 25
808,970 808,970 0000000000000000000392b9c90a3ea303b17bc332235baaba20863af8cf745d 1.52 MB 3,610 36
808,969 808,969 00000000000000000004074bc54931d26810bce68421672462bde64a5990d8ce 1.66 MB 4,336 30
808,968 808,968 00000000000000000001b1614c588fa2632a7536ff75001c6f8d5c6f0aec7500 1.39 MB 2,448 37
808,967 808,967 00000000000000000000759769fbe0cf0666630a7b38f8259e2d18de25d2aa86 1.96 MB 4,976 26
808,966 808,966 000000000000000000007268604bdd7c6968c65b4e8bfb2fa56489d46c398575 1.76 MB 4,518 28
808,965 808,965 000000000000000000038f4cc31e114237ed429c3d51915705335ad9ed2bc392 1.62 MB 3,553 38
808,964 808,964 00000000000000000002535c56c5051737a830648218f75ddd587e8b144c5d62 1.99 MB 6,397 26
808,963 808,963 000000000000000000003ba5b570847e3651da6a1696c208dfc96c39d3b90871 1.70 MB 4,514 33
808,962 808,962 00000000000000000000f01d21b5f5502fd8a179421c4bb07faaf1b474690db8 1.89 MB 4,316 26
808,961 808,961 000000000000000000004f28e525c16ec8a0876f5b8bce7b355e54e433b9cc7e 1.53 MB 3,709 36
808,960 808,960 00000000000000000000ee1968b598f2b4bcd1991e3a215d5e200c934b588474 1.55 MB 3,094 33
808,959 808,959 0000000000000000000328b6817c81ce95650956fb541bc90e0a3f5d009ee36f 1.52 MB 2,964 40
808,958 808,958 000000000000000000045181e81912b84b3f0b345a35bbe2817d9df4c257dc57 1.54 MB 3,009 48
808,957 808,957 0000000000000000000457475f905b943a63821e360fc8732f8c27292759233a 1.82 MB 5,296 27
Previous 10 blocks ↓
Total Size: 699.67 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: 2,182.07 GB sent, 208.17 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.