Memory Pool Memory Pool Refreshing

7,989 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,293 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,548 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (885,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
22,998 22,998 000000009b5c45885f695ce2ff13e111f7703fa67706b50f15f428d9bb48fa97 0.00 MB 1 0
22,997 22,997 0000000059d7c36a29356539c629cf29441fd68471ddabe7c031b2793e4e8b8f 0.00 MB 1 0
22,996 22,996 0000000057ce1b8365a7df1bc94b8aa454707061084b389fec3871326120f65b 0.00 MB 1 0
22,995 22,995 000000002a18faf386478e0a944055922d0be8ce004d90cb8093ee941609dee5 0.00 MB 1 0
22,994 22,994 000000003709490cc12b47e2c11f2b4370f1f8c9e48a27c97418a1f97593007b 0.00 MB 1 0
22,993 22,993 000000006678eb0536aa8afde60a09f3de0b46dbc2d6e9e3bd8b8fb6439ae89b 0.00 MB 2 0
22,992 22,992 0000000066c248738c388990d4dd57c737dad57f0ac97526c2a3a6e6493c2840 0.00 MB 1 0
22,991 22,991 000000005baa19289f7a21fd2156c07645de5de5a31b248a1ed4c35e50697c71 0.00 MB 1 0
22,990 22,990 0000000049ae718deee441fbcf6daa650cbbe02cd462231f7762832bdb57a9e1 0.00 MB 1 0
22,989 22,989 000000001f7c7928563a4930f121c6f189b71bd3dbb60d797b24aa747b6f66c7 0.00 MB 1 0
22,988 22,988 00000000d91f3140694ff94a496aeb334e405b12af2e34cef92fc7bee4b1f246 0.00 MB 1 0
22,987 22,987 00000000f1f0f6f5a45bc4b2c0b9ca415711e94bbfb31d305fdc8fdc52771c99 0.00 MB 1 0
22,986 22,986 00000000525283ca8faa376a691f52e9107abac58e833b14227819306fdb82d0 0.00 MB 1 0
22,985 22,985 00000000373995c780f693cbeca6dffa936fe55abf48176c226b3543cf24ccd1 0.00 MB 1 0
22,984 22,984 000000007583ba67933871cd284f977e1691e62fca585780465700b0774369c6 0.00 MB 1 0
22,983 22,983 0000000002cb0c6e1a345c79538d5ea41e56a9c1022411336a45a94e80739ecb 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.46 GB sent, 98.34 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.