Memory Pool Memory Pool Refreshing

56,060 transactions
36.03 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,446 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,514 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,445 (449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,996 873,996 0000000000000000000035d2592da21109e47fd40f04186b49e3dd32ba5c0eda 1.81 MB 2,367 8
873,995 873,995 0000000000000000000111455c306bfdd38b486f835ab465fc4747dd72b5eed9 1.46 MB 2,791 10
873,994 873,994 00000000000000000000e0eb51eec056e4f02cbdf3c766bff8db806ba2c26efc 1.77 MB 2,555 12
873,993 873,993 00000000000000000001f16ba08a8992a0954de54fab19e399de27649d62e2c3 1.79 MB 2,848 4
873,992 873,992 00000000000000000000aea56e87d4c323466419f608ed8226e8b2fc49a6fd2d 1.73 MB 2,714 9
873,991 873,991 000000000000000000020994218d5cad9631f1fced66d23d524aa532397a5e84 1.86 MB 1,714 6
873,990 873,990 0000000000000000000257cd8709cb11668af221ed97ebc0a184d407d71ce045 1.73 MB 3,081 8
873,989 873,989 00000000000000000001520dbd5d881f717057af267959a042a3b9b95160bef5 1.31 MB 720 6
873,988 873,988 0000000000000000000047a215826d84a5fe916a9ad77de4c857fbf52bdfe624 1.49 MB 761 6
873,987 873,987 000000000000000000009f2efcf4f74577c3a568b0b8fc459f6e88991fc0d5ab 1.53 MB 3,124 11
873,986 873,986 0000000000000000000083698d330b6a09a25ab660dd3e4b7034cdaa81bfef4c 1.57 MB 2,471 10
873,985 873,985 0000000000000000000118cd637a27c10c22a801fd4cb21185fe84ed1839ef38 1.48 MB 2,104 8
873,984 873,984 0000000000000000000026ddcb0190849de07b2bc074e80ee9edc582273bf0e4 1.62 MB 3,786 12
873,983 873,983 000000000000000000001f235a127b3dd4b099c3206a7526652ea60d40ad51f5 1.60 MB 3,403 18
873,982 873,982 0000000000000000000030f391dc79a9a6fa764811e9905a5c53067a45852df0 1.68 MB 1,884 7
873,981 873,981 000000000000000000000f03aca201a95f0ad923f84bfe55890ddb27814ea991 1.71 MB 2,556 8
873,980 873,980 00000000000000000001d990322c4f4747d593618698c6a692f17c024c8caa78 1.60 MB 2,994 9
873,979 873,979 00000000000000000001b208ad7689c1ad4fa6d35e5e6e1fb8a3bd21131428d4 1.59 MB 3,558 14
873,978 873,978 000000000000000000025e4549b58005fb7e640d84959bc627793692947221ee 1.63 MB 4,202 11
873,977 873,977 00000000000000000001867bc30378fefd76bc6f78da7b076f372dde8754eef9 1.62 MB 2,791 12
873,976 873,976 00000000000000000000bf3499311bf8666ce1a7d1f99ca44e432626ad6b12a4 1.68 MB 3,680 15
Previous 10 blocks ↓
Total Size: 707.65 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,781.30 GB sent, 260.66 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.