Memory Pool Memory Pool Refreshing

68,607 transactions
31.88 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,334 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,571 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,333 (165,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
703,365 703,365 000000000000000000027b2e07b6e39bbaa91bc8e16f0e00eab6abf198b3824c 1.35 MB 2,335 9
703,364 703,364 0000000000000000000654c635870fb53c5899e5f1861e4826ebaee758941ede 0.68 MB 1,176 5
703,363 703,363 0000000000000000000bdd31b7f423c49c16d8587376daf43760c66276b1ea8f 1.15 MB 796 8
703,362 703,362 00000000000000000003d5ef52469af5493705ed0f571e31bea9abf7a181ec8a 0.12 MB 311 10
703,361 703,361 0000000000000000000ab4ca190575583ea6ee4b3ffbb2231b198abd710a85a4 0.79 MB 1,639 11
703,360 703,360 0000000000000000000b99a912590820bc610c0c448e7d08bd5076680e171c84 0.62 MB 981 7
703,359 703,359 0000000000000000000e928aac5b6c2f8906477a9e8cc45a10e93d136288fa41 0.58 MB 1,012 9
703,358 703,358 0000000000000000000b833308699ed9ff2902b8b853e7e1ac7b6b5fe9265b69 0.53 MB 1,162 10
703,357 703,357 0000000000000000000942a1ee3ba3cb0dac9734ba15f773bc56bd310c1389c0 0.90 MB 2,114 14
703,356 703,356 000000000000000000063bd1783ee36bcf7585ca176d98e25d31d9fc61b9fb3e 0.83 MB 1,764 13
703,355 703,355 000000000000000000099ca6b180d9ec5781d72cdbd72b00addb962eff877712 0.29 MB 545 12
703,354 703,354 000000000000000000036895c6f803562335b873c347494ee12c112ffb1a4566 0.25 MB 453 10
703,353 703,353 00000000000000000004f065fae967b93540f321076684fe926d4e7bfbcd77ab 0.20 MB 439 10
703,352 703,352 0000000000000000000d5084a235120095fe597ef3f3a3ac96bab399343b1c00 0.69 MB 1,439 9
703,351 703,351 000000000000000000035d60f26b8a2b43c7c8d2b2b80ebb7cfea135726fd752 0.04 MB 116 10
703,350 703,350 000000000000000000038ca4774af8c629498847ef5397106d3761cf8c5770b1 0.69 MB 1,281 9
703,349 703,349 00000000000000000001455c1b60cd7f5b223c325b299e2fa0341c7f4fbca234 0.69 MB 1,074 3
703,348 703,348 00000000000000000009c8b790e968d70ed39b4f8d05918c336f72ef6c56a061 1.46 MB 2,845 11
703,347 703,347 0000000000000000000639513d5648ff91a4d07776feab693a699d386aa8e5bb 1.46 MB 2,931 4
703,346 703,346 0000000000000000000e518369a575f80127138ae1a935861b4828361091386e 1.40 MB 1,329 5
703,345 703,345 0000000000000000000de8865afcc4333fdc835444662f8c9b6129705a62db6b 1.41 MB 2,559 16
Previous 10 blocks ↓
Total Size: 698.21 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,070.26 GB sent, 199.03 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.