Memory Pool Memory Pool Refreshing

89,934 transactions
31.49 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,823 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 6,909 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,822 (352,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,575 520,575 00000000000000000042e8131fe3f42d2fa8bf6d87f6947c22b4f5dd32534930 1.15 MB 1,733 4
520,574 520,574 00000000000000000021640fdf6e04a676c4c03f76a24e7f9b28a4ae7c86a27b 1.11 MB 2,361 59
520,573 520,573 000000000000000000272e816c577270c6fba7057e2bc10fe4af08351ab46a64 1.14 MB 2,332 40
520,572 520,572 0000000000000000002171ffca258c3fe4c9430db414fd8dc77a1f016ac851c3 0.58 MB 1,379 48
520,571 520,571 0000000000000000000b72d511a29b9ae9abd7878345cb3c831c47279cf3497e 0.45 MB 653 23
520,570 520,570 0000000000000000000b117be6e9e44a45d3ef7ef3bfd8a0ec83469cf8e42521 1.09 MB 2,050 38
520,569 520,569 000000000000000000074cb2345232541e3d58c4f3a70c697304f0531cf04ee3 0.10 MB 111 25
520,568 520,568 000000000000000000352e28f8287430ba2f0b1030397a2c73a2a401a5407326 0.31 MB 330 27
520,567 520,567 0000000000000000001c1d8d3221430e0dc1219fec63fa06f0026b7ec8f6b57e 1.13 MB 2,062 25
520,566 520,566 00000000000000000019f28530ecd10264b1909bbc6e2752657fe7bce287b55b 1.09 MB 1,800 39
520,565 520,565 00000000000000000010fc03b09a324a9c4c3be1c42c1fb163fb866109300d75 0.28 MB 394 27
520,564 520,564 0000000000000000001215929c5a28078e40e60b3ec2d390fc4c41d97c60c7f1 1.01 MB 2,037 42
520,563 520,563 0000000000000000001224da8708acbd2de8f841ce3ecb2d1d5d40e938a1f867 0.09 MB 165 41
520,562 520,562 0000000000000000002e80884eb6521a8b19ed8bfb98e0214b2dbfe3fe9f9455 1.09 MB 1,267 3
520,561 520,561 0000000000000000003fbdef5c06e374667e3759e253cbaaeb35147cdb55f923 1.14 MB 2,794 63
520,560 520,560 0000000000000000002520cefdd338334a3160bc5562b8cfd06a3ebba6919c24 0.45 MB 1,002 37
520,559 520,559 0000000000000000002321182744099110e354ebfab8c2f25251842a6a016379 0.89 MB 1,170 25
520,558 520,558 0000000000000000000d33bf73274dbb29a3213e896e90bb38d7aaeee827324e 0.08 MB 177 37
520,557 520,557 0000000000000000002b8e804006afd7e35d677e86ca597f344c9c4842cfc56f 0.62 MB 1,104 36
520,556 520,556 00000000000000000030e489395ffaa0488a2611a6e16778c7bd9b242946ecc5 0.73 MB 1,417 40
520,555 520,555 0000000000000000001ab23652d7b74407e280cef994ac12a0918f17450a5d7b 0.29 MB 612 43
Previous 10 blocks ↓
Total Size: 704.73 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,658.61 GB sent, 243.06 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.