Memory Pool Memory Pool Refreshing

30,033 transactions
32.14 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,795 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,066 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,794 (17,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,563 846,563 00000000000000000002ac5fad3813ce3b90d720ceff4cee69c1f0e36ded7664 1.59 MB 2,823 38
846,562 846,562 000000000000000000011fe32d4ee94949d621ab93d06cd112e45c8f15d8d956 1.51 MB 5,621 21
846,561 846,561 000000000000000000029a88ca90b63c09e56608d098defe6be14b9d61f7c338 1.47 MB 6,251 23
846,560 846,560 00000000000000000000c783039e838ba4e7f0518aa7e7a6cbb4f6e8ea32d5f8 1.53 MB 4,876 26
846,559 846,559 00000000000000000000b8ffa587151003d83a9c26eef24964f12cb46950036b 1.48 MB 4,192 27
846,558 846,558 000000000000000000002379f4777705221c6c110ac3649a5c913d18c481cb9c 1.52 MB 6,090 21
846,557 846,557 0000000000000000000050b8231482a5770807e0b05bc9e673b81d16102bd338 1.60 MB 5,546 25
846,556 846,556 00000000000000000000ff6f217b838c98db6973f2d5850a72ad82faa3c88717 1.47 MB 5,689 32
846,555 846,555 00000000000000000002d1919ec83793cab862e59e87b8478a49c401871f37f0 1.45 MB 5,705 30
846,554 846,554 0000000000000000000063a39cedcbba0931f6092c077a3a18f35d1c7ab6baa1 1.46 MB 3,913 33
846,553 846,553 00000000000000000000eba54fdf89c5d4707e51bd61452d48ef2253b3a69bc1 1.58 MB 4,748 24
846,552 846,552 000000000000000000007728160144449450ac99cd5e624fcbe698cf5ade4618 1.61 MB 3,877 31
846,551 846,551 000000000000000000028fe74f4397ac7db53bc14a1fca07e0761300922ad29e 1.64 MB 3,728 31
846,550 846,550 0000000000000000000056a5b7637900bdaebadd878a2b0c894940dc67a90ebe 1.63 MB 3,792 29
846,549 846,549 00000000000000000000c2776dc2547fa2873474214d134d35bc2001180fece1 1.66 MB 4,028 28
846,548 846,548 00000000000000000000c45210d0ba3027b79b1a7db3ae583fbe0a0745f6ee86 1.54 MB 4,357 40
846,547 846,547 0000000000000000000291afdf8784a7779ed6ffe652917ed932c6ad6e43a493 1.63 MB 3,989 34
846,546 846,546 000000000000000000013a5a0da1fe666ab2b3f7c2703ae827ba4b72e0350df0 1.43 MB 3,430 46
846,545 846,545 000000000000000000031d6d987e942c2dece634d9619a67813b54b521b2adcf 1.52 MB 3,741 30
846,544 846,544 00000000000000000001b481655d4aa08602bc34c1415fb38063f393ee70d20d 1.57 MB 4,410 36
846,543 846,543 00000000000000000000598e429fb6f7be4e3ddce4a6124d22eea92ad24f9ddf 1.48 MB 5,280 42
Previous 10 blocks ↓
Total Size: 687.63 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,521.93 GB sent, 123.08 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.