Memory Pool Memory Pool Refreshing

72,419 transactions
27.25 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
862,018 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,427 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,017 (399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
861,618 861,618 00000000000000000001050b2cb62f8b22871b453307cb8a0e1d5fc454010bec 1.92 MB 2,304 2
861,617 861,617 00000000000000000001691587a544ee4ab1208380652a03703292128cac160d 1.64 MB 2,372 6
861,616 861,616 000000000000000000010e9a39f5d90865be3d922474d902b31c691ac83a1f59 1.63 MB 3,480 6
861,615 861,615 000000000000000000019b2284591bbe76b020070a0727876d731e6c4a9cc2d2 1.55 MB 2,654 6
861,614 861,614 00000000000000000000c87eaea45d601988eec8b9a74e5312d8ba54a17e5822 1.54 MB 1,903 7
861,613 861,613 00000000000000000002c8720ea2a687fb35f04c883418277d5d56663640d482 1.57 MB 3,388 9
861,612 861,612 0000000000000000000054471ef5f3046f4b43a49876c50ad162843c3c27ed8e 1.53 MB 3,225 5
861,611 861,611 00000000000000000001caf0ab7336e27b3c0a398c2529fd438fabcb35104a89 1.44 MB 2,925 11
861,610 861,610 00000000000000000000ceb7b6aea984df36cd7b853573cf66d4149259d24fe7 1.81 MB 4,945 6
861,609 861,609 000000000000000000002ec108893ffb5efd44e4611930d03f4080074f9f3be5 1.63 MB 5,149 4
861,608 861,608 00000000000000000002ad3cf9c5c1b878f06bd4efb4b59b0924aa5c3395f78e 1.88 MB 5,682 2
861,607 861,607 00000000000000000002c155d073f8493743ce76d4b7ff6656f1a74daef74412 1.73 MB 7,387 2
861,606 861,606 000000000000000000014b9196b45c6641432d600fc43ae891fce1cd25620500 1.53 MB 3,984 5
861,605 861,605 00000000000000000001248d2c5f2816c213188106ca28fb0bd6a6dc0ad488f1 1.77 MB 2,817 5
861,604 861,604 000000000000000000010ac97287388587ce28c7a104dc88e558c452077659b0 1.92 MB 4,923 3
861,603 861,603 0000000000000000000218c78e3b11dd9cbf6b89991ba4e581da10730e51f1fc 1.37 MB 2,284 7
861,602 861,602 000000000000000000030175712dcfeb06cd9aed5a10122e99288ff5c5c6a9b7 1.93 MB 2,919 5
861,601 861,601 00000000000000000002c9283149d9640bdf0d34061ea6fe6328d923bdf96f51 1.69 MB 2,862 6
861,600 861,600 00000000000000000002b4ff25763ccf26589b97b4533daf6c9df38d9f7e4d90 1.61 MB 5,503 3
861,599 861,599 00000000000000000000ba5cc748a3f1a97207c5f07dd20c60f660c808402f8a 1.73 MB 2,988 3
861,598 861,598 00000000000000000001a96a11c21b25185d18852cae5d15e352152c41aef4e9 1.90 MB 2,622 3
Previous 10 blocks ↓
Total Size: 684.19 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,329.81 GB sent, 99.74 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.