Memory Pool Memory Pool Refreshing

8,304 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (630,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,636 277,636 000000000000000390fbc2ae64ed8adf4ad9fbba0103485a8ffcee2ad4d1fcdf 0.18 MB 371 48
277,635 277,635 0000000000000002b2fe8ec73ac92913cb7b3d64509f78d70c46367526f99923 0.11 MB 250 40
277,634 277,634 00000000000000008095991542c5bc54434e02b9b080a49279e6ef2290ce97b6 0.03 MB 31 28
277,633 277,633 0000000000000001c1df959475ac4b57c62076eb322d13b81b612f0cde5afca8 0.21 MB 434 62
277,632 277,632 00000000000000023eddeeeb616af12d3b545ef42dfb3d0f0030404580708336 0.01 MB 27 33
277,631 277,631 00000000000000022dceae8f96fafad51309d69a74440487e2287633f8bb7f7a 0.15 MB 281 21
277,630 277,630 0000000000000001d9a780fb932274805dc4e847e2d152a8830183e22af703fd 0.09 MB 243 73
277,629 277,629 0000000000000001f193d61d1887668d2322e32802a1da5d5ff489103b3e0ba2 0.69 MB 1,306 40
277,628 277,628 00000000000000022989e1a37cec3c2e72cb9ee9ee49bf652724762f4a4365be 0.01 MB 31 38
277,627 277,627 000000000000000134af7382737f062faeafc39fbdcef5971b59e8366ac6a4ea 0.03 MB 75 51
277,626 277,626 00000000000000012d9ba6a85a194917bb7f063e96bcaea5a174d5995296f3f4 0.05 MB 42 24
277,625 277,625 00000000000000012b2e761b56ab77c806ba7761ce700468b85dcdaba8a78735 0.05 MB 121 34
277,624 277,624 0000000000000000120d4044298f3d157d73731f8bd807e3395bb391abe5b582 0.25 MB 549 45
277,623 277,623 0000000000000001f69ce63f849d65b9369a00fefa676bce167405961612945b 0.27 MB 663 46
277,622 277,622 000000000000000092b9ff41dc7d325a5e9f46135cba63d4a0b785b7550d6506 0.03 MB 43 42
277,621 277,621 00000000000000001f742414535542a235e855e1d7e7cd9e96650c16784ac718 0.05 MB 126 36
277,620 277,620 00000000000000037258161cb31f314e9bd446b4500d0986d861ad8ca793e121 0.03 MB 54 27
277,619 277,619 00000000000000028970a466b3ee1107920d04d14873c500e5a3833c7e0eff64 0.21 MB 354 37
277,618 277,618 00000000000000036a0311530addaa852438d65d781b8f1f886684da04589ed6 0.25 MB 603 61
277,617 277,617 00000000000000017645c27af911630802294efd3efc90dfed4c0b8ce62a44ce 0.15 MB 252 31
277,616 277,616 0000000000000003238f57041acea17adb5c7cc2d983e50fe97c39587523d996 0.24 MB 147 13
Previous 10 blocks ↓
Total Size: 769.03 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,625.44 GB sent, 93.03 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.