Memory Pool Memory Pool Refreshing

23,985 transactions
30.78 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,784 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,393 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,783 (79 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,704 863,704 000000000000000000006c8ef2b5fee5b8cb4f2f1a469dbc350a6ae19d2fc6e2 1.55 MB 2,924 5
863,703 863,703 0000000000000000000192ac2db6a71cee02a3b38196df1e8833ce33bd20fb0c 1.55 MB 2,863 7
863,702 863,702 0000000000000000000045d59526ca426bee5434c4355cefc4c1f77c84d3aae6 1.56 MB 2,992 8
863,701 863,701 000000000000000000006cf25dad937518ae943100e5e24baa7f2ce8bc62d83b 1.90 MB 2,767 3
863,700 863,700 0000000000000000000285e698af67d4433fb2ada419f8cbc0dff1cbf8988574 1.84 MB 3,176 2
863,699 863,699 00000000000000000001ab440a651bd9a581ea0f3fdf41f2105573be7fc4709c 1.54 MB 5,940 4
863,698 863,698 00000000000000000001d567800c5b160ab13194f0c04919c40da2c73345a4c6 1.63 MB 3,531 3
863,697 863,697 0000000000000000000099464f5940ac30c3c0c75d0f4c13e7539d04ae272803 1.82 MB 2,091 4
863,696 863,696 00000000000000000000002eef5cb064abdd42bb9a05adefb13b7ee6a8d372b9 1.75 MB 1,806 6
863,695 863,695 000000000000000000004102287d8220c1390099278a4893b77ceb7511679912 1.53 MB 3,108 12
863,694 863,694 00000000000000000002ff095d5721543f82d44defa5e060461d4bff2f0e9c25 1.59 MB 3,077 5
863,693 863,693 000000000000000000006b7e55d2efdb5c2bcd99bb8a243d96dc656b19e2a57e 1.74 MB 3,025 4
863,692 863,692 00000000000000000000248c152ea9784ce4b0758e6067904c11eadde92ac49d 1.55 MB 5,812 3
863,691 863,691 00000000000000000000fa7e4b77dda130fa383f4d08c260d1f2d7dbb2ec087e 1.59 MB 4,468 4
863,690 863,690 0000000000000000000160ccb627d0c0d2cfc2d9a2dad517cc587652c1de8999 1.14 MB 666 2
863,689 863,689 00000000000000000002e68a9e0197c3fe385dd1f42dd60417d4a851f344d274 1.19 MB 580 3
863,688 863,688 000000000000000000016561a453f831d81cf0c5ec1e84eba52208c06492f964 1.70 MB 2,881 6
863,687 863,687 000000000000000000015a1345dbdb44a4da69def6fcfd1e380145d150bc6f46 1.63 MB 2,202 4
863,686 863,686 000000000000000000032dc7430f44b1315e2eebe77fbdf176bc92b54035962b 1.45 MB 2,098 7
863,685 863,685 0000000000000000000054a3ac024aab040706dbf3538813800926457ff3914e 1.35 MB 1,836 3
863,684 863,684 00000000000000000000253344036a536e183d089329fce245c747cb68870164 1.60 MB 3,194 7
Previous 10 blocks ↓
Total Size: 687.61 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.31 GB sent, 122.93 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.