Memory Pool Memory Pool Refreshing

61,082 transactions
28.13 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
861,913 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,912 (32,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,894 829,894 00000000000000000001b09c60206008f74159ea1d174a3db2d8f04955067d7c 1.72 MB 3,551 31
829,893 829,893 0000000000000000000266bb3a9e83bf3bcb224d2fbe14f2ccc6cf1f8d592976 0.00 MB 1 0
829,892 829,892 00000000000000000002a8d0862cda49c6b3bd5827dd56ce29fdececdefce1d5 1.90 MB 2,555 24
829,891 829,891 00000000000000000003b725a672ea366591074cf862e62294498418db38f98b 1.62 MB 2,444 24
829,890 829,890 000000000000000000023f6d63cc53498e29ee40b4324dee9a5eb31865bf3d27 1.22 MB 1,539 23
829,889 829,889 0000000000000000000044f849a1e6bbd08b5ea2e2f05734a22f28af930e27a1 1.20 MB 708 22
829,888 829,888 00000000000000000003743681ffa708fc2e5a255b3f2ced95cebaca70f4482d 1.21 MB 1,384 24
829,887 829,887 00000000000000000002e52658f20890efc61bce5307db12ecf6a7807fb54c36 1.31 MB 1,884 25
829,886 829,886 000000000000000000009c2e066e3a091cc8b5e13c3bcfcb74280f4a7c160bb1 1.48 MB 1,988 23
829,885 829,885 00000000000000000001042a7a9a0cae15c4fd797fcb02dd263ae95b379419a9 1.79 MB 3,046 32
829,884 829,884 000000000000000000010a50857e8c1774621b20bb65a04a6c7fe1b5a2eeecc6 1.81 MB 3,361 33
829,883 829,883 0000000000000000000304cb2b0b3deda63aa35b39761ed504636a19eed6d7ff 1.65 MB 4,720 32
829,882 829,882 000000000000000000034a6dafecb731b1c3295c5ac050504258ccb93496b6ae 1.95 MB 2,182 24
829,881 829,881 000000000000000000020ce6a4ba22228919a9de84e8219d56f6182562b383d7 1.61 MB 4,754 34
829,880 829,880 000000000000000000016a59efdfafc124634ff7e795e96c1a9bd689c0db1e6c 1.55 MB 3,790 39
829,879 829,879 0000000000000000000187fa60b47dff5cddaf69843d452b76d0b0801be9a4ee 1.63 MB 2,762 24
829,878 829,878 000000000000000000033a4ce00c905f30fc0b67641528cb6fc3efc605abedd8 1.70 MB 4,955 32
829,877 829,877 00000000000000000002b99d1e68d8507460464add356d1070ed22a9f518d341 1.64 MB 3,830 34
829,876 829,876 00000000000000000001522fee1ecc8ab1d5651c192d2bac58b382322f41850b 1.60 MB 3,499 33
829,875 829,875 000000000000000000033a069370169599c9828fece128d4403862de965938c4 1.55 MB 4,371 40
829,874 829,874 0000000000000000000102c70f3c83f021cb1fb0db4b89011a13244de38baf5b 1.61 MB 4,991 39
Previous 10 blocks ↓
Total Size: 683.99 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,307.60 GB sent, 98.39 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.