Memory Pool Memory Pool Refreshing

4,765 transactions (1.27 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 4 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,978 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,388 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,977 (863,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,048 45,048 000000000e0c785c10a42e835ba64e2acc303dd1080d7c4f071772b48bb035d2 0.00 MB 1 0
45,047 45,047 000000001c4b4b3786105f0c3be89379b69836b7144859b64c4d8ca7b2fe7cf0 0.00 MB 1 0
45,046 45,046 0000000026eae7d5b1eab4ccc70978a0e5d366477965643b322aaab5c992c651 0.00 MB 1 0
45,045 45,045 0000000030a8881057586082effebcfc8ca98ef36371a8908aba2e5da7ddf087 0.00 MB 1 0
45,044 45,044 000000003876f4c52af079631b8b4e36e79e2c4aedd80fe98093bd26f6a825fc 0.00 MB 1 0
45,043 45,043 000000001f13d8768d441dfb35b3db006c2345b0e42d4137eaf1408c0aabf31d 0.00 MB 1 0
45,042 45,042 0000000009d706081c7a69d30a92025c65cfd891cff7dd028399163fdf9055bd 0.00 MB 1 0
45,041 45,041 0000000031c885ceeea4b9b963652dacadd6b5ee360c84c5a4395d0efa45d861 0.00 MB 1 0
45,040 45,040 000000002892c0827f12783d5e1bcd5d440af305227bde169a76fd704e14df21 0.00 MB 1 0
45,039 45,039 0000000019dbf75183fd37cc4953f867c925505bc556893c4732fc0dbccf086d 0.00 MB 1 0
45,038 45,038 00000000005da8c8354e145086d96904a624301222cd2fac4c3a8270a2dbdfbd 0.00 MB 1 0
45,037 45,037 000000002abcac60e26d0f59f8ff252343d214dfac41f43d3e108880ecab6381 0.00 MB 1 0
45,036 45,036 000000000cd113649717fbf0cc46857dc6d8ed98687f33aa5b290463aef79e60 0.00 MB 1 0
45,035 45,035 0000000023bd2afce11e85fc4fb06a7557cb2b34f798a13a09e3022174c14dc2 0.00 MB 1 0
45,034 45,034 00000000174053d0e5e7b11ad125b61ee22a7b7c9b3ea0818f8e7a9834048644 0.00 MB 1 0
45,033 45,033 0000000008cf96757a08eac34bc7ee4bea7b4ecedd19a3e405701cb6ff44e93c 0.00 MB 1 0
45,032 45,032 0000000030c37193f6fd20f41d2ddd310aef5bdabf6da0753c0375dbb3abbcd3 0.00 MB 1 0
45,031 45,031 000000001a5e3618b37d0bd054ed19848658ce5b017772edd0d0a1af0de6f534 0.00 MB 1 0
45,030 45,030 0000000009513ddb9fd24e21fcd2d9912845e1628ff86ac7c45aa1c380a8d71d 0.00 MB 1 0
45,029 45,029 000000002c320a99ab09426942bc70fbc7f74586a3295a4502e1b467456ca81e 0.00 MB 1 0
45,028 45,028 000000002748b7e60b90f2684d051c3a51f94adfe9be506f57a25026502b4b1b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.51 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,866.99 GB sent, 104.94 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.