Memory Pool Memory Pool Refreshing

70,659 transactions
31.26 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,372 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,909 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,371 (215,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,833 656,833 0000000000000000000445c4e5c9e64ea494abc69ad53400dac311666fc0a77c 1.30 MB 2,596 67
656,832 656,832 0000000000000000000b7483ae76627f918e39fcf40f1ba69c733e406f65be35 1.37 MB 1,979 45
656,831 656,831 0000000000000000000926e28fc27259058d687af821364bd7e059c71bd0e29b 1.55 MB 900 9
656,830 656,830 0000000000000000000bc62bc186b1437162708cd67ae7935a762e63ac57ff51 1.36 MB 2,821 123
656,829 656,829 000000000000000000005da0335b38723ef1e50eb8aa1fa519251cc81d54b8cd 1.38 MB 2,628 76
656,828 656,828 0000000000000000000d79a4e03a54af9625bee93bab818c4cfdb85177ab156d 1.41 MB 1,070 7
656,827 656,827 00000000000000000010aa0a5ac07f9ac229595aabcd484474ae225d322082b9 1.33 MB 1,351 96
656,826 656,826 000000000000000000051863ec36fd848e82e682503085ad760b0d83a3a5f903 1.21 MB 1,746 11
656,825 656,825 0000000000000000000f0e40d68237155c5631516ec89f231d51142c20498e5b 1.14 MB 2,607 19
656,824 656,824 0000000000000000000bec35961f089d3f7c2ad92a67078548d2c4e385c2e63c 1.33 MB 2,054 22
656,823 656,823 0000000000000000000ed44d6fb2e2b35a80dcf83114ab8c0afae4970ac2ac01 1.26 MB 1,753 38
656,822 656,822 00000000000000000002dda2a82fabbba6d4ef1441de030164e8016e8ffef837 1.41 MB 2,126 57
656,821 656,821 00000000000000000004baad163f088a908e01ec788125035227ad294ed42a2b 1.56 MB 1,428 50
656,820 656,820 0000000000000000001095d46a6510ed992bad7fd62b740c1b8aeae38e3ebac7 1.12 MB 2,626 27
656,819 656,819 000000000000000000039087570c88a737bab5efb0bec63205a39d843e03d5dc 1.27 MB 2,260 34
656,818 656,818 00000000000000000001e9e17bc32939e9c9f0f1218a07a48ab9c8c89f15fd42 1.27 MB 3,011 67
656,817 656,817 00000000000000000007f0172513caee1f8e53621f5d3eb1111f0519293051da 1.19 MB 2,819 37
656,816 656,816 0000000000000000000cd10e2bf7eac24ff5ae915d1a4d874525dfdb76b90318 1.32 MB 2,369 76
656,815 656,815 0000000000000000000a0be988de3251992c998259412bafd558555f18c556fd 1.31 MB 2,564 100
656,814 656,814 00000000000000000004b01d967b60ff3b7bfb784eb13472dd4585f909471d64 1.30 MB 1,909 137
656,813 656,813 0000000000000000000c262fa4bbe0a1368342a1c3a921266d845ff1cbfc7dd7 1.23 MB 2,882 68
Previous 10 blocks ↓
Total Size: 703.90 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,632.94 GB sent, 237.45 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.