Memory Pool Memory Pool Refreshing

21,609 transactions
32.06 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,880 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,972 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,879 (66,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,721 797,721 00000000000000000003949c9c049f115e166ceb28412898487a51c429672159 1.78 MB 1,113 5
797,720 797,720 00000000000000000001326b87a5240905e51b7bdbc203af6719547f88adb874 1.85 MB 414 4
797,719 797,719 00000000000000000000598c37be9719f6fbaebde218cb97e88a18c2c9b4968b 1.72 MB 1,884 8
797,718 797,718 000000000000000000015783ebc7b0758d70425241e6b6e036042cc13c40054e 1.63 MB 984 5
797,717 797,717 0000000000000000000425c5c4b0cc17fccda779e36f399c67b6aca710e26e68 1.74 MB 1,296 6
797,716 797,716 00000000000000000003b3cc956054396e8a36da9dea75893233ef29f78f18c9 1.82 MB 2,680 6
797,715 797,715 00000000000000000002adce3ade67c2b7287362a27d8474e2617a7f80834168 1.43 MB 2,014 5
797,714 797,714 00000000000000000004cfb77bc96401493a5397b1646d249304535df8d433e2 1.48 MB 2,212 11
797,713 797,713 0000000000000000000405735a8a134d5621a88b49a98d2116fa59acfc171777 1.98 MB 1,305 4
797,712 797,712 00000000000000000003d871adb05f3b74c53f66fec8d0e2c66411b79db3d32e 1.53 MB 2,465 13
797,711 797,711 0000000000000000000213b52fe341a561bd4406e93f33211f3208f211d228f4 1.78 MB 2,768 9
797,710 797,710 00000000000000000000746d08f14475fa009b78c91337c318893ff1c00c2420 1.94 MB 3,018 5
797,709 797,709 000000000000000000027fe37a6245e688327fac80935b67e471a3b45ab06ced 1.67 MB 3,833 5
797,708 797,708 0000000000000000000513dc14b5329490e195d65a56803434cff6306b4bff59 2.04 MB 6,340 4
797,707 797,707 0000000000000000000364d6abb60df2c14b6883c7a8f6b31a1e591369cb2317 1.76 MB 3,001 7
797,706 797,706 000000000000000000043d59675eee139c7b4ff989c0d1eff81e519207487998 1.75 MB 4,540 7
797,705 797,705 00000000000000000003aa484fbb3735b828f468b2c6ebcaaa38e42bad8ce36e 1.74 MB 3,434 9
797,704 797,704 0000000000000000000355b92d50611c2bb989bcdc3198c5c3ed9eee0c0e92d8 2.10 MB 6,807 3
797,703 797,703 00000000000000000001fcf67fcd0041ba4a4e83eedece6738fde62c7d95ece8 1.47 MB 1,409 7
797,702 797,702 0000000000000000000290b7c7f10c245a1e8294532c7fbc8d6664ce7d9fa9cd 1.59 MB 2,280 5
797,701 797,701 000000000000000000031397329119624e6339dfc1deae757e6c8121de6ea41e 1.65 MB 3,506 10
Previous 10 blocks ↓
Total Size: 687.79 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,525.28 GB sent, 124.05 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.