Memory Pool Memory Pool Refreshing

46,510 transactions
29.84 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,473 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,302 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,472 (72,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,827 796,827 000000000000000000056b05c32a5404aad345fcb65823715be0141e4e69f5bb 1.88 MB 603 10
796,826 796,826 00000000000000000004bfe9ca01433e2c1bf4fc756957b44e8af13df7dbdfe9 2.11 MB 1,436 11
796,825 796,825 000000000000000000005ae7237d15d3ccf48c0376f9fb275d27ca7a66256618 1.76 MB 2,926 22
796,824 796,824 00000000000000000001b3edf409a1d1658d08ffc290d7272fc8cebb634176c0 1.54 MB 3,313 25
796,823 796,823 00000000000000000001ec138f3a158e7b9cf2c5f8e7adcc2e9f658824d10741 1.93 MB 962 12
796,822 796,822 00000000000000000004b7476fda16ef4aeadd03c846962bd1a37759ac831734 1.85 MB 2,888 17
796,821 796,821 0000000000000000000080ff44da35c5c0cc9cde685934b0541a5052ec11e8b3 1.66 MB 2,071 15
796,820 796,820 0000000000000000000555e2579138984e65cb552f2f43008c51016f87ab0938 2.00 MB 2,173 17
796,819 796,819 00000000000000000000cbb9d72eb44703d25a94a942bb030f9ce3c092f94d4b 1.62 MB 2,861 23
796,818 796,818 00000000000000000003a3d767009c174285891e3db37bd2fcc73e0a7f90105e 1.72 MB 1,291 14
796,817 796,817 00000000000000000003b7f80fb7af649829db79cb956572b8f97297a97b30c8 1.54 MB 1,630 9
796,816 796,816 000000000000000000014199a931aca5ee45aced93028d31c55d7ce41a02aad2 1.87 MB 1,575 14
796,815 796,815 000000000000000000036c1c6c451593e0b673719b6d76c9509eeb60b20e5e0d 1.86 MB 577 10
796,814 796,814 000000000000000000041396e4b4c87d158c2886aeaff1f1aafd5e3c60a4e8eb 1.90 MB 584 9
796,813 796,813 00000000000000000003b6f6f12b612559e0546b197c00cfe96e8a673562f46d 1.93 MB 1,655 14
796,812 796,812 000000000000000000058a0303625e3cd044a1cc754c7a55c51d8147d26b4824 1.69 MB 2,166 17
796,811 796,811 000000000000000000022a4a7be61d8ab0a3b924d5251ac853887d023460e483 1.65 MB 1,612 16
796,810 796,810 00000000000000000004288fd40eef6b22351d734a2adfe48115050dc879c6c9 1.52 MB 1,822 16
796,809 796,809 00000000000000000002b8bf114af8df956e2fac56df782345012acb20fabea0 1.93 MB 102 9
796,808 796,808 00000000000000000001dbebea7147f47a5be438979a640eebb8a09e3a38c149 1.99 MB 68 9
796,807 796,807 000000000000000000039dc882d135cc763027a0f2e89cd8dfb9b9a53af041e8 2.60 MB 1,344 10
Previous 10 blocks ↓
Total Size: 698.47 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,087.96 GB sent, 200.54 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.