Memory Pool Memory Pool Refreshing

5,970 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,966 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,998 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,965 (901,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,946 6,946 00000000ef1c8ded48197dcd5e54e06eb012eebf194e01111fd49de8caeb8546 0.00 MB 1 0
6,945 6,945 00000000497f464b2383ddcba50538a0c48c2c2b04886186844e8b8e42f98bca 0.00 MB 1 0
6,944 6,944 0000000083321015e00bbcc43d3606d4313f83c02dc1a793676822d2cd223ff1 0.00 MB 1 0
6,943 6,943 00000000e36f00c47aa3be81cb91ccc7626ee00182d7f712661a0068ea5d8020 0.00 MB 1 0
6,942 6,942 0000000076e05f8e9cadbb5c6b914fc7949285b5161ecb8b419eef7b4a8f4fac 0.00 MB 1 0
6,941 6,941 00000000fcf2e4659eec34c869e25bf12bbabdc15313904c7f83b852886efcc8 0.00 MB 1 0
6,940 6,940 000000009ac22b564d45d5bce1355b74cf37886df0d4615bebdd783e1a1d3ba0 0.00 MB 1 0
6,939 6,939 00000000d71cfeb717c2f16b2409f21a4aa3230a7c8ed25837831a5f52486e3e 0.00 MB 1 0
6,938 6,938 00000000855c196ba180d4106a68245b32c6082dd801086ed502c8df0a9a07c9 0.00 MB 1 0
6,937 6,937 0000000011b84ad8e7fd5da5c3e33459a9aa83cf7372c2603664891be4483ee3 0.00 MB 1 0
6,936 6,936 000000004336af57d93af44cc6e5d722bf5660beaa9a8408728f6b58a7674d5d 0.00 MB 1 0
6,935 6,935 00000000eebddc9bb9fa5419eb30aa8852b02f9e5abd26a698d088a601cb60ec 0.00 MB 1 0
6,934 6,934 000000000dbe13c5961daba3e9b8f3f6870bbd6fed966bb0d1a6084174f5e02a 0.00 MB 1 0
6,933 6,933 00000000883100134dbe0bede12e931e7e5cabed804abfc791646cc93e0b8c2a 0.00 MB 1 0
6,932 6,932 00000000d28bbbe0812c372adbd91aaa946cd8c88d151904e174c0165ec6ddf2 0.00 MB 1 0
6,931 6,931 00000000617ab7eee5a5d6567a7d84c65668c845e2040a9fd789e2800838a350 0.00 MB 1 0
6,930 6,930 00000000f49a9d6fa0beaf1f8a8ef2a4c1768e77d2358d2e6064a6f579207e01 0.00 MB 1 0
6,929 6,929 000000009688c4421c7e422e1739262af03d68a927f3c1b89c52b8058a20f9e2 0.00 MB 1 0
6,928 6,928 0000000047911be990105985f50e3365ea69202306ad052201e0010d7e989999 0.00 MB 1 0
6,927 6,927 000000002b6ff52397ac898621db7716df7a7fabc4246fd1d5a8027c2eb61efe 0.00 MB 1 0
6,926 6,926 00000000a2210c8fe0d6da04eeca8832b8cb20c55178561e543bbfc240754ef9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.48 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,646.49 GB sent, 95.36 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.