Memory Pool Memory Pool Refreshing

3,610 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,290 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,217 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (897,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,929 10,929 00000000f9f967725265be035479d640fdee122f3d6a758283b38cd14d4b870c 0.00 MB 1 0
10,928 10,928 000000005b60affbd26a530b8f2ac3011ba93a828247132340be31ae5e2562f7 0.00 MB 1 0
10,927 10,927 00000000d2fea2a0eae64736f64c0590e074a1d0bebedb172ce301fee83a5bb1 0.00 MB 1 0
10,926 10,926 00000000624e58cee032ccefc961d955d27c3fef910ffd632cfb460445ab6995 0.00 MB 1 0
10,925 10,925 00000000dc3e335f99fcbbe33390b1265525637b48aa5679967b4ae53a5be8cb 0.00 MB 1 0
10,924 10,924 000000007f056eb60faaad3e3ab3fae50c68ab3c1711a2d8601ca21f478c89d5 0.00 MB 1 0
10,923 10,923 0000000030f3ace2b76698111c39ce147cf0b556a6e6073e88eb6f9fa2ed722c 0.00 MB 1 0
10,922 10,922 000000006bcecab001ee0eaf2eefbe9b49685f3645596fdd282127b3e2bf1281 0.00 MB 1 0
10,921 10,921 0000000019a2f470d58ee9483f6842e42df1705ac2dc8d9d4eb43ecd07e0a7e6 0.00 MB 1 0
10,920 10,920 0000000047381c3181d534a1367358c7c40821dd885e0f800ceb7d7400e8d4f8 0.00 MB 1 0
10,919 10,919 000000005ffebfa6466f383dbb23249322491fdf2e81ad6718ef31bc13ec3c6a 0.00 MB 1 0
10,918 10,918 00000000d38e6ae4738e8667689afcc0df22b7911f439e21859f7f61877be2dc 0.00 MB 1 0
10,917 10,917 0000000095063c7c84c8001700e766edda484f03f9034ce81d4a2f45e3bf0d34 0.00 MB 1 0
10,916 10,916 0000000001aeb36b8753d6cadd24d210de4ad157f645e66f835d6a864b78d9b5 0.00 MB 1 0
10,915 10,915 00000000acccc75aea44d675f46767fc78ad113b2504d0be9b2d611e6833c715 0.00 MB 1 0
10,914 10,914 000000006a7d066189c5382697f86436d8d637eaab5794e25b28086495d3bb5f 0.00 MB 1 0
10,913 10,913 00000000714a5dbebe0ce881cad148435931942f88ca065f1aadb75a7916753e 0.00 MB 1 0
10,912 10,912 000000008d344c6be5bc08d44cbdbf48ab46b3c4f66b40ff2885646ea4393bf3 0.00 MB 1 0
10,911 10,911 0000000074102e16dadcd6bad50d91f630782369836bdad198f39b9046404b17 0.00 MB 1 0
10,910 10,910 00000000ce5880e5f40ed1012455772ff5aa7e2c86eb743dc538dc6f08abea9f 0.00 MB 1 0
10,909 10,909 000000008b165bc5e5f0eef1c1f13a061971459e0c7f060b08435f4c4bd42bfa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.30 GB sent, 98.29 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.