Memory Pool Memory Pool Refreshing

44,239 transactions
30.24 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,476 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,171 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,475 (54,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,016 809,016 00000000000000000002c979281eecd48f81ffd9649a513532d749b0b74de23b 1.48 MB 3,990 40
809,015 809,015 00000000000000000003905c10d08174c3cb32343351932b9f79195d79f68406 1.64 MB 4,914 40
809,014 809,014 0000000000000000000168524f62e6b955654a3202370e289988deed5a5e56b8 1.60 MB 4,710 39
809,013 809,013 000000000000000000041f55f9759691d6df3b69de91fff5c8e06ecefa3a1352 1.60 MB 4,790 42
809,012 809,012 00000000000000000001a7780cfdbda00352a5fd4e4fc110116c6b30d17f7198 1.90 MB 5,927 29
809,011 809,011 00000000000000000003337d326392d781f6dde2dbcc2f24252df28b872f785f 1.99 MB 6,430 29
809,010 809,010 00000000000000000001ca5266cc1fc8e79629dcf17fe3e4ccb2e0ad9eace50c 1.66 MB 4,827 34
809,009 809,009 00000000000000000003f56ed85ece6fe0a48842b3b03c9ec29d6cbe635b707b 1.55 MB 3,208 24
809,008 809,008 00000000000000000004eab9a71c97b103d7b04c1b7356192f26d4038f690c4d 1.54 MB 4,461 39
809,007 809,007 00000000000000000003a56f5034d2e0f1d6c260c1139e9b15443fe09697a8c8 1.52 MB 4,159 38
809,006 809,006 000000000000000000039d7c4863e516c1fce1b16a4f151ce53c2a9bc88186d5 2.13 MB 6,939 24
809,005 809,005 0000000000000000000237623f49ae7b72a0f35d9bbcb13dbe0bd91d5d1d599f 1.55 MB 4,593 38
809,004 809,004 0000000000000000000269f5f989ad04c80971b2579ee7b6067b27331daf1ea7 1.52 MB 4,102 39
809,003 809,003 0000000000000000000459f6ada65c3842c91cb96d75dade0e99513c685786a5 1.43 MB 3,268 28
809,002 809,002 000000000000000000004cd770b5f9218f2a44249524198375d3d45d65d3b571 1.60 MB 5,320 45
809,001 809,001 00000000000000000004198473a86bf5a8bec55985583efd16647e72b55e2aa7 1.87 MB 5,640 26
809,000 809,000 00000000000000000000fd9f272423d870c314036f80b5a8921ce5eba51989e2 1.86 MB 5,567 28
808,999 808,999 0000000000000000000472384184d6099aab5558138ff4b9280e4599619cc19b 1.65 MB 3,807 25
808,998 808,998 00000000000000000002f3d12e5f45a53ecfb0d040edf7a0f0e67ff2a3c03507 1.51 MB 2,884 34
808,997 808,997 00000000000000000002c9745f03fcb143106b0fc1df070b762d37d7bc6a6530 1.54 MB 3,833 35
808,996 808,996 000000000000000000046dbe133e9eb057d4b75dad80234ce28a77bb39c563e8 1.74 MB 5,147 28
Previous 10 blocks ↓
Total Size: 687.02 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,502.43 GB sent, 118.60 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.