Memory Pool Memory Pool Refreshing

179 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,524 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 178 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (885,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,019 23,019 00000000cd3edbf9a9c9a6d32d63ce5feed38b6f051a328ba074020cd3bf06fa 0.00 MB 1 0
23,018 23,018 000000008b5abd3a8cf2dd0b641b33b47d78613220437a1f3c6b6b2291c92783 0.00 MB 1 0
23,017 23,017 0000000089f1c52ac50a911ba2d13d789d5590d33217103db680412ffcd2d104 0.00 MB 1 0
23,016 23,016 0000000019e65ed917506d068f9bd2d7b0b7c6bf359b3adc9369de3f9d43e982 0.00 MB 1 0
23,015 23,015 000000000ae806851d7dcdf921c86714e2f8516124690486d830e91e43728dfe 0.00 MB 1 0
23,014 23,014 00000000b98696d748b0a808b5dd8fadf179aac3cb350154523516d001ed22fc 0.00 MB 1 0
23,013 23,013 00000000de25fb95e571856e2528d723ba3c28217a9f66b870df41c8acccd763 0.00 MB 1 0
23,012 23,012 000000005cb188a69d282246eef174d47c591cbb47cdf3001d3cef59f85c67cd 0.00 MB 1 0
23,011 23,011 00000000a9234a0c13bf541d0c21b208880ce9d99c01723b14e9495c33b7efc7 0.00 MB 1 0
23,010 23,010 00000000dd78dc25135f08e2f729a3a28fc19a9b794b4ef1dc39cf46cf041c8a 0.00 MB 1 0
23,009 23,009 00000000375f84f8f0c28dc97b7571b5f3a722ca987fa0f884e2375f617188ae 0.00 MB 1 0
23,008 23,008 00000000cd53d0763c21cd9d409863c65c02e0440c562385feb2b46b6364aae1 0.00 MB 1 0
23,007 23,007 0000000086a2f49029a014c109bcbe22a0294d57cc3ff8b27aec184c538a2c0a 0.00 MB 1 0
23,006 23,006 00000000cf215f00f1ae0e93f47731b2e55ff363c1086b6fb290aa919c8421e5 0.00 MB 1 0
23,005 23,005 00000000986d104251e5bfa2df2f70c964132efea9f99462b87d0a0b5f1234f5 0.00 MB 1 0
23,004 23,004 00000000f586ac109e5974c646a18584d5ccf0211dd95ae2ffdc9e21659d3e40 0.00 MB 1 0
23,003 23,003 00000000a7079c0b4d2cb7599763a32a9e37f909eb0b3e6d2487d712c5a8a4b7 0.00 MB 1 0
23,002 23,002 00000000ee34864f511216a1654f8cd8479c06fd07eed5683e49375753ec4cb2 0.00 MB 1 0
23,001 23,001 000000006a476e1e8895027c6a523e35ccde517c47af3cb2c8e248197ce9da08 0.00 MB 1 0
23,000 23,000 00000000034516e6053bcec513c978f3f83fa90f4e569044a59a2a7f3419d487 0.00 MB 1 0
22,999 22,999 00000000e7bd1f304c2d2a6ca35c8ea7a9df484c60a6d0542f5f632acb9a9be9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,841.32 GB sent, 100.32 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.