Memory Pool Memory Pool Refreshing

41,767 transactions
31.01 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,342 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,361 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,341 (238,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
623,359 623,359 0000000000000000000226d7f182d1f984529ece80808b0597af4fc26f0ac85d 1.26 MB 1,720 15
623,358 623,358 00000000000000000009581bd447731e7c8245268c6f5317f9ae5864c5c7a91a 1.22 MB 2,434 30
623,357 623,357 00000000000000000012f09acac1129f9a6aa74bf9a69bb0e04f4dd399d1352f 1.27 MB 2,849 27
623,356 623,356 0000000000000000000063cc4400e9b201d2584795bcb2251c5f0eeca2a4532c 1.42 MB 2,002 8
623,355 623,355 00000000000000000005761399dbdcb63349b32a078602a4c041285dd246db2e 1.33 MB 2,797 29
623,354 623,354 00000000000000000001bfc4b7e6291d99c7eab31bf16ef9e041b3ca768e65e2 1.26 MB 1,615 2
623,353 623,353 00000000000000000004e13983c639930b4847a8f191e6980561504324fe0456 1.29 MB 3,120 37
623,352 623,352 0000000000000000000f7c8be6be4f8e9512d292aec115c85ed317fb2ca656bf 1.22 MB 2,671 22
623,351 623,351 00000000000000000004810a7bf662733bec3527373c3b5ff7c76b86a5fcb28b 1.29 MB 2,719 30
623,350 623,350 000000000000000000045d7f4994f8ade78835f1adf5528c3ee9f8f910ca9e00 1.20 MB 2,705 20
623,349 623,349 00000000000000000013ba4c96487382bedab4803d3fff2ef6f99ae44f080c13 1.35 MB 2,913 47
623,348 623,348 00000000000000000006a980ca93425775b76a587b1a652c50f36671383fa397 1.40 MB 2,719 26
623,347 623,347 0000000000000000000d9461e2573e9e9923862a2f457f4596286d6e536741ca 1.29 MB 2,948 59
623,346 623,346 00000000000000000004a4cdb8fbf30a89996b1e9785fce2c4e8c5914881dd51 1.25 MB 2,521 11
623,345 623,345 00000000000000000002c43acebb7ac99efceade817231ff7ded64259c8b83db 1.40 MB 2,911 42
623,344 623,344 00000000000000000007a0d33e56eb4dc86814a42f1b7181972cb8fb986be552 1.26 MB 2,464 21
623,343 623,343 00000000000000000013a4f981b6d3633a0c582a0d0971d95f203074be724e1c 1.34 MB 1,115 5
623,342 623,342 00000000000000000008f550f00e87e0813412819fabd137e0b2e4dcddc30619 1.16 MB 1,856 4
623,341 623,341 00000000000000000004acbe1b070b70d2f98356c5ee481e9cd94a8537c3d917 1.17 MB 1,602 19
623,340 623,340 0000000000000000000612f1661a2e9373a4db29efef8b263fe2d065e745afd2 1.28 MB 2,702 31
623,339 623,339 000000000000000000028f0b2d85db85374718a5bd26e85d794fa2456a3a6b0c 1.24 MB 2,671 16
Previous 10 blocks ↓
Total Size: 684.81 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,364.49 GB sent, 103.72 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.