Memory Pool Memory Pool Refreshing

12,047 transactions (3.45 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,038 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,713 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,037 (821,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,927 87,927 00000000001951052bf58418a2de7ce843a0fc83c3ac018b987e5e9d9cba8c1c 0.00 MB 1 0
87,926 87,926 00000000000cde334ac80aaf30945227d1583ae120f8d94c970cada66965dc79 0.00 MB 1 0
87,925 87,925 0000000000144d756c3dbfccca92f134f308ffaf1e2fcd89a5f255b8ade79dfa 0.00 MB 2 0
87,924 87,924 00000000001941de6e52ddf4c4839cdc5c7de35e49c611d5f16a99640da3d681 0.00 MB 1 0
87,923 87,923 000000000015589c7546965fc6ad92a296d6e79d0b984e7bec7cfaa2aa40478d 0.00 MB 1 0
87,922 87,922 00000000000a4984eb87e8f0d0a3ff350d28eafa79a1cedc6be4a986c4a6b04e 0.00 MB 3 0
87,921 87,921 000000000001175ecab7f07e8b4a24981e501876de037a639d6b5c4726c6b2b6 0.00 MB 6 0
87,920 87,920 00000000001af20ddb1dc8cf3e375f9b8091b0b773cc97930af7b7c03d9ddf74 0.00 MB 8 0
87,919 87,919 000000000007e35a2324a46ce1268a38e6616b75b23a141ebb0ef3b01ec09b93 0.00 MB 3 0
87,918 87,918 00000000000541ea4d5bc03a81e16d1f45216c62e62d655f3b98b77952222de3 0.00 MB 3 0
87,917 87,917 000000000005d3b6a51350a31d37c859daef968bb505a30bf3d64930030c13e2 0.00 MB 3 0
87,916 87,916 00000000000dd55e6af751205cd0638c748332f6b28626bea196667022021f65 0.00 MB 3 0
87,915 87,915 00000000000441b9d6dbba1a48289ebf0f777335d7609937670f38615811613a 0.00 MB 6 0
87,914 87,914 00000000001346ff8797a1b388a5efe322987b3d080327fe892badbc579d005e 0.00 MB 4 0
87,913 87,913 00000000000a32dd250a96f8829ddaef41c38141b1ea8a5e593848826d3e49e5 0.00 MB 1 0
87,912 87,912 0000000000156f34a531fc6d770cf571e464d7ddb98b5056212839bd0b73c02e 0.00 MB 1 0
87,911 87,911 00000000000b61b207e2575eb71297a3edf3b8d158a43a8a9fdcd6772b3267d2 0.00 MB 5 0
87,910 87,910 00000000001b9350c6f9438b155e95d5e98137385af7a51fb771b95a51e0e844 0.00 MB 7 0
87,909 87,909 0000000000043394992b7476106903e4277b69c2706f030f14c96c43ba88afb7 0.00 MB 3 0
87,908 87,908 00000000000da0c218a445fc53487e970e03133bb2b6874af8bf654880d8901c 0.00 MB 4 0
87,907 87,907 00000000001127b99abd31953b41aee5eab6f695b190ca16a6e431f7def02680 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 771.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,894.93 GB sent, 105.58 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.