Memory Pool Memory Pool Refreshing

2,402 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.63 vMB 2,401 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (862,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,933 45,933 000000000683cb13b676f6b29cb7ff6e26002bcc05848dcf60ac2768c778eec0 0.00 MB 1 0
45,932 45,932 000000002380caae96c75eafae0b24778b1bb09050785dd837718392f7bdcb2d 0.00 MB 1 0
45,931 45,931 000000002e4255850bae2afde9301169efd251bf71462302c335d71fe366502c 0.00 MB 1 0
45,930 45,930 00000000258507d49e832393cbdbdc42c60d8d89233ffc78ea12e42d5ed726d8 0.00 MB 1 0
45,929 45,929 000000000bfb35529f7b90eb02beaa9d427ebd27acebdac41c889106ffee422c 0.00 MB 1 0
45,928 45,928 00000000278777e218a612148369d645e0d5499f9c4afb51502c29fb6f5a36b8 0.00 MB 2 0
45,927 45,927 000000001b84c6a3ec64286e99ae50eb5a3a4f4f77d02628b0caf9783efcbc6f 0.00 MB 1 0
45,926 45,926 0000000014cfb679b1c7f1d913c6d572162d908a7c48e589f552746f2e26c3bb 0.00 MB 1 0
45,925 45,925 000000002011fc9ca22c81a70067c3f54eb48e344f40f61fde159631e14c0698 0.00 MB 1 0
45,924 45,924 000000001998982c26ae60e3d5d6aaca4a23bfe8ed1e2b44caf9dc0392f2aee8 0.00 MB 1 0
45,923 45,923 000000002a5fb1a1afbe3cecfc66bb66581dd1f203dc7aed54213ee8c00141f7 0.00 MB 1 0
45,922 45,922 000000000222ba687660c7a63160ccd933346939cfede175ce6cf57a9e03e21a 0.00 MB 1 0
45,921 45,921 0000000030265f2c3db8d55d145489152b1b1a53df2f46232254e6014a0b48b7 0.00 MB 1 0
45,920 45,920 0000000031a4ad4098137fef750069029f6aae8a4849d22b45c9f7b70bf2e61d 0.00 MB 1 0
45,919 45,919 000000000b745e2032bbf14fee80f65b2c0edefb655685ac1529ca1ae82ff79b 0.00 MB 1 0
45,918 45,918 000000001dc1bea9151ce54e12ec59b14691e7fb4dcde4ea1b25f73886c60782 0.00 MB 1 0
45,917 45,917 000000002d444977efc2b8badfc32c7b0b456857154f2f557b3d26f88bc595ac 0.00 MB 1 0
45,916 45,916 000000000cd8a176f133fc6e4371be59fe6fc18724600ba411b91e88bf8c0b86 0.00 MB 1 0
45,915 45,915 0000000017f5b8505f1c74e5dc683a603648b31bee5f5b9c95cb3848db113daa 0.00 MB 1 0
45,914 45,914 0000000025e60378e7d2cd2e8a7d603c498fa5954f6d95d3635fc5b2d480acb1 0.00 MB 1 0
45,913 45,913 000000001eec52a73ae258ac937498edeeaa5f0bd4d6caa26d53305822e6d83d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.