Memory Pool Memory Pool Refreshing

77,029 transactions
24.50 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
870,989 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 6,709 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,988 (63,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,618 807,618 000000000000000000007b88b6af231aaa378879200e8e3d5ad2140d60b4f5f5 1.91 MB 5,083 17
807,617 807,617 000000000000000000004d48aa9cba4a5c18dec460f5cb31aecd25a8be3f51a9 1.98 MB 4,686 14
807,616 807,616 00000000000000000004dac2dd911393dbcde61b706871a37879debbaff58438 1.49 MB 2,277 16
807,615 807,615 00000000000000000002ed711bea79c14825d890fdf1df77b007fbafab8df421 2.20 MB 1,322 15
807,614 807,614 000000000000000000004a763e3c853ca954e7651e89433df9996eb79f1b3f8b 1.63 MB 2,391 21
807,613 807,613 00000000000000000000e7c457257a9ee1ec114aaee136095d50fc2f31c5f729 1.50 MB 3,058 26
807,612 807,612 00000000000000000004ffab3ebde58ed6b82d11c15051a663ad562f998b9b60 1.48 MB 3,375 30
807,611 807,611 000000000000000000028d1c7b9f908e67ae27c06df9a315be9508de3f41cef6 1.52 MB 3,431 22
807,610 807,610 00000000000000000000828a2808c8dea2a1f86ab3f846f45f7c6f1abc169f53 1.52 MB 3,764 37
807,609 807,609 000000000000000000052aaaa3bac6ab1f67ec0d3607dbe5c69a737c3ac79b4f 1.55 MB 3,246 26
807,608 807,608 00000000000000000001f6a443cf5e54a371fa596d999048b9468c819e0e1a82 2.10 MB 6,571 12
807,607 807,607 00000000000000000003ffed374ae994c0c1ff8059032595ecb40be6d14de54a 1.71 MB 3,655 14
807,606 807,606 00000000000000000000a2dea46b8a786b0a2afafedaf23b7689de03eff43293 1.72 MB 3,204 20
807,605 807,605 00000000000000000001e2c286aa7de54e03917d05bbc73a7d41f0316e30a1d2 1.57 MB 3,186 23
807,604 807,604 000000000000000000028e393f3742f91c13f7faff0b5624028c83b9596b0a2a 1.23 MB 1,422 13
807,603 807,603 000000000000000000002e9c17ad5da395f07a891d560184dd1dd75b4fa97d8c 1.62 MB 3,685 13
807,602 807,602 000000000000000000049f44371314e04bd4dd233197715313fb7ece10873c27 1.93 MB 5,276 15
807,601 807,601 00000000000000000000b30b7caae44f22d2e18aeff8b7887e690c667e67e3c2 1.95 MB 5,131 15
807,600 807,600 0000000000000000000070ce9884a3ed56d02a1b979c38891269f020944a742d 1.59 MB 3,156 19
807,599 807,599 00000000000000000004c3d95c428e012346902bd7499730bcb67309bac8f1cc 1.45 MB 1,886 18
807,598 807,598 000000000000000000032139aef5c4115771783a63d42ed6fac1962b2ae13d63 1.78 MB 2,916 22
Previous 10 blocks ↓
Total Size: 701.33 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,405.41 GB sent, 219.67 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.